summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-12pNFS/filelayout: fixup pNfs allocation modesOlga Kornievskaia
2024-06-12nfs: keep server info for remountsMartin Kaiser
2024-06-12NFSv4: Fixup smatch warning for ambiguous returnBenjamin Coddington
2024-06-12fs/ntfs3: Use variable length array instead of fixed sizeKonstantin Komarov
2024-06-12fs/ntfs3: Use 64 bit variable to avoid 32 bit overflowKonstantin Komarov
2024-06-12f2fs: fix to add missing iput() in gc_data_segment()Chao Yu
2024-06-12f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu
2024-06-12f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu
2024-06-12f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu
2024-06-12f2fs: compress: fix to update i_compr_blocks correctlyChao Yu
2024-06-12ovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi
2024-06-12f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu
2024-06-12f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu
2024-06-12f2fs: fix typos in commentsJinyoung CHOI
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu
2024-06-12f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu
2024-06-12f2fs: multidev: fix to recognize valid zero block addressChao Yu
2024-06-12ext4: fix potential unnitialized variableDan Carpenter
2024-06-12ext4: remove unused parameter from ext4_mb_new_blocks_simple()Kemeng Shi
2024-06-12ext4: try all groups in ext4_mb_new_blocks_simpleKemeng Shi
2024-06-12ext4: fix unit mismatch in ext4_mb_new_blocks_simpleKemeng Shi
2024-06-12ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simpleKemeng Shi
2024-06-12ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara
2024-06-12gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher
2024-06-12gfs2: Don't forget to complete delayed withdrawAndreas Gruenbacher
2024-06-12jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev
2024-06-12nilfs2: fix out-of-range warningArnd Bergmann
2024-06-12ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak
2024-06-12openpromfs: finish conversion to the new mount APIEric Sandeen
2024-06-12epoll: be better about file lifetimesLinus Torvalds
2024-06-12ksmbd: ignore trailing slashes in share pathsNandor Kracser
2024-06-12ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon
2024-06-12fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov
2024-06-12fs/ntfs3: Fix case when index is reused during tree transformationKonstantin Komarov
2024-06-12fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov
2024-06-12fs/ntfs3: Remove max link count info display during driver initKonstantin Komarov
2024-06-12nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi
2024-06-12nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi
2024-05-25xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen
2024-05-25xfs: get root inode correctly at bulkstatHironori Shiina
2024-05-25xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong
2024-05-25xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong
2024-05-25xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong
2024-05-25xfs: estimate post-merge refcounts correctlyDarrick J. Wong
2024-05-25xfs: hoist refcount record merge predicatesDarrick J. Wong
2024-05-25xfs: fix super block buf log item UAF during force shutdownGuo Xuenan
2024-05-25xfs: wait iclog complete before tearing down AILGuo Xuenan
2024-05-25xfs: attach dquots to inode before reading data/cow fork mappingsDarrick J. Wong
2024-05-25xfs: invalidate block device page cache during unmountDarrick J. Wong