summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2025-09-05xfs: convert the ifork reap code to use xreap_stateDarrick J. Wong1-32/+46
2025-09-05xfs: prepare reaping code for dynamic limitsDarrick J. Wong1-70/+79
2025-09-05xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong1-4/+5
2025-09-05xfs: Replace strncpy with memcpyMarcelo Moreira1-1/+1
2025-08-11xfs: fix scrub trace with null pointer in quotacheckAndrey Albershteyn1-1/+1
2025-07-24xfs: remove xrep_trans_{alloc,cancel}_hook_dummyChristoph Hellwig4-46/+6
2025-07-24xfs: return the allocated transaction from xchk_trans_alloc_emptyChristoph Hellwig11-41/+18
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig3-15/+5
2025-07-24xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()Fedor Pchelkin1-1/+1
2025-07-24xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int()Fedor Pchelkin1-12/+3
2025-07-24xfs: refactor cmp_two_keys routines to take advantage of cmp_int()Fedor Pchelkin1-12/+3
2025-07-24xfs: rename key_diff routinesFedor Pchelkin1-2/+2
2025-07-24xfs: rename diff_two_keys routinesFedor Pchelkin1-2/+2
2025-07-24xfs: change xfs_xattr_class from a TRACE_EVENT() to DECLARE_EVENT_CLASS()Steven Rostedt1-1/+1
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+0
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-05-14xfs: remove some EXPERIMENTAL warningsDarrick J. Wong1-2/+0
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner1-2/+2
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown1-2/+2
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-2/+1
2025-03-27Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds13-90/+88
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig1-2/+1
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-4/+5
2025-03-03xfs: support xrep_require_rtext_inuse on zoned file systemsChristoph Hellwig1-1/+8
2025-03-03xfs: support xchk_xref_is_used_rt_space on zoned file systemsChristoph Hellwig1-2/+9
2025-03-03xfs: allow COW forks on zoned file systems in xchk_bmapChristoph Hellwig1-2/+2
2025-03-03xfs: disable sb_frextents for zoned file systemsChristoph Hellwig2-6/+15
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig4-1/+14
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig1-14/+14
2025-03-03xfs: fixup the metabtree reservation in xrep_reap_metadir_fsblocksChristoph Hellwig3-55/+17
2025-03-03xfs: support reserved blocks for the rt extent counterChristoph Hellwig1-1/+1
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig3-8/+9
2025-02-14xfs: fix data fork format filtering during inode repairDarrick J. Wong1-2/+10
2025-02-14xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong3-6/+22
2025-01-13xfs: constify feature checksChristoph Hellwig1-1/+1
2024-12-23xfs: fix CoW forks for realtime filesDarrick J. Wong7-40/+463
2024-12-23xfs: check for shared rt extents when rebuilding rt file's data forkDarrick J. Wong1-8/+13
2024-12-23xfs: repair inodes that have a refcount btree in the data forkDarrick J. Wong1-0/+36
2024-12-23xfs: online repair of the realtime refcount btreeDarrick J. Wong6-7/+808
2024-12-23xfs: capture realtime CoW staging extents when rebuilding rt rmapbtDarrick J. Wong3-0/+141
2024-12-23xfs: walk the rt reference count tree when rebuilding rmapDarrick J. Wong1-0/+7
2024-12-23xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong2-1/+29
2024-12-23xfs: don't flag quota rt block usage on rtreflink filesystemsDarrick J. Wong1-1/+1
2024-12-23xfs: scrub the metadir path of rt refcount btree filesDarrick J. Wong1-0/+3
2024-12-23xfs: detect and repair misaligned rtinherit directory cowextsize hintsDarrick J. Wong2-9/+32
2024-12-23xfs: allow dquot rt block count to exceed rt blocks on reflink fsDarrick J. Wong1-1/+7
2024-12-23xfs: check reference counts of gaps between rt refcount recordsDarrick J. Wong1-1/+80
2024-12-23xfs: allow overlapping rtrmapbt records for shared data extentsDarrick J. Wong1-1/+16
2024-12-23xfs: cross-reference checks with the rt refcount btreeDarrick J. Wong5-6/+158
2024-12-23xfs: scrub the realtime refcount btreeDarrick J. Wong8-2/+516