aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner1-1/+1
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-1/+1
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner1-1/+1
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson1-0/+2
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-4/+4
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-3/+3
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-1/+1
2021-08-18xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong1-3/+0
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong1-29/+19
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong1-4/+5
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner1-0/+7
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-8/+7
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-3/+3
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.14-merge2Darrick J. Wong1-8/+7
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner1-3/+2
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner1-2/+2
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner1-1/+1
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-6/+6
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-1/+1
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-3/+3
2021-05-20xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong1-1/+3
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong1-8/+5
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-03-25xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong1-4/+3
2021-03-25xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong1-9/+7
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong1-2/+2
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi1-14/+0
2019-06-28xfs: remove unused header filesEric Sandeen1-8/+0
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong1-0/+9
2019-04-26xfs: allow scrubbers to pause background reclaimDarrick J. Wong1-0/+18
2019-04-16xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong1-5/+15
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-7/+7
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-1/+1
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-79/+79
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-31/+31
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong1-1/+1
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-86/+86
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster1-1/+1
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-3/+18
2018-05-30xfs: grab the per-ag structure whenever relevantDarrick J. Wong1-0/+17
2018-05-15xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong1-0/+22
2018-05-15xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong1-0/+57
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong1-0/+4
2018-05-15xfs: refactor scrub transaction allocation functionDarrick J. Wong1-3/+13
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong1-14/+8
2018-03-14xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig1-1/+1