aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/bmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-7/+7
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-1/+1
2022-04-27xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong1-20/+4
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R1-1/+1
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong1-1/+1
2021-08-20xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong1-1/+2
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-2/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-2/+2
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong1-1/+1
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-12/+15
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong1-1/+1
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-9/+12
2021-06-02xfs: remove agno from btree cursorDave Chinner1-1/+1
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner1-4/+4
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner1-1/+1
2021-06-02xfs: add a perag to the btree cursorDave Chinner1-1/+1
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner1-5/+8
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-5/+1
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig1-5/+4
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong1-3/+2
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi1-5/+0
2020-12-09xfs: refactor file range validationDarrick J. Wong1-0/+4
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong1-7/+1
2020-12-09xfs: refactor data device extent validationDarrick J. Wong1-4/+1
2020-11-18xfs: strengthen rmap record flags checkingDarrick J. Wong1-4/+4
2020-11-10xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong1-0/+2
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong1-2/+20
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-2/+3
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-1/+2
2020-05-19xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_QDarrick J. Wong1-21/+13
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner1-1/+1
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner1-1/+1
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-2/+2
2019-08-26xfs: bmap scrub should only scrub records onceDarrick J. Wong1-31/+46
2019-06-28xfs: remove unused header filesEric Sandeen1-8/+0
2019-02-11xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong1-0/+27
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-75/+75
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-11/+11
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-88/+88
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong1-3/+2
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-30xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong1-1/+1
2018-05-15xfs: don't continue scrub if already corruptDarrick J. Wong1-1/+2
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong1-1/+1
2018-05-15xfs: refactor scrub transaction allocation functionDarrick J. Wong1-2/+1
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong1-2/+2
2018-03-23xfs: bmap scrubber should do rmap xref with bmap for sparse filesDarrick J. Wong1-1/+169
2018-01-17xfs: check that br_blockcount doesn't overflowDarrick J. Wong1-4/+9
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong1-0/+3