summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/common.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: pass perag to xfs_alloc_read_agflDave Chinner2022-07-071-1/+1
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-1/+1
* xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner2022-07-071-1/+1
* xfs: Set up infrastructure for log attribute replayAllison Henderson2022-05-041-0/+2
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-4/+4
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-3/+3
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-1/+1
* xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong2021-08-181-3/+0
* xfs: grab active perag ref when reading AG headersDarrick J. Wong2021-08-091-29/+19
* xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong2021-08-091-4/+5
* xfs: per-cpu deferred inode inactivation queuesDave Chinner2021-08-061-0/+7
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-021-8/+7
|\
| * Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong2021-06-081-8/+7
| |\
| | * xfs: use perag for ialloc btree cursorsDave Chinner2021-06-021-3/+2
| | * xfs: convert allocbt cursors to use peragsDave Chinner2021-06-021-2/+2
| | * xfs: convert refcount btree cursor to use peragsDave Chinner2021-06-021-1/+1
| | * 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-6/+6
| | * xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-1/+1
* | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-281-3/+3
|\ \ \ | |/ / |/| |
| * | xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-3/+3
| |/
* / xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong2021-05-201-1/+3
|/
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-8/+5
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong2021-03-251-4/+3
* xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong2021-03-251-9/+7
* xfs: rename block gc start and stop functionsDarrick J. Wong2021-02-031-2/+2
* xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-091-14/+0
* xfs: remove unused header filesEric Sandeen2019-06-281-8/+0
* xfs: add online scrub for superblock countersDarrick J. Wong2019-04-301-0/+9
* xfs: allow scrubbers to pause background reclaimDarrick J. Wong2019-04-261-0/+18
* xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong2019-04-161-5/+15
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-7/+7
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-1/+1
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-79/+79
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-31/+31
* xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong2018-07-231-1/+1
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-86/+86
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-111-1/+1
* 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-3/+18
* xfs: grab the per-ag structure whenever relevantDarrick J. Wong2018-05-301-0/+17
* xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong2018-05-151-0/+22
* xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong2018-05-151-0/+57
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-151-0/+4
* xfs: refactor scrub transaction allocation functionDarrick J. Wong2018-05-151-3/+13
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-231-14/+8
* xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig2018-03-141-1/+1