summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-04-03cifs: allow changing password during remountSteve French4-5/+30
2024-04-03cifs: prevent updating file size from server if we have a read/write leaseBharath SM4-12/+17
2024-04-03NFS: Read unlock folio on nfs_page_create_from_folio() errorBenjamin Coddington1-0/+2
2024-04-03nfs: fix UAF in direct writesJosef Bacik2-3/+10
2024-04-03debugfs: fix wait/cancellation handling during removeJohannes Berg1-5/+20
2024-04-03ext4: fix corruption during on-line resizeMaximilian Heyne1-1/+2
2024-04-03btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana1-1/+1
2024-04-03btrfs: qgroup: always free reserved space for extent recordsQu Wenruo1-5/+5
2024-04-03fuse: don't unhash rootMiklos Szeredi2-3/+5
2024-04-03fuse: fix root lookup with nonzero generationMiklos Szeredi1-0/+4
2024-04-03fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi1-1/+1
2024-04-03ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng1-0/+2
2024-04-03ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)1-9/+4
2024-04-03fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert1-2/+6
2024-04-03fat: fix uninitialized field in nostale filehandlesJan Kara1-0/+6
2024-04-03ext4: correct best extent lstart adjustment logicBaokun Li1-6/+11
2024-03-27ceph: stop copying to iter at EOF on sync readsXiubo Li1-10/+13
2024-03-27ovl: relax WARN_ON in ovl_verify_area()Amir Goldstein1-3/+3
2024-03-27nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik1-1/+1
2024-03-27f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu1-1/+2
2024-03-27afs: Fix occasional rmdir-then-VNOVNODE with generic/011David Howells1-7/+9
2024-03-27afs: Don't cache preferred addressDavid Howells1-17/+4
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: 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: 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-27quota: Properly annotate i_dquot arrays with __rcuJan Kara13-14/+13
2024-03-27quota: Fix rcu annotations of inode dquot pointersJan Kara1-27/+39