summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-06-12f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu1-1/+2
2024-06-12f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu1-9/+11
2024-06-12f2fs: fix typos in commentsJinyoung CHOI7-14/+14
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu1-8/+4
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu1-8/+4
2024-06-12f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu1-0/+3
2024-06-12f2fs: multidev: fix to recognize valid zero block addressChao Yu1-1/+1
2024-06-12ext4: fix potential unnitialized variableDan Carpenter1-0/+1
2024-06-12ext4: remove unused parameter from ext4_mb_new_blocks_simple()Kemeng Shi1-70/+67
2024-06-12ext4: try all groups in ext4_mb_new_blocks_simpleKemeng Shi1-3/+6
2024-06-12ext4: fix unit mismatch in ext4_mb_new_blocks_simpleKemeng Shi1-2/+4
2024-06-12ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simpleKemeng Shi1-3/+2
2024-06-12ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara1-1/+1
2024-06-12gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher2-2/+3
2024-06-12gfs2: Don't forget to complete delayed withdrawAndreas Gruenbacher1-0/+3
2024-06-12jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev1-0/+3
2024-06-12nilfs2: fix out-of-range warningArnd Bergmann1-1/+1
2024-06-12ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak1-1/+3
2024-06-12openpromfs: finish conversion to the new mount APIEric Sandeen1-4/+4
2024-06-12epoll: be better about file lifetimesLinus Torvalds1-1/+37
2024-06-12ksmbd: ignore trailing slashes in share pathsNandor Kracser1-1/+5
2024-06-12ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon1-8/+13
2024-06-12fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov1-0/+1
2024-06-12fs/ntfs3: Fix case when index is reused during tree transformationKonstantin Komarov1-0/+6
2024-06-12fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov2-12/+6
2024-06-12fs/ntfs3: Remove max link count info display during driver initKonstantin Komarov1-2/+0
2024-06-12nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi1-3/+18
2024-06-12nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi1-4/+13
2024-05-25xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen1-0/+4
2024-05-25xfs: get root inode correctly at bulkstatHironori Shiina1-2/+2
2024-05-25xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong2-18/+2
2024-05-25xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong1-4/+10
2024-05-25xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong1-1/+1
2024-05-25xfs: estimate post-merge refcounts correctlyDarrick J. Wong1-4/+21
2024-05-25xfs: hoist refcount record merge predicatesDarrick J. Wong1-16/+113
2024-05-25xfs: fix super block buf log item UAF during force shutdownGuo Xuenan1-0/+2
2024-05-25xfs: wait iclog complete before tearing down AILGuo Xuenan1-11/+25
2024-05-25xfs: attach dquots to inode before reading data/cow fork mappingsDarrick J. Wong1-4/+4
2024-05-25xfs: invalidate block device page cache during unmountDarrick J. Wong1-0/+1
2024-05-25xfs: fix incorrect i_nlink caused by inode racingLong Li1-0/+6
2024-05-25xfs: fix sb write verify for lazysbcountLong Li2-1/+18
2024-05-25xfs: fix incorrect error-out in xfs_removeDarrick J. Wong1-1/+1
2024-05-25xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner1-7/+14
2024-05-25xfs: drop write error injection is unfixable, remove itDave Chinner3-23/+25
2024-05-25xfs: use iomap_valid method to detect stale cached iomapsDave Chinner5-27/+87
2024-05-25iomap: write iomap validity checksDave Chinner2-2/+46
2024-05-25xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner4-21/+15
2024-05-25iomap: buffered write failure should not truncate the page cacheDave Chinner1-15/+180
2024-05-25xfs,iomap: move delalloc punching to iomapDave Chinner2-39/+68
2024-05-25xfs: use byte ranges for write cleanup rangesDave Chinner1-15/+25