summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-17fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni
2024-11-17ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner
2024-11-17fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi
2024-11-17splice: don't generate zero-len segement bvecsPavel Begunkov
2024-11-17btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana
2024-11-17nfs: Fix KMSAN warning in decode_getfattr_attrs()Roberto Sassu
2024-11-08nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi
2024-11-08ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis
2024-11-08nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi
2024-11-08NFS: remove revoked delegation from server's delegation listDai Ngo
2024-11-08openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)Aleksa Sarai
2024-11-08nilfs2: fix kernel bug due to missing clearing of buffer delay flagRyusuke Konishi
2024-11-08jfs: Fix sanity check in dbMountDave Kleikamp
2024-11-08iomap: update ki_pos a little later in iomap_dio_completeChristoph Hellwig
2024-11-08exec: don't WARN for racy path_noexec checkMateusz Guzik
2024-11-08smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara
2024-10-22nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi
2024-10-22fat: fix uninitialized variableOGAWA Hirofumi
2024-10-17ext4: fix warning in ext4_dio_write_end_io()Jan Kara
2024-10-17NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang
2024-10-17SUNRPC: Fix integer overflow in decode_rc_list()Dan Carpenter
2024-10-17NFSD: Mark filecache "down" if init failsChuck Lever
2024-10-17ext4: nested locking for xattr inodeWojciech Gładysz
2024-10-17unicode: Don't special case ignorable code pointsGabriel Krisman Bertazi
2024-10-17ext4: fix inode tree inconsistency caused by ENOMEMzhanchengbin
2024-10-17ext4: dax: fix overflowing extents beyond inode size when partially writingZhihao Cheng
2024-10-17ext4: properly sync file size update after O_SYNC direct IOJan Kara
2024-10-17btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana
2024-10-17btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo
2024-10-17NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever
2024-10-17nfsd: map the EBADMSG to nfserr_io to avoid warningLi Lingfeng
2024-10-17nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown
2024-10-17exfat: fix memory leak in exfat_load_bitmap()Yuezhang Mo
2024-10-17ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu
2024-10-17ocfs2: fix null-ptr-deref when journal load failed.Julian Sun
2024-10-17ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu
2024-10-17ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi
2024-10-17ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna
2024-10-17ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi
2024-10-17ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao
2024-10-17jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi
2024-10-17jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li
2024-10-17parisc: Fix stack start for ADDR_NO_RANDOMIZE personalityHelge Deller
2024-10-17ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)
2024-10-17ext4: update orig_path in ext4_find_extent()Baokun Li
2024-10-17ext4: fix double brelse() the buffer of the extents pathBaokun Li
2024-10-17ext4: aovid use-after-free in ext4_ext_insert_extent()Baokun Li
2024-10-17ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-freeBaokun Li
2024-10-17ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)
2024-10-17ext4: propagate errors from ext4_find_extent() in ext4_insert_range()Baokun Li