summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2020-11-24xfs: strengthen rmap record flags checkingDarrick J. Wong
2020-11-24xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong
2020-11-18xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong
2020-11-18xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong
2020-11-18xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong
2020-10-01xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong
2020-08-19xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong
2020-01-09xfs: periodically yield scrub threads to the schedulerDarrick J. Wong
2018-09-29xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen
2018-09-29xfs: remove duplicated include from alloc.cYueHaibing
2018-08-14xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong
2018-08-10xfs: repair the AGIDarrick J. Wong
2018-08-10xfs: repair the AGFLDarrick J. Wong
2018-08-10xfs: repair the AGFDarrick J. Wong
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong
2018-07-29xfs: move the repair extent list into its own fileDarrick J. Wong
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong
2018-07-23xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster
2018-06-08xfs: move various type verifiers to common fileDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong
2018-05-30xfs: repair superblocksDarrick J. Wong
2018-05-30xfs: add helpers to attach quotas to inodesDarrick J. Wong
2018-05-30xfs: recover AG btree roots from rmap dataDarrick J. Wong
2018-05-30xfs: add helpers to dispose of old btree blocks after a repairDarrick J. Wong
2018-05-30xfs: add helpers to collect and sift btree block pointers during repairDarrick J. Wong
2018-05-30xfs: add helpers to allocate and initialize fresh btree rootsDarrick J. Wong
2018-05-30xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong
2018-05-30xfs: grab the per-ag structure whenever relevantDarrick J. Wong
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong
2018-05-15xfs: create tracepoints for online repairDarrick J. Wong
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong
2018-05-15xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong
2018-05-15xfs: scrub the data fork of the realtime inodesDarrick J. Wong
2018-05-15xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong
2018-05-15xfs: don't continue scrub if already corruptDarrick J. Wong
2018-05-15xfs: superblock scrub should use short-lived buffersDarrick J. Wong
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong
2018-05-15xfs: refactor scrub transaction allocation functionDarrick J. Wong
2018-05-15xfs: btree scrub should check minrecsDarrick J. Wong
2018-05-15xfs: clean up scrub usage of KM_NOFSDarrick J. Wong
2018-05-15xfs: avoid ilock games in the quota scrubberDarrick J. Wong
2018-05-15xfs: refactor dquot iterationDarrick J. Wong
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong