summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/common.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-8/+0Star
* xfs: add online scrub for superblock countersDarrick J. Wong2019-04-301-0/+9
* xfs: allow scrubbers to pause background reclaimDarrick J. Wong2019-04-261-0/+18
* xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong2019-04-161-5/+15
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-7/+7
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-1/+1
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-79/+79
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-31/+31
* xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong2018-07-231-1/+1
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-86/+86
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-121-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong2018-05-301-3/+18
* xfs: grab the per-ag structure whenever relevantDarrick J. Wong2018-05-301-0/+17
* xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong2018-05-161-0/+22
* xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong2018-05-161-0/+57
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-161-0/+4
* xfs: refactor scrub transaction allocation functionDarrick J. Wong2018-05-161-3/+13
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-241-14/+8Star
* xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig2018-03-141-1/+1
* xfs: scrub in-core metadataDarrick J. Wong2018-01-181-0/+23
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-181-0/+53
* xfs: set up scrub cross-referencing helpersDarrick J. Wong2018-01-181-10/+125
* xfs: distinguish between corrupt inode and invalid inum in xfs_scrub_get_inodeDarrick J. Wong2018-01-081-4/+28
* xfs: ignore agfl read errors when not scrubbing agflDarrick J. Wong2018-01-081-1/+1
* xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen2018-01-081-9/+1Star
* xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong2017-11-091-2/+4
* xfs: scrub directory metadataDarrick J. Wong2017-10-271-0/+28
* xfs: scrub inodesDarrick J. Wong2017-10-271-0/+54
* xfs: scrub inode btreesDarrick J. Wong2017-10-271-0/+29
* xfs: scrub free space btreesDarrick J. Wong2017-10-271-0/+16
* xfs: scrub the AGIDarrick J. Wong2017-10-271-2/+3
* xfs: scrub AGF and AGFLDarrick J. Wong2017-10-271-6/+22
* xfs: create helpers to scan an allocation groupDarrick J. Wong2017-10-271-0/+179
* xfs: create helpers to record and deal with scrub problemsDarrick J. Wong2017-10-271-0/+190
* xfs: probe the scrub ioctlDarrick J. Wong2017-10-271-0/+59