summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2025-02-14xfs: fix data fork format filtering during inode repairDarrick J. Wong
2025-02-14xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong
2025-01-13xfs: constify feature checksChristoph Hellwig
2024-12-23xfs: fix CoW forks for realtime filesDarrick J. Wong
2024-12-23xfs: check for shared rt extents when rebuilding rt file's data forkDarrick J. Wong
2024-12-23xfs: repair inodes that have a refcount btree in the data forkDarrick J. Wong
2024-12-23xfs: online repair of the realtime refcount btreeDarrick J. Wong
2024-12-23xfs: capture realtime CoW staging extents when rebuilding rt rmapbtDarrick J. Wong
2024-12-23xfs: walk the rt reference count tree when rebuilding rmapDarrick J. Wong
2024-12-23xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong
2024-12-23xfs: don't flag quota rt block usage on rtreflink filesystemsDarrick J. Wong
2024-12-23xfs: scrub the metadir path of rt refcount btree filesDarrick J. Wong
2024-12-23xfs: detect and repair misaligned rtinherit directory cowextsize hintsDarrick J. Wong
2024-12-23xfs: allow dquot rt block count to exceed rt blocks on reflink fsDarrick J. Wong
2024-12-23xfs: check reference counts of gaps between rt refcount recordsDarrick J. Wong
2024-12-23xfs: allow overlapping rtrmapbt records for shared data extentsDarrick J. Wong
2024-12-23xfs: cross-reference checks with the rt refcount btreeDarrick J. Wong
2024-12-23xfs: scrub the realtime refcount btreeDarrick J. Wong
2024-12-23xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong
2024-12-23xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2024-12-23xfs: namespace the maximum length/refcount symbolsDarrick J. Wong
2024-12-23xfs: hook live realtime rmap operations during a repair operationDarrick J. Wong
2024-12-23xfs: create a shadow rmap btree during realtime rmap repairDarrick J. Wong
2024-12-23xfs: online repair of the realtime rmap btreeDarrick J. Wong
2024-12-23xfs: support repairing metadata btrees rooted in metadir inodesDarrick J. Wong
2024-12-23xfs: online repair of realtime bitmaps for a realtime groupDarrick J. Wong
2024-12-23xfs: repair rmap btree inodesDarrick J. Wong
2024-12-23xfs: repair inodes that have realtime extentsDarrick J. Wong
2024-12-23xfs: online repair of realtime file bmapsDarrick J. Wong
2024-12-23xfs: walk the rt reverse mapping tree when rebuilding rmapDarrick J. Wong
2024-12-23xfs: scrub the metadir path of rt rmap btree filesDarrick J. Wong
2024-12-23xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappingsDarrick J. Wong
2024-12-23xfs: cross-reference the realtime rmapbtDarrick J. Wong
2024-12-23xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong
2024-12-23xfs: scrub the realtime rmapbtDarrick J. Wong
2024-12-23xfs: allow queued realtime intents to drain before scrubbingDarrick J. Wong
2024-12-23xfs: support file data forks containing metadata btreesDarrick J. Wong
2024-12-23xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2024-12-23xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventionsDarrick J. Wong
2024-12-23xfs: add some rtgroup inode helpersDarrick J. Wong
2024-12-23xfs: prepare to reuse the dquot pointer space in struct xfs_inodeDarrick J. Wong
2024-12-12xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong
2024-12-12xfs: check pre-metadir fields correctlyDarrick J. Wong
2024-12-12xfs: don't move nondir/nonreg temporary repair files to the metadir namespaceDarrick J. Wong
2024-12-12xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong
2024-12-12xfs: mark metadir repair tempfiles with IRECOVERYDarrick J. Wong
2024-12-12xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong
2024-12-12xfs: separate healthy clearing mask during repairDarrick J. Wong
2024-12-12xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong
2024-12-12xfs: keep quota directory inode loadedDarrick J. Wong