summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* iomap: clear the per-folio dirty bits on all writeback failuresChristoph Hellwig2024-03-261-7/+11
* do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich2024-03-261-1/+1
* btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana2024-03-262-1/+17
* btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana2024-03-262-13/+29
* btrfs: zoned: don't skip block group profile checks on conventional zonesJohannes Thumshirn2024-03-261-0/+9
* ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li2024-03-263-1/+69
* ceph: always queue a writeback when revoking the Fb capsXiubo Li2024-03-261-24/+24
* erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang2024-03-151-0/+1
* NFS: Fix data corruption caused by congestion.NeilBrown2024-03-061-1/+3
* efivarfs: Request at most 512 bytes for variable namesTim Schumacher2024-03-061-6/+11