aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-29xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen1-1/+3
2018-09-29xfs: remove duplicated include from alloc.cYueHaibing1-1/+0
2018-08-14xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong1-19/+27
2018-08-10xfs: repair the AGIDarrick J. Wong3-1/+220
2018-08-10xfs: repair the AGFLDarrick J. Wong5-1/+380
2018-08-10xfs: repair the AGFDarrick J. Wong4-10/+400
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong5-163/+149
2018-07-29xfs: move the repair extent list into its own fileDarrick J. Wong4-219/+247
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong4-6/+6
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong25-843/+832
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong25-294/+294
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong6-168/+168
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong24-1190/+1196
2018-07-23xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong1-4/+3
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2-4/+3
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster1-1/+1
2018-06-08xfs: move various type verifiers to common fileDave Chinner1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner27-405/+27
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong1-5/+18
2018-05-30xfs: repair superblocksDarrick J. Wong3-1/+73
2018-05-30xfs: add helpers to attach quotas to inodesDarrick J. Wong2-0/+63
2018-05-30xfs: recover AG btree roots from rmap dataDarrick J. Wong2-0/+210
2018-05-30xfs: add helpers to dispose of old btree blocks after a repairDarrick J. Wong2-0/+257
2018-05-30xfs: add helpers to collect and sift btree block pointers during repairDarrick J. Wong2-0/+245
2018-05-30xfs: add helpers to allocate and initialize fresh btree rootsDarrick J. Wong2-0/+86
2018-05-30xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong6-7/+194
2018-05-30xfs: grab the per-ag structure whenever relevantDarrick J. Wong3-0/+19
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong4-7/+320
2018-05-15xfs: create tracepoints for online repairDarrick J. Wong1-0/+258
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong2-69/+13
2018-05-15xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong3-2/+37
2018-05-15xfs: scrub the data fork of the realtime inodesDarrick J. Wong1-1/+33
2018-05-15xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong3-43/+99
2018-05-15xfs: don't continue scrub if already corruptDarrick J. Wong4-10/+34
2018-05-15xfs: superblock scrub should use short-lived buffersDarrick J. Wong1-3/+1
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong10-16/+37
2018-05-15xfs: refactor scrub transaction allocation functionDarrick J. Wong4-21/+17
2018-05-15xfs: btree scrub should check minrecsDarrick J. Wong1-0/+40
2018-05-15xfs: clean up scrub usage of KM_NOFSDarrick J. Wong3-3/+4
2018-05-15xfs: avoid ilock games in the quota scrubberDarrick J. Wong3-28/+30
2018-05-15xfs: refactor dquot iterationDarrick J. Wong1-30/+26
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong1-2/+1
2018-03-23xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptDarrick J. Wong1-1/+1
2018-03-23xfs: flag inode corruption if parent ptr doesn't get us a real inodeDarrick J. Wong1-1/+11
2018-03-23xfs: move inode extent size hint validation to libxfsDarrick J. Wong1-88/+12
2018-03-23xfs: record inode buf errors as a xref error in inobt scrubberDarrick J. Wong1-1/+2
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong9-111/+74
2018-03-23xfs: inode scrubber shouldn't bother with raw checksDarrick J. Wong1-89/+13
2018-03-23xfs: bmap scrubber should do rmap xref with bmap for sparse filesDarrick J. Wong1-1/+169
2018-03-14xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig1-1/+1