summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/common.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong2021-03-251-1/+1
* xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong2021-03-251-2/+1
* xfs: periodically yield scrub threads to the schedulerDarrick J. Wong2019-11-071-1/+8
* xfs: add online scrub for superblock countersDarrick J. Wong2019-04-301-0/+2
* xfs: allow scrubbers to pause background reclaimDarrick J. Wong2019-04-261-0/+2
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-1/+1
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-13/+10
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-44/+44
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-51/+51
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong2018-05-301-1/+1
* xfs: grab the per-ag structure whenever relevantDarrick J. Wong2018-05-301-0/+1
* xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong2018-05-151-4/+0
* xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong2018-05-151-0/+1
* xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong2018-05-151-0/+2
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-151-0/+10
* xfs: refactor scrub transaction allocation functionDarrick J. Wong2018-05-151-13/+1
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-231-8/+5
* xfs: scrub in-core metadataDarrick J. Wong2018-01-171-0/+1
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-171-0/+4
* xfs: set up scrub cross-referencing helpersDarrick J. Wong2018-01-171-0/+16
* xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen2018-01-081-2/+0
* xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong2017-11-091-2/+3
* xfs: scrub quota informationDarrick J. Wong2017-10-261-0/+9
* xfs: scrub realtime bitmap/summaryDarrick J. Wong2017-10-261-0/+9
* xfs: scrub directory parent pointersDarrick J. Wong2017-10-261-0/+2
* xfs: scrub symbolic linksDarrick J. Wong2017-10-261-0/+2
* xfs: scrub extended attributesDarrick J. Wong2017-10-261-0/+2
* xfs: scrub directory metadataDarrick J. Wong2017-10-261-0/+4
* xfs: scrub inode block mappingsDarrick J. Wong2017-10-261-1/+4
* xfs: scrub inodesDarrick J. Wong2017-10-261-0/+3
* xfs: scrub refcount btreesDarrick J. Wong2017-10-261-0/+2
* xfs: scrub rmap btreesDarrick J. Wong2017-10-261-0/+2
* xfs: scrub inode btreesDarrick J. Wong2017-10-261-0/+3
* xfs: scrub free space btreesDarrick J. Wong2017-10-261-0/+6
* xfs: scrub AGF and AGFLDarrick J. Wong2017-10-261-0/+4
* xfs: scrub the secondary superblocksDarrick J. Wong2017-10-261-0/+2
* xfs: create helpers to scan an allocation groupDarrick J. Wong2017-10-261-0/+10
* xfs: create helpers to record and deal with scrub problemsDarrick J. Wong2017-10-261-0/+23
* xfs: probe the scrub ioctlDarrick J. Wong2017-10-261-0/+57