summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2025-01-13xfs: constify feature checksChristoph Hellwig1-1/+1
2024-12-24xfs: fix CoW forks for realtime filesDarrick J. Wong7-40/+463
2024-12-24xfs: check for shared rt extents when rebuilding rt file's data forkDarrick J. Wong1-8/+13
2024-12-24xfs: repair inodes that have a refcount btree in the data forkDarrick J. Wong1-0/+36
2024-12-24xfs: online repair of the realtime refcount btreeDarrick J. Wong6-7/+808
2024-12-24xfs: capture realtime CoW staging extents when rebuilding rt rmapbtDarrick J. Wong3-0/+141
2024-12-24xfs: walk the rt reference count tree when rebuilding rmapDarrick J. Wong1-0/+7
2024-12-24xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong2-1/+29
2024-12-24xfs: don't flag quota rt block usage on rtreflink filesystemsDarrick J. Wong1-1/+1
2024-12-24xfs: scrub the metadir path of rt refcount btree filesDarrick J. Wong1-0/+3
2024-12-24xfs: detect and repair misaligned rtinherit directory cowextsize hintsDarrick J. Wong2-9/+32
2024-12-24xfs: allow dquot rt block count to exceed rt blocks on reflink fsDarrick J. Wong1-1/+7
2024-12-24xfs: check reference counts of gaps between rt refcount recordsDarrick J. Wong1-1/+80
2024-12-24xfs: allow overlapping rtrmapbt records for shared data extentsDarrick J. Wong1-1/+16
2024-12-24xfs: cross-reference checks with the rt refcount btreeDarrick J. Wong5-6/+158
2024-12-24xfs: scrub the realtime refcount btreeDarrick J. Wong8-2/+516
2024-12-24xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong2-8/+3
2024-12-24xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong2-3/+4
2024-12-24xfs: namespace the maximum length/refcount symbolsDarrick J. Wong2-3/+3
2024-12-24xfs: hook live realtime rmap operations during a repair operationDarrick J. Wong3-10/+140
2024-12-24xfs: create a shadow rmap btree during realtime rmap repairDarrick J. Wong1-45/+92
2024-12-24xfs: online repair of the realtime rmap btreeDarrick J. Wong8-3/+960
2024-12-24xfs: support repairing metadata btrees rooted in metadir inodesDarrick J. Wong4-0/+86
2024-12-24xfs: online repair of realtime bitmaps for a realtime groupDarrick J. Wong11-19/+650
2024-12-24xfs: repair rmap btree inodesDarrick J. Wong1-0/+35
2024-12-24xfs: repair inodes that have realtime extentsDarrick J. Wong1-1/+57
2024-12-24xfs: online repair of realtime file bmapsDarrick J. Wong3-4/+172
2024-12-24xfs: walk the rt reverse mapping tree when rebuilding rmapDarrick J. Wong1-1/+52
2024-12-24xfs: scrub the metadir path of rt rmap btree filesDarrick J. Wong1-0/+3
2024-12-24xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappingsDarrick J. Wong1-6/+42
2024-12-24xfs: cross-reference the realtime rmapbtDarrick J. Wong6-19/+169
2024-12-24xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong1-0/+15
2024-12-24xfs: scrub the realtime rmapbtDarrick J. Wong11-10/+304
2024-12-24xfs: allow queued realtime intents to drain before scrubbingDarrick J. Wong7-10/+93
2024-12-24xfs: support file data forks containing metadata btreesDarrick J. Wong5-10/+63
2024-12-24xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong1-1/+1
2024-12-24xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventionsDarrick J. Wong1-2/+3
2024-12-24xfs: add some rtgroup inode helpersDarrick J. Wong2-11/+8
2024-12-24xfs: prepare to reuse the dquot pointer space in struct xfs_inodeDarrick J. Wong1-0/+1
2024-12-13xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong1-2/+29
2024-12-13xfs: check pre-metadir fields correctlyDarrick J. Wong1-13/+27
2024-12-13xfs: don't move nondir/nonreg temporary repair files to the metadir namespaceDarrick J. Wong1-1/+11
2024-12-13xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong1-1/+1
2024-12-13xfs: mark metadir repair tempfiles with IRECOVERYDarrick J. Wong1-2/+8
2024-12-13xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong1-1/+2
2024-12-13xfs: separate healthy clearing mask during repairDarrick J. Wong2-24/+39
2024-12-13xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong5-10/+10
2024-12-13xfs: keep quota directory inode loadedDarrick J. Wong1-31/+6
2024-12-13xfs: metapath scrubber should use the already loaded inodesDarrick J. Wong1-16/+25
2024-11-06xfs: update sb field checks when metadir is turned onDarrick J. Wong1-12/+24