aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/bmap.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkGravatar Darrick J. Wong 1-2/+20
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-2/+3
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+2
2020-05-19xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_QGravatar Darrick J. Wong 1-21/+13
2020-03-13xfs: convert btree cursor inode-private member namesGravatar Dave Chinner 1-1/+1
2020-03-13xfs: convert btree cursor ag-private member nameGravatar Dave Chinner 1-1/+1
2019-08-29xfs: remove all *_ITER_ABORT valuesGravatar Darrick J. Wong 1-2/+2
2019-08-26xfs: bmap scrub should only scrub records onceGravatar Darrick J. Wong 1-31/+46
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-8/+0
2019-02-11xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tGravatar Darrick J. Wong 1-0/+27
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairGravatar Darrick J. Wong 1-75/+75
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubGravatar Darrick J. Wong 1-11/+11
2018-07-23xfs: shorten xfs_scrub_ prefixGravatar Darrick J. Wong 1-88/+88
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsGravatar Darrick J. Wong 1-3/+2
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-15/+1
2018-05-30xfs: add helpers to deal with transaction allocation and rollingGravatar Darrick J. Wong 1-1/+1
2018-05-15xfs: don't continue scrub if already corruptGravatar Darrick J. Wong 1-1/+2
2018-05-15xfs: skip scrub xref if corruption already notedGravatar Darrick J. Wong 1-1/+1
2018-05-15xfs: refactor scrub transaction allocation functionGravatar Darrick J. Wong 1-2/+1
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsGravatar Darrick J. Wong 1-2/+2
2018-03-23xfs: bmap scrubber should do rmap xref with bmap for sparse filesGravatar Darrick J. Wong 1-1/+169
2018-01-17xfs: check that br_blockcount doesn't overflowGravatar Darrick J. Wong 1-4/+9
2018-01-17xfs: cross-reference the realtime bitmapGravatar Darrick J. Wong 1-0/+3
2018-01-17xfs: cross-reference refcount btree during scrubGravatar Darrick J. Wong 1-0/+15
2018-01-17xfs: cross-reference reverse-mapping btreeGravatar Darrick J. Wong 1-0/+134
2018-01-17xfs: cross-reference inode btrees during scrubGravatar Darrick J. Wong 1-0/+1
2018-01-17xfs: cross-reference with the bnobtGravatar Darrick J. Wong 1-0/+19
2018-01-17xfs: introduce scrubber cross-referencing stubsGravatar Darrick J. Wong 1-0/+29
2018-01-08xfs: xfs_scrub_bmap should use for_each_xfs_iextGravatar Darrick J. Wong 1-4/+1
2017-11-06xfs: trivial sparse fixes for the new scrub codeGravatar Christoph Hellwig 1-1/+1
2017-11-06xfs: use a b+tree for the in-core extent listGravatar Christoph Hellwig 1-4/+1
2017-11-06xfs: introduce the xfs_iext_cursor abstractionGravatar Christoph Hellwig 1-3/+3
2017-10-26xfs: scrub inode block mappingsGravatar Darrick J. Wong 1-0/+366