summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/bmap.c
AgeCommit message (Expand)Author
2021-03-25xfs: scan rt rmap when we're doing an intense rmap checkDarrick J. Wong
2021-03-25xfs: cross-reference the realtime rmapbtDarrick J. Wong
2021-03-25xfs: scrub the realtime rmapbtDarrick J. Wong
2021-03-25xfs: refactor realtime scrubbing context managementDarrick J. Wong
2021-03-25xfs: support dynamic btree cursor heightsDarrick J. Wong
2021-03-25xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2021-03-25xfs: repair inode block mapsDarrick J. Wong
2021-03-25xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong
2021-03-25xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi
2020-12-09xfs: refactor file range validationDarrick J. Wong
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong
2020-12-09xfs: refactor data device extent validationDarrick J. Wong
2020-11-18xfs: strengthen rmap record flags checkingDarrick J. Wong
2020-11-10xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_QDarrick J. Wong
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-08-26xfs: bmap scrub should only scrub records onceDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-02-11xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-30xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong
2018-05-15xfs: don't continue scrub if already corruptDarrick J. Wong
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong
2018-05-15xfs: refactor scrub transaction allocation functionDarrick J. Wong
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong
2018-03-23xfs: bmap scrubber should do rmap xref with bmap for sparse filesDarrick J. Wong
2018-01-17xfs: check that br_blockcount doesn't overflowDarrick J. Wong
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong
2018-01-08xfs: xfs_scrub_bmap should use for_each_xfs_iextDarrick J. Wong
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-10-26xfs: scrub inode block mappingsDarrick J. Wong