summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-06-09btrfs: prepare subpage operations to support more than BITS_PER_LONG sub-bitmapsQu Wenruo
2026-06-09btrfs: update the out-of-date comments on subpageQu Wenruo
2026-06-09btrfs: simplify how first hit is passed to __btrfs_abort_transaction()David Sterba
2026-06-09btrfs: validate negative error number passed to btrfs_abort_transaction()David Sterba
2026-06-09btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs()Filipe Manana
2026-06-09btrfs: protect sb_write_pointer() with invalidate lockKangNing Liao
2026-06-09btrfs: tracepoints: add trace event for btrfs_sync_log()Filipe Manana
2026-06-09btrfs: tracepoints: add trace event for btrfs_log_new_name()Filipe Manana
2026-06-09btrfs: tracepoints: add trace event for btrfs_record_new_subvolume()Filipe Manana
2026-06-09btrfs: tracepoints: add trace event for btrfs_record_snapshot_destroy()Filipe Manana
2026-06-09btrfs: tracepoints: add trace event for btrfs_record_unlink_dir()Filipe Manana
2026-06-09btrfs: tracepoints: add trace event for log_new_delayed_dentries()Filipe Manana
2026-06-09btrfs: use simple assertions where enough during inode logging and replayFilipe Manana
2026-06-09btrfs: tracepoints: add trace event for log_conflicting_inodes()Filipe Manana
2026-06-09btrfs: tracepoints: add trace event for add_conflicting_inode()Filipe Manana
2026-06-09isofs: bound Rock Ridge symlink components to the SL recordBryam Vargas
2026-06-09ntfs3: cap RESTART_TABLE free-chain walker at rt->usedMichael Bommarito
2026-06-09fs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation}Michael Bommarito
2026-06-09xfs: mark struct xfs_imap as __packedChristoph Hellwig
2026-06-09xfs: store an agbno in struct xfs_imapChristoph Hellwig
2026-06-09xfs: massage xfs_imap_to_bp into xfs_read_iclusterChristoph Hellwig
2026-06-09xfs: remove im_len field in struct xfs_imapChristoph Hellwig
2026-06-09xfs: cleanup xfs_imapChristoph Hellwig
2026-06-09xfs: remove the call to xfs_buf_reverify in xfs_trans_read_buf_mapChristoph Hellwig
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig
2026-06-09xfs: remove xfs_setup_existing_inodeChristoph Hellwig
2026-06-09xfs: convert xchk_inode_xref_set_corrupt to xchk_ip_xref_set_corruptChristoph Hellwig
2026-06-09xfs: add a xchk_ip_set_corrupt helperChristoph Hellwig
2026-06-09xfs: add a xfs_rmap_inode_owner helperChristoph Hellwig
2026-06-09xfs: add a xfs_rmap_inode_bmbt_ownerChristoph Hellwig
2026-06-09xfs: add a XFS_INO_TO_FSB helperChristoph Hellwig
2026-06-09xfs: add a XFS_INODE_TO_AGINO helperChristoph Hellwig
2026-06-09xfs: add a XFS_INODE_TO_AGNO helperChristoph Hellwig
2026-06-09xfs: fix unreachable BIGTIME check in dquot flush validationAlexey Nepomnyashih
2026-06-09xfs: fix exchmaps reservation limit checkYingjie Gao
2026-06-09xfs: drop the experimental warning for the zoned allocatorChristoph Hellwig
2026-06-08fs/proc/task_mmu: do not warn on seeing non-migration pmd entryDev Jain
2026-06-08fs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()Kiryl Shutsemau (Meta)
2026-06-08fs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()Kiryl Shutsemau (Meta)
2026-06-08fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update raceKiryl Shutsemau (Meta)
2026-06-08nfs: use nfsi->rwsem to protect traversal of the file lock listYang Erkun
2026-06-08NFSv4.1/pNFS: fix LAYOUTCOMMIT retry loop on OLD_STATEIDLei Yin
2026-06-08create_default_group(): pass parent's dentry instead of config_groupAl Viro
2026-06-08configfs_attach_group(): drop the unused parent_item argumentAl Viro
2026-06-08configs_attach_item(): drop unused parent_item argumentAl Viro
2026-06-08configfs_create(): lift parent timestamp updates into callersAl Viro
2026-06-08kill configfs_drop_dentry()Al Viro
2026-06-08configfs: mark pinned dentries persistentAl Viro
2026-06-08configfs: dentry refcount needs to be pinned only onceAl Viro
2026-06-08switch configfs_detach_{group,item}() to passing dentryAl Viro