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