summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* xfs: allow parent directory scans to be interrupted with fatal signalsDarrick J. Wong2019-11-271-5/+20
* xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2019-11-222-6/+7
* xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig2019-11-221-1/+1
* xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig2019-11-221-1/+1
* xfs: devirtualize ->data_bestfree_pChristoph Hellwig2019-11-101-5/+2
* xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-101-7/+8
* xfs: devirtualize ->data_entry_tag_pChristoph Hellwig2019-11-101-1/+1
* xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-101-2/+2
* xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig2019-11-101-5/+5
* xfs: cleanup xchk_directory_data_bestfreeChristoph Hellwig2019-11-101-16/+15
* xfs: cleanup xchk_dir_recChristoph Hellwig2019-11-101-14/+14
* xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig2019-11-101-4/+2
* xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig2019-11-101-1/+1
* xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig2019-11-101-2/+1
* xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig2019-11-101-7/+7
* xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig2019-11-101-1/+1
* xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig2019-11-101-3/+4
* xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-101-1/+1
* xfs: refactor btree node scrubbingChristoph Hellwig2019-11-104-49/+27
* xfs: refactor "does this fork map blocks" predicateDarrick J. Wong2019-11-101-2/+1
* xfs: fix missing header includesDarrick J. Wong2019-11-072-0/+2
* xfs: periodically yield scrub threads to the schedulerDarrick J. Wong2019-11-071-1/+8
* xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong2019-11-063-2/+16
* xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong2019-10-291-1/+2
* 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