summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-27nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik1-1/+1
2024-03-27afs: Revert "afs: Hide silly-rename files from userspace"David Howells1-10/+0
2024-03-27f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu1-5/+0
2024-03-27f2fs: fix to truncate meta inode pages forcelyChao Yu3-6/+32
2024-03-27f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu4-18/+16
2024-03-27f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang1-8/+7
2024-03-27f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang1-4/+3
2024-03-27NFSv4.1/pnfs: fix NFS with TLS in pnfsOlga Kornievskaia1-1/+43
2024-03-27NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET1-2/+2
2024-03-27NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interruptDave Wysochanski1-7/+2
2024-03-27f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu3-12/+24
2024-03-27f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu1-2/+2
2024-03-27f2fs: check number of blocks in a current sectionJaegeuk Kim1-9/+8
2024-03-27f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu1-4/+8
2024-03-27NFSv4.2: fix listxattr maximum XDR buffer sizeJorge Mora1-2/+5
2024-03-27NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora1-6/+10
2024-03-27f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu1-2/+8
2024-03-27f2fs: fix to create selinux label during whiteout initializationChao Yu3-11/+22
2024-03-27f2fs: fix to avoid potential panic during recoveryChao Yu2-17/+21
2024-03-27f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu1-2/+11
2024-03-27f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi1-4/+4
2024-03-27f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu1-2/+1
2024-03-27f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu1-3/+1
2024-03-27f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu4-16/+24
2024-03-27f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu3-16/+11
2024-03-27f2fs: introduce get_dnode_addr() to clean up codesChao Yu4-37/+32
2024-03-27f2fs: delete obsolete FI_DROP_CACHEChao Yu2-9/+0
2024-03-27f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu6-40/+0
2024-03-27f2fs: compress: fix to check unreleased compressed clusterSheng Yong1-1/+12
2024-03-27f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu2-10/+20
2024-03-27f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu3-10/+15
2024-03-27cifs: Fix writeback data corruptionDavid Howells1-126/+157
2024-03-27cifs: Don't use certain unnecessary folio_*() functionsDavid Howells1-5/+5
2024-03-27smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)1-4/+2
2024-03-27quota: Properly annotate i_dquot arrays with __rcuJan Kara13-14/+13
2024-03-27quota: Fix rcu annotations of inode dquot pointersJan Kara1-27/+39
2024-03-27quota: Fix potential NULL pointer dereferenceWang Jianjian1-41/+57
2024-03-27erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li3-31/+15
2024-03-27erofs: fix handling kern_mount() failureAl Viro1-3/+4
2024-03-27erofs: Convert to use bdev_open_by_path()Jan Kara3-13/+13
2024-03-27pstore: inode: Only d_invalidate() is neededKees Cook1-7/+3
2024-03-27pstore: inode: Convert mutex usage to guard(mutex)Kees Cook1-45/+31
2024-03-27ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi1-3/+11
2024-03-27ovl: add support for appending lowerdirs one by oneAmir Goldstein1-2/+76
2024-03-27ovl: refactor layer parsing helpersAmir Goldstein1-54/+67
2024-03-27ovl: store and show the user provided lowerdir mount optionAmir Goldstein3-24/+28
2024-03-27ovl: remove unused code in lowerdir param parsingAmir Goldstein1-79/+16
2024-03-27fs/select: rework stack allocation hack for clangArnd Bergmann1-1/+1
2024-03-27fs: Fix rw_hint validationBart Van Assche1-7/+5
2024-03-27iomap: clear the per-folio dirty bits on all writeback failuresChristoph Hellwig1-7/+11