summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-06-09xfs: add a xfs_rmap_inode_owner helperChristoph Hellwig4-6/+7
2026-06-09xfs: add a xfs_rmap_inode_bmbt_ownerChristoph Hellwig10-14/+15
2026-06-09xfs: add a XFS_INO_TO_FSB helperChristoph Hellwig6-16/+11
2026-06-09xfs: add a XFS_INODE_TO_AGINO helperChristoph Hellwig7-28/+23
2026-06-09xfs: add a XFS_INODE_TO_AGNO helperChristoph Hellwig13-36/+31
2026-06-09xfs: fix unreachable BIGTIME check in dquot flush validationAlexey Nepomnyashih1-8/+8
2026-06-09xfs: fix exchmaps reservation limit checkYingjie Gao1-1/+1
2026-06-09xfs: drop the experimental warning for the zoned allocatorChristoph Hellwig4-8/+0
2026-06-08fs/proc/task_mmu: do not warn on seeing non-migration pmd entryDev Jain1-1/+0
2026-06-08fs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()Kiryl Shutsemau (Meta)1-1/+58
2026-06-08fs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()Kiryl Shutsemau (Meta)1-1/+1
2026-06-08fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update raceKiryl Shutsemau (Meta)1-4/+8
2026-06-08nfs: use nfsi->rwsem to protect traversal of the file lock listYang Erkun2-12/+19
2026-06-08NFSv4.1/pNFS: fix LAYOUTCOMMIT retry loop on OLD_STATEIDLei Yin1-0/+32
2026-06-08create_default_group(): pass parent's dentry instead of config_groupAl Viro1-4/+5
2026-06-08configfs_attach_group(): drop the unused parent_item argumentAl Viro1-9/+5
2026-06-08configs_attach_item(): drop unused parent_item argumentAl Viro1-4/+3
2026-06-08configfs_create(): lift parent timestamp updates into callersAl Viro2-4/+5
2026-06-08kill configfs_drop_dentry()Al Viro3-24/+23
2026-06-08configfs: mark pinned dentries persistentAl Viro2-12/+4
2026-06-08configfs: dentry refcount needs to be pinned only onceAl Viro1-5/+5
2026-06-08switch configfs_detach_{group,item}() to passing dentryAl Viro1-28/+15
2026-06-08configfs_remove_dir(), detach_attrs(): switch to passing dentryAl Viro1-40/+20
2026-06-08populate_attrs(): move cleanup to the sole callerAl Viro1-16/+14
2026-06-08populate_group(): move cleanup on failure to the sole callerAl Viro1-16/+12
2026-06-08configfs_detach_rollback(): pass configfs_dirent instead of dentryAl Viro1-5/+4
2026-06-08configfs_do_depend_item(): pass configfs_dirent instead of dentryAl Viro1-4/+4
2026-06-08configfs_depend_prep(): pass configfs_dirent instead of dentryAl Viro1-8/+4
2026-06-08configfs_detach_prep(): pass configfs_dirent instead of dentryAl Viro1-6/+5
2026-06-08configfs_mkdir(): use take_dentry_name_snapshot()Al Viro1-10/+6
2026-06-08configfs: fix lockless traversals of ->s_childrenAl Viro1-13/+41
2026-06-08nfs: expose FMODE_NOWAIT for read-only filesDylan Yudaken2-3/+25
2026-06-08nfs: add nowait version of nfs_start_io_directDylan Yudaken2-0/+42
2026-06-08NFSv4/flexfiles: honor FF_FLAGS_NO_IO_THRU_MDS in pg_get_mirror_count_writeMike Snitzer2-0/+29
2026-06-08NFSv4/flexfiles: honor FF_FLAGS_NO_IO_THRU_MDS on fatal DS connect errorsMike Snitzer1-0/+16
2026-06-08nfs: keep PG_UPTODATE clear after read errors in page groupsClark Wang1-1/+24
2026-06-08NFSv4/pnfs: defer return_range callbacks until after inode unlockDai Ngo2-6/+7
2026-06-08pNFS: Fix use-after-free in pnfs_update_layout()Wentao Liang1-1/+1
2026-06-08NFS: fix eof updates after NFSv4.2 fallocate/zero-rangeDai Ngo1-5/+10
2026-06-08NFS: show redacted cert_serial and privkey_serial in mount optionsSagi Grimberg1-0/+4
2026-06-08pNFS/filelayout: fix cheking if a layout is stripedSagi Grimberg1-0/+2
2026-06-08NFSv4: clear exception state on successful mkdir retryIgor Raits1-3/+2
2026-06-08NFSv4/flexfiles: reject zero filehandle version countMichael Bommarito1-0/+4
2026-06-08nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_inoJeff Layton11-108/+99
2026-06-08nfs: remove nfs_compat_user_ino64() and deprecate enable_ino64Jeff Layton2-37/+15
2026-06-08nfs: store the full NFS fileid in inode->i_inoJeff Layton2-16/+11
2026-06-08ntfs: fix u16 truncation of restart-area length checkBryam Vargas1-1/+1
2026-06-08ntfs: bound the attribute-list entry in ntfs_read_inode_mount()Bryam Vargas1-4/+1
2026-06-08ntfs: bound the look-ahead attribute-list entry in ntfs_external_attr_find()Bryam Vargas1-3/+2
2026-06-08ntfs: validate resident attribute lists and harden the validatorBryam Vargas3-15/+73