summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* 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-2923-199/+0Star
* 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/+8Star
* 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/+10Star
* 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-123-10/+2Star
* xfs: split up allocation btree verifierBrian Foster2019-02-121-2/+2
* xfs: create a separate finobt verifierBrian Foster2019-02-121-1/+1
* xfs: add xfs_verify_agino_or_null helperDarrick J. Wong2019-02-121-5/+3Star
* xfs: check attribute name validityDarrick J. Wong2019-02-121-0/+6
* xfs: check directory name validityDarrick J. Wong2019-02-121-0/+6
* xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong2019-02-121-3/+2Star
* xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong2019-02-121-0/+27
* xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong2019-02-121-0/+5
* xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong2019-02-121-30/+32
* xfs: scrub big block inode btrees correctlyDarrick J. Wong2019-02-121-1/+9
* xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong2019-02-122-58/+152
* xfs: hoist inode cluster checks out of loopDarrick J. Wong2019-02-121-54/+65
* xfs: check inobt record alignment on big block filesystemsDarrick J. Wong2019-02-121-0/+41
* xfs: check the ir_startino alignment directlyDarrick J. Wong2019-02-121-6/+50
* xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong2019-02-121-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
* xfs: fix function pointer type in ftrace formatDarrick J. Wong2018-12-191-1/+1
* xfs: count inode blocks correctly in inobt scrubDarrick J. Wong2018-12-121-7/+15
* xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-121-1/+1
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-8/+6Star
* xfs: add a block to inode count converterDarrick J. Wong2018-12-121-1/+1
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-128-63/+27Star
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-129-91/+94