summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-16NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUSAnna Schumaker
2024-06-16nfs: fix undefined behavior in nfs_block_bits()Sergey Shtylyov
2024-06-16ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li
2024-06-16ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflowBaokun Li
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu
2024-06-16sunrpc: exclude from freezer when waiting for requests:NeilBrown
2024-06-16nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi
2024-06-16afs: Don't cross .backup mountpoint from backup volumeMarc Dionne
2024-06-16NFSv4: Fixup smatch warning for ambiguous returnBenjamin Coddington
2024-06-16fs/ntfs3: Use variable length array instead of fixed sizeKonstantin Komarov
2024-06-16fs/ntfs3: Use 64 bit variable to avoid 32 bit overflowKonstantin Komarov
2024-06-16f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu
2024-06-16f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu
2024-06-16f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu
2024-06-16f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu
2024-06-16f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu
2024-06-16f2fs: fix typos in commentsJinyoung CHOI
2024-06-16f2fs: do not allow partial truncation on pinned fileJaegeuk Kim
2024-06-16f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu
2024-06-16f2fs: convert to use sbi directlyYangtao Li
2024-06-16f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu
2024-06-16f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu
2024-06-16f2fs: Delete f2fs_copy_page() and replace with memcpy_page()Fabio M. De Francesco
2024-06-16ext4: fix potential unnitialized variableDan Carpenter
2024-06-16ext4: remove unused parameter from ext4_mb_new_blocks_simple()Kemeng Shi
2024-06-16ext4: try all groups in ext4_mb_new_blocks_simpleKemeng Shi
2024-06-16ext4: fix unit mismatch in ext4_mb_new_blocks_simpleKemeng Shi
2024-06-16ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simpleKemeng Shi
2024-06-16ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara
2024-06-16gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher
2024-06-16gfs2: Don't forget to complete delayed withdrawAndreas Gruenbacher
2024-06-16jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev
2024-06-16nilfs2: fix out-of-range warningArnd Bergmann
2024-06-16ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak
2024-06-16openpromfs: finish conversion to the new mount APIEric Sandeen
2024-06-16epoll: be better about file lifetimesLinus Torvalds
2024-06-16fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov
2024-06-16fs/ntfs3: Fix case when index is reused during tree transformationKonstantin Komarov
2024-06-16fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov
2024-06-16fs/ntfs3: Remove max link count info display during driver initKonstantin Komarov
2024-06-16nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi
2024-06-16nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi
2024-05-25nfsd: don't allow nfsd threads to be signalled.NeilBrown
2024-05-17btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet
2024-05-17btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Dmitry Antipov
2024-05-17fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt
2024-05-179p: explicitly deny setlease attemptsJeff Layton
2024-05-17fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt
2024-05-17fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt
2024-05-17btrfs: always clear PERTRANS metadata during commitBoris Burkov