summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-06-19fs/dax: Fix "don't skip locked entries when scanning entries"Alistair Popple1-1/+1
2025-06-19nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointerNeilBrown4-24/+24
2025-06-19nfs_localio: protect race between nfs_uuid_put() and nfs_close_local_fh()NeilBrown1-25/+56
2025-06-19nfs_localio: duplicate nfs_close_local_fh()NeilBrown1-1/+20
2025-06-19nfs_localio: simplify interface to nfsd for getting nfsd_fileNeilBrown3-44/+55
2025-06-19nfs_localio: always hold nfsd net ref with nfsd_file refNeilBrown5-7/+33
2025-06-19nfs_localio: use cmpxchg() to install new nfs_file_localioNeilBrown2-30/+20
2025-06-19nfs: fix incorrect handling of large-number NFS errors in nfs4_do_mkdir()NeilBrown1-12/+20
2025-06-19nfs: ignore SB_RDONLY when remounting nfsLi Lingfeng1-0/+10
2025-06-19nfs: clear SB_RDONLY before getting superblockLi Lingfeng1-0/+9
2025-06-19iomap: don't lose folio dropbehind state for overwritesJens Axboe2-2/+22
2025-06-19netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells10-6/+19
2025-06-19netfs: Fix wait/wake to be consistent about the waitqueue usedDavid Howells11-224/+284
2025-06-19netfs: Fix the request's work item to not require a refDavid Howells22-147/+146
2025-06-19netfs: Fix setting of transferred bytes with short DIO readsPaulo Alcantara1-16/+5
2025-06-19netfs: Fix oops in write-retry from mis-resetting the subreq iteratorDavid Howells1-2/+3
2025-06-19nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()Ryusuke Konishi1-1/+3
2025-06-19nilfs2: add pointer check for nilfs_direct_propagate()Wentao Liang1-0/+3
2025-06-19ocfs2: fix possible memory leak in ocfs2_finish_quota_recoveryMurad Masimov1-1/+1
2025-06-19Squashfs: check return result of sb_min_blocksizePhillip Lougher1-0/+5
2025-06-19f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu1-1/+1
2025-06-19f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu2-6/+6
2025-06-19f2fs: fix to skip f2fs_balance_fs() if checkpoint is disabledChao Yu1-1/+1
2025-06-19kernfs: Relax constraint in draining guardMichal Koutný2-3/+5
2025-06-19f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu4-20/+69
2025-06-19f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()Chao Yu1-1/+1
2025-06-19f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu1-1/+1
2025-06-19f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu1-2/+8
2025-06-19f2fs: prevent the current section from being selected as a victim during GCyohan.joung1-0/+5
2025-06-19f2fs: clean up unnecessary indentationJaegeuk Kim1-16/+24
2025-06-19f2fs: zone: fix to avoid inconsistence in between SIT and SSAChao Yu1-0/+3
2025-06-19fs/ntfs3: Add missing direct_IO in ntfs_aops_cmprLizhi Xu1-0/+5
2025-06-19fs/ntfs3: handle hdr_first_de() return valueAndrey Vatoropin1-0/+8
2025-06-19gfs2: Don't start unnecessary transactions during log flushAndreas Gruenbacher3-1/+38
2025-06-19gfs2: Move gfs2_trans_add_databufsAndreas Gruenbacher5-25/+26
2025-06-19btrfs: fix wrong start offset for delalloc space release during mmap writeFilipe Manana1-1/+1
2025-06-19btrfs: fix invalid data space release when truncating block in NOCOW modeFilipe Manana1-2/+5
2025-06-19btrfs: scrub: fix a wrong error type when metadata bytenr mismatchesQu Wenruo1-1/+1
2025-06-19btrfs: scrub: update device stats when an error is detectedQu Wenruo1-3/+29
2025-06-19erofs: avoid using multiple devices with different typeSheng Yong1-1/+4
2025-06-19erofs: fix file handle encoding for 64-bit NIDsHongbo Li1-8/+36
2025-06-19gfs2: deallocate inodes in gfs2_create_inodeAndreas Gruenbacher2-13/+20
2025-06-19gfs2: Move GIF_ALLOC_FAILED check out of gfs2_ea_deallocAndreas Gruenbacher3-7/+8
2025-06-19gfs2: Move gfs2_dinode_deallocAndreas Gruenbacher3-68/+69
2025-06-19gfs2: gfs2_create_inode error handling fixAndreas Gruenbacher1-1/+2
2025-06-19gfs2: replace sd_aspace with sd_inodeAndreas Gruenbacher7-23/+32
2025-06-10bcachefs: Fix subvol to missing root repairKent Overstreet1-4/+15
2025-06-10bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()Kent Overstreet4-18/+61
2025-06-10bcachefs: delete dead code from may_delete_deleted_inode()Kent Overstreet1-12/+3
2025-06-10bcachefs: Repair code for directory i_sizeKent Overstreet2-1/+10