summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: stop copying to iter at EOF on sync readsXiubo Li2024-03-261-10/+13
* bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet2024-03-261-1/+3
* bcachefs: fix simulateously upgrading & downgradingKent Overstreet2024-03-261-3/+12
* bcachefs: check for failure to downgradeKent Overstreet2024-03-262-0/+13
* bcachefs: install fd later to avoid race with closeMathias Krause2024-03-261-2/+1
* bcachefs: Fix build on parisc by avoiding __multi3()Helge Deller2024-03-261-1/+1
* nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik2024-03-261-1/+1
* afs: Revert "afs: Hide silly-rename files from userspace"David Howells2024-03-261-10/+0
* f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu2024-03-261-5/+0
* f2fs: fix to truncate meta inode pages forcelyChao Yu2024-03-263-6/+32
* f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu2024-03-264-18/+16
* f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang2024-03-261-8/+7
* f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang2024-03-261-4/+3
* NFSv4.1/pnfs: fix NFS with TLS in pnfsOlga Kornievskaia2024-03-261-1/+43
* NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET2024-03-261-2/+2
* NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interruptDave Wysochanski2024-03-261-7/+2
* f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu2024-03-263-12/+24
* f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu2024-03-261-2/+2
* f2fs: check number of blocks in a current sectionJaegeuk Kim2024-03-261-9/+8
* f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu2024-03-261-4/+8
* NFSv4.2: fix listxattr maximum XDR buffer sizeJorge Mora2024-03-261-2/+5
* NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora2024-03-261-6/+10
* f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu2024-03-261-2/+8
* f2fs: fix to create selinux label during whiteout initializationChao Yu2024-03-263-11/+22
* f2fs: fix to avoid potential panic during recoveryChao Yu2024-03-262-17/+21
* f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu2024-03-261-2/+11
* f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi2024-03-261-4/+4
* f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu2024-03-261-2/+1
* f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu2024-03-261-3/+1
* f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu2024-03-264-16/+24
* f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu2024-03-263-16/+11
* f2fs: introduce get_dnode_addr() to clean up codesChao Yu2024-03-264-37/+32
* f2fs: delete obsolete FI_DROP_CACHEChao Yu2024-03-262-9/+0
* f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu2024-03-266-40/+0
* f2fs: compress: fix to check unreleased compressed clusterSheng Yong2024-03-261-1/+12
* f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu2024-03-262-10/+20
* f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu2024-03-263-10/+15
* cifs: Fix writeback data corruptionDavid Howells2024-03-261-126/+157
* cifs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-03-261-5/+5
* smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)2024-03-261-4/+2
* quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-03-2613-14/+13
* quota: Fix rcu annotations of inode dquot pointersJan Kara2024-03-261-27/+39
* quota: Fix potential NULL pointer dereferenceWang Jianjian2024-03-261-41/+57
* erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li2024-03-263-31/+15
* erofs: fix handling kern_mount() failureAl Viro2024-03-261-3/+4
* pstore: inode: Only d_invalidate() is neededKees Cook2024-03-261-7/+3
* pstore: inode: Convert mutex usage to guard(mutex)Kees Cook2024-03-261-45/+31
* ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi2024-03-261-3/+11
* fs/select: rework stack allocation hack for clangArnd Bergmann2024-03-261-1/+1
* fs: Fix rw_hint validationBart Van Assche2024-03-261-7/+5