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