aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-27xfs: allow parent directory scans to be interrupted with fatal signalsDarrick J. Wong1-5/+20
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2-6/+7
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig1-1/+1
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig1-1/+1
2019-11-10xfs: devirtualize ->data_bestfree_pChristoph Hellwig1-5/+2
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig1-7/+8
2019-11-10xfs: devirtualize ->data_entry_tag_pChristoph Hellwig1-1/+1
2019-11-10xfs: devirtualize ->data_entsizeChristoph Hellwig1-2/+2
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig1-5/+5
2019-11-10xfs: cleanup xchk_directory_data_bestfreeChristoph Hellwig1-16/+15
2019-11-10xfs: cleanup xchk_dir_recChristoph Hellwig1-14/+14
2019-11-10xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig1-4/+2
2019-11-10xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig1-1/+1
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig1-2/+1
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig1-7/+7
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig1-1/+1
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig1-3/+4
2019-11-10xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig1-1/+1
2019-11-10xfs: refactor btree node scrubbingChristoph Hellwig4-49/+27
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong1-2/+1
2019-11-07xfs: fix missing header includesDarrick J. Wong2-0/+2
2019-11-07xfs: periodically yield scrub threads to the schedulerDarrick J. Wong1-1/+8
2019-11-06xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong3-2/+16
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong1-1/+2
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