summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-291-2/+2
* xfs: bmap scrub should only scrub records onceDarrick J. Wong2019-08-261-31/+46
* xfs: remove unused header filesEric Sandeen2019-06-281-8/+0
* xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong2019-02-111-0/+27
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-75/+75
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-11/+11
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-88/+88
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-3/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong2018-05-301-1/+1
* xfs: don't continue scrub if already corruptDarrick J. Wong2018-05-151-1/+2
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-151-1/+1
* xfs: refactor scrub transaction allocation functionDarrick J. Wong2018-05-151-2/+1
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-231-2/+2
* xfs: bmap scrubber should do rmap xref with bmap for sparse filesDarrick J. Wong2018-03-231-1/+169
* xfs: check that br_blockcount doesn't overflowDarrick J. Wong2018-01-171-4/+9
* xfs: cross-reference the realtime bitmapDarrick J. Wong2018-01-171-0/+3
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-171-0/+15
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-171-0/+134
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-171-0/+1
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-171-0/+19
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-171-0/+29
* xfs: xfs_scrub_bmap should use for_each_xfs_iextDarrick J. Wong2018-01-081-4/+1
* xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig2017-11-061-1/+1
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-4/+1
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-061-3/+3
* xfs: scrub inode block mappingsDarrick J. Wong2017-10-261-0/+366