summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-06-19gfs2: Don't clear sb->s_fs_info in gfs2_sys_fs_addAndrew Price
2025-06-19do_move_mount(): split the checks in subtree-of-our-ns and entire-anon casesAl Viro
2025-06-19xfs: don't assume perags are initialised when trimming AGsDave Chinner
2025-06-19Don't propagate mounts into detached treesAl Viro
2025-06-199p: Add a migrate_folio methodMatthew Wilcox (Oracle)
2025-06-19pidfs: never refuse ppid == 0 in PIDFD_GET_INFOMike Yuan
2025-06-19smb: client: fix perf regression with deferred closesPaulo Alcantara
2025-06-19btrfs: exit after state split error at set_extent_bit()Filipe Manana
2025-06-19gfs2: pass through holder from the VFS for freeze/thawChristian Brauner
2025-06-19btrfs: fix fsync of files with no hard links not persisting deletionFilipe Manana
2025-06-19fs/filesystems: Fix potential unsigned integer underflow in fs_name()Zijun Hu
2025-06-19btrfs: exit after state insertion failure at btrfs_convert_extent_bit()Filipe Manana
2025-06-19do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro
2025-06-19clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro
2025-06-19fs: allow clone_private_mount() for a path on real rootfsKONDO KAZUMA(近藤 和真)
2025-06-19fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro
2025-06-19path_overmount(): avoid false negativesAl Viro
2025-06-19fs/fhandle.c: fix a race in call of has_locked_children()Al Viro
2025-06-19cifs: Fix validation of SMB1 query reparse point responsePali Rohár
2025-06-19fs/dax: Fix "don't skip locked entries when scanning entries"Alistair Popple
2025-06-19nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointerNeilBrown
2025-06-19nfs_localio: protect race between nfs_uuid_put() and nfs_close_local_fh()NeilBrown
2025-06-19nfs_localio: duplicate nfs_close_local_fh()NeilBrown
2025-06-19nfs_localio: simplify interface to nfsd for getting nfsd_fileNeilBrown
2025-06-19nfs_localio: always hold nfsd net ref with nfsd_file refNeilBrown
2025-06-19nfs_localio: use cmpxchg() to install new nfs_file_localioNeilBrown
2025-06-19nfs: fix incorrect handling of large-number NFS errors in nfs4_do_mkdir()NeilBrown
2025-06-19nfs: ignore SB_RDONLY when remounting nfsLi Lingfeng
2025-06-19nfs: clear SB_RDONLY before getting superblockLi Lingfeng
2025-06-19iomap: don't lose folio dropbehind state for overwritesJens Axboe
2025-06-19netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells
2025-06-19netfs: Fix wait/wake to be consistent about the waitqueue usedDavid Howells
2025-06-19netfs: Fix the request's work item to not require a refDavid Howells
2025-06-19netfs: Fix setting of transferred bytes with short DIO readsPaulo Alcantara
2025-06-19netfs: Fix oops in write-retry from mis-resetting the subreq iteratorDavid Howells
2025-06-19nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()Ryusuke Konishi
2025-06-19nilfs2: add pointer check for nilfs_direct_propagate()Wentao Liang
2025-06-19ocfs2: fix possible memory leak in ocfs2_finish_quota_recoveryMurad Masimov
2025-06-19Squashfs: check return result of sb_min_blocksizePhillip Lougher
2025-06-19f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu
2025-06-19f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu
2025-06-19f2fs: fix to skip f2fs_balance_fs() if checkpoint is disabledChao Yu
2025-06-19kernfs: Relax constraint in draining guardMichal Koutný
2025-06-19f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu
2025-06-19f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()Chao Yu
2025-06-19f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu
2025-06-19f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu
2025-06-19f2fs: prevent the current section from being selected as a victim during GCyohan.joung
2025-06-19f2fs: clean up unnecessary indentationJaegeuk Kim
2025-06-19f2fs: zone: fix to avoid inconsistence in between SIT and SSAChao Yu