summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/bmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* 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-161-1/+2
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-161-1/+1
* xfs: refactor scrub transaction allocation functionDarrick J. Wong2018-05-161-2/+1Star
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-241-2/+2
* xfs: bmap scrubber should do rmap xref with bmap for sparse filesDarrick J. Wong2018-03-241-1/+169
* xfs: check that br_blockcount doesn't overflowDarrick J. Wong2018-01-181-4/+9
* xfs: cross-reference the realtime bitmapDarrick J. Wong2018-01-181-0/+3
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-181-0/+15
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-181-0/+134
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-181-0/+1
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-181-0/+19
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-181-0/+29
* xfs: xfs_scrub_bmap should use for_each_xfs_iextDarrick J. Wong2018-01-081-4/+1Star
* 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/+1Star
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-061-3/+3
* xfs: scrub inode block mappingsDarrick J. Wong2017-10-271-0/+366