summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2021-12-15xfs: allow queued AG intents to drain before scrubbingscrub-drain-intents_2021-12-15Darrick J. Wong
2021-12-15xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong
2021-12-15xfs: teach repair to fix file nlinksscrub-nlinks_2021-12-15Darrick J. Wong
2021-12-15xfs: teach scrub to check file nlinksDarrick J. Wong
2021-12-15xfs: experiment with dontcache when scanning inodesvectorized-scrub_2021-12-15Darrick J. Wong
2021-12-15xfs: introduce vectored scrub modeDarrick J. Wong
2021-12-15xfs: whine to dmesg when we encounter errorsDarrick J. Wong
2021-12-15xfs: repair inodes that have a refcount btree in the data forkDarrick J. Wong
2021-12-15xfs: online repair of the realtime refcount btreeDarrick J. Wong
2021-12-15xfs: capture realtime CoW staging extents when rebuilding rt rmapbtDarrick J. Wong
2021-12-15xfs: walk the rt reference count tree when rebuilding rmapDarrick J. Wong
2021-12-15xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong
2021-12-15xfs: detect and repair misaligned rtinherit directory cowextsize hintsDarrick J. Wong
2021-12-15xfs: allow dquot rt block count to exceed rt blocks on reflink fsDarrick J. Wong
2021-12-15xfs: check reference counts of gaps between rt refcount recordsDarrick J. Wong
2021-12-15xfs: cross-reference chceks with the rt refcount btreeDarrick J. Wong
2021-12-15xfs: scrub the realtime refcount btreeDarrick J. Wong
2021-12-15xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong
2021-12-15xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong
2021-12-15xfs: introduce realtime refcount btree definitionsDarrick J. Wong
2021-12-15xfs: widen xfs_refcount_irec fields to handle realtime refcountbtDarrick J. Wong
2021-12-15xfs: create a noalloc mode for allocation groupsDarrick J. Wong
2021-12-15xfs: online repair of the realtime rmap btreeDarrick J. Wong
2021-12-15xfs: online repair of realtime bitmapsDarrick J. Wong
2021-12-15xfs: repair inodes that have realtime extentsDarrick J. Wong
2021-12-15xfs: online repair of realtime file bmapsDarrick J. Wong
2021-12-15xfs: walk the rt reverse mapping tree when rebuilding rmapDarrick J. Wong
2021-12-15xfs: scan rt rmap when we're doing an intense rmap checkDarrick J. Wong
2021-12-15xfs: cross-reference the realtime rmapbtDarrick J. Wong
2021-12-15xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong
2021-12-15xfs: scrub the realtime rmapbtDarrick J. Wong
2021-12-15xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong
2021-12-15xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2021-12-15xfs: introduce realtime rmap btree definitionsDarrick J. Wong
2021-12-15xfs: widen xfs_rmap_irec fields to handle realtime rmapbtDarrick J. Wong
2021-12-15xfs: convert "skip_discard" to a proper flags bitsetextfree-intent-cleanups_2021-12-15Darrick J. Wong
2021-12-15xfs: simplify xfs_ag_resv_free signatureDarrick J. Wong
2021-12-15xfs: refactor realtime inode lockingrefactor-rt-locking_2021-12-15Darrick J. Wong
2021-12-15xfs: refactor realtime scrubbing context managementDarrick J. Wong
2021-12-15xfs: support leaves in the incore btree root block in xfs_iroot_reallocDarrick J. Wong
2021-12-15xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2021-12-15xfs: scrub metadata directoriesDarrick J. Wong
2021-12-15xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2021-12-15xfs: enforce metadata inode flagDarrick J. Wong
2021-12-15xfs: wrap inode creation dqalloc callsDarrick J. Wong
2021-12-15xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2021-12-15xfs: move orphan files to the orphanagerepair-dirs_2021-12-15Darrick J. Wong
2021-12-15xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong
2021-12-15xfs: online repair of parent pointersDarrick J. Wong
2021-12-15xfs: online repair of directoriesDarrick J. Wong