aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-06xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti1-2/+1
2019-09-23xfs: removed unneeded variableAliasgar Surti1-2/+1
2019-08-30xfs: make attr lookup returns consistentDave Chinner1-2/+0
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong4-7/+7
2019-08-28xfs: log proper length of btree block in scrub/repairEric Sandeen1-1/+1
2019-08-26xfs: bmap scrub should only scrub records onceDarrick J. Wong1-31/+46
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa3-3/+3
2019-07-30xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibling()Jia-Ju Bai1-1/+5
2019-07-05xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong1-1/+5
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong2-10/+63
2019-07-05xfs: refactor attr scrub memory allocation functionDarrick J. Wong2-9/+26
2019-07-05xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong2-9/+72
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong1-2/+6
2019-07-02xfs: create iterator error codesDarrick J. Wong2-4/+4
2019-06-28xfs: remove unused header filesEric Sandeen23-199/+0
2019-06-12xfs: remove unused flag argumentsEric Sandeen1-1/+1
2019-06-12xfs: separate inode geometryDarrick J. Wong2-11/+12
2019-06-03xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong1-1/+2
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong7-1/+455
2019-04-26xfs: scrub should check incore counters against ondisk headersDarrick J. Wong1-0/+20
2019-04-26xfs: allow scrubbers to pause background reclaimDarrick J. Wong4-0/+23
2019-04-26xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong1-17/+8
2019-04-16xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong3-5/+77
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong4-0/+199
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong4-11/+10
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong6-12/+17
2019-04-16xfs: refactor scrub context initializationDarrick J. Wong1-13/+18
2019-03-19xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong1-1/+10
2019-03-19xfs: dabtree scrub needs to range-check levelDarrick J. Wong1-0/+5
2019-02-25xfs: fix backwards endian conversion in scrubDarrick J. Wong1-1/+1
2019-02-21xfs: fix uninitialized error variableColin Ian King1-1/+1
2019-02-11xfs: use buf ops magic to detect btree block typeDarrick J. Wong3-10/+2
2019-02-11xfs: split up allocation btree verifierBrian Foster1-2/+2
2019-02-11xfs: create a separate finobt verifierBrian Foster1-1/+1
2019-02-11xfs: add xfs_verify_agino_or_null helperDarrick J. Wong1-5/+3
2019-02-11xfs: check attribute name validityDarrick J. Wong1-0/+6
2019-02-11xfs: check directory name validityDarrick J. Wong1-0/+6
2019-02-11xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong1-3/+2
2019-02-11xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong1-0/+27
2019-02-11xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong1-0/+5
2019-02-11xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong1-30/+32
2019-02-11xfs: scrub big block inode btrees correctlyDarrick J. Wong1-1/+9
2019-02-11xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong2-58/+152
2019-02-11xfs: hoist inode cluster checks out of loopDarrick J. Wong1-54/+65
2019-02-11xfs: check inobt record alignment on big block filesystemsDarrick J. Wong1-0/+41
2019-02-11xfs: check the ir_startino alignment directlyDarrick J. Wong1-6/+50
2019-02-11xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong1-1/+2
2019-02-03xfs: set buffer ops when repair probes for btree typeDarrick J. Wong1-3/+8
2018-12-19xfs: stringify scrub types in ftrace outputDarrick J. Wong1-26/+77
2018-12-19xfs: stringify btree cursor types in ftrace outputDarrick J. Wong1-12/+26