summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong2022-04-271-20/+4
* xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-111-1/+1
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-191-1/+1
* xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong2021-08-201-1/+2
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-2/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-2/+2
* xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong2021-08-181-1/+1
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-12/+15
* xfs: grab active perag ref when reading AG headersDarrick J. Wong2021-08-091-1/+1
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-021-9/+12
|\
| * xfs: remove agno from btree cursorDave Chinner2021-06-021-1/+1
| * xfs: convert refcount btree cursor to use peragsDave Chinner2021-06-021-4/+4
| * xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-021-1/+1
| * xfs: add a perag to the btree cursorDave Chinner2021-06-021-1/+1
| * xfs: convert raw ag walks to use for_each_peragDave Chinner2021-06-021-5/+8
* | xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-1/+1
|/
* xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-5/+1
* xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-151-5/+4
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-3/+2
* xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-091-5/+0
* xfs: refactor file range validationDarrick J. Wong2020-12-091-0/+4
* xfs: refactor realtime volume extent validationDarrick J. Wong2020-12-091-7/+1
* xfs: refactor data device extent validationDarrick J. Wong2020-12-091-4/+1
* xfs: strengthen rmap record flags checkingDarrick J. Wong2020-11-181-4/+4
* xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong2020-11-101-0/+2
* xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong2020-07-061-2/+20
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-2/+3
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+2
* xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_QDarrick J. Wong2020-05-191-21/+13
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-131-1/+1
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-1/+1
* 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