summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti2019-10-061-2/+1
* xfs: removed unneeded variableAliasgar Surti2019-09-231-2/+1
* xfs: make attr lookup returns consistentDave Chinner2019-08-301-2/+0
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-294-7/+7
* xfs: log proper length of btree block in scrub/repairEric Sandeen2019-08-281-1/+1
* xfs: bmap scrub should only scrub records onceDarrick J. Wong2019-08-261-31/+46
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-263-3/+3
* xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibl...Jia-Ju Bai2019-07-301-1/+5
* xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong2019-07-051-1/+5
* xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong2019-07-052-10/+63
* xfs: refactor attr scrub memory allocation functionDarrick J. Wong2019-07-052-9/+26
* xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong2019-07-052-9/+72
* xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong2019-07-051-2/+6
* xfs: create iterator error codesDarrick J. Wong2019-07-022-4/+4
* xfs: remove unused header filesEric Sandeen2019-06-2823-199/+0
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-1/+1
* xfs: separate inode geometryDarrick J. Wong2019-06-122-11/+12
* xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong2019-06-031-1/+2
* xfs: add online scrub for superblock countersDarrick J. Wong2019-04-307-1/+455
* xfs: scrub should check incore counters against ondisk headersDarrick J. Wong2019-04-261-0/+20
* xfs: allow scrubbers to pause background reclaimDarrick J. Wong2019-04-264-0/+23
* xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong2019-04-261-17/+8
* xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong2019-04-163-5/+77
* xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong2019-04-164-0/+199
* xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong2019-04-164-11/+10
* xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong2019-04-166-12/+17
* xfs: refactor scrub context initializationDarrick J. Wong2019-04-161-13/+18
* xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong2019-03-191-1/+10
* xfs: dabtree scrub needs to range-check levelDarrick J. Wong2019-03-191-0/+5
* xfs: fix backwards endian conversion in scrubDarrick J. Wong2019-02-251-1/+1
* xfs: fix uninitialized error variableColin Ian King2019-02-211-1/+1
* xfs: use buf ops magic to detect btree block typeDarrick J. Wong2019-02-113-10/+2
* xfs: split up allocation btree verifierBrian Foster2019-02-111-2/+2
* xfs: create a separate finobt verifierBrian Foster2019-02-111-1/+1
* xfs: add xfs_verify_agino_or_null helperDarrick J. Wong2019-02-111-5/+3
* xfs: check attribute name validityDarrick J. Wong2019-02-111-0/+6
* xfs: check directory name validityDarrick J. Wong2019-02-111-0/+6
* xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong2019-02-111-3/+2
* xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong2019-02-111-0/+27
* xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong2019-02-111-0/+5
* xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong2019-02-111-30/+32
* xfs: scrub big block inode btrees correctlyDarrick J. Wong2019-02-111-1/+9
* xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong2019-02-112-58/+152
* xfs: hoist inode cluster checks out of loopDarrick J. Wong2019-02-111-54/+65
* xfs: check inobt record alignment on big block filesystemsDarrick J. Wong2019-02-111-0/+41
* xfs: check the ir_startino alignment directlyDarrick J. Wong2019-02-111-6/+50
* xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong2019-02-111-1/+2
* xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2019-02-031-3/+8
* xfs: stringify scrub types in ftrace outputDarrick J. Wong2018-12-191-26/+77
* xfs: stringify btree cursor types in ftrace outputDarrick J. Wong2018-12-191-12/+26