aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/libxfs/xfs_ag.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-05xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong1-14/+2
2024-11-05xfs: adjust min_block usage in xfs_verify_agbnoDarrick J. Wong1-1/+1
2024-11-05xfs: convert busy extent tracking to the generic group structureChristoph Hellwig1-5/+0
2024-11-05xfs: move the online repair rmap hooks to the generic group structureChristoph Hellwig1-3/+0
2024-11-05xfs: move draining of deferred operations to the generic group structureChristoph Hellwig1-9/+0
2024-11-05xfs: move metadata health tracking to the generic group structureChristoph Hellwig1-9/+0
2024-11-05xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig1-34/+28
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig1-16/+65
2024-11-05xfs: split xfs_initialize_peragChristoph Hellwig1-2/+2
2024-11-05xfs: add a xfs_agino_to_ino helperChristoph Hellwig1-0/+8
2024-11-05xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpersChristoph Hellwig1-0/+16
2024-11-05xfs: remove the unused pag_active_wq field in struct xfs_peragChristoph Hellwig1-1/+0
2024-11-05xfs: remove the unused pagb_count field in struct xfs_peragChristoph Hellwig1-1/+0
2024-10-22xfs: update the pag for the last AG at recovery timeChristoph Hellwig1-0/+1
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig1-3/+2
2024-10-22xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig1-2/+3
2024-09-03xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig1-11/+0
2024-09-03xfs: use kfree_rcu_mightsleep to free the perag structuresChristoph Hellwig1-3/+0
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong1-0/+3
2024-02-22xfs: repair the rmapbtDarrick J. Wong1-0/+1
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong1-3/+1
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig1-3/+5
2024-02-22xfs: initialize btree blocks using btree_ops structureDarrick J. Wong1-1/+1
2023-12-22xfs: fix perag leak when growfs failsLong Li1-0/+2
2023-12-15xfs: repair refcount btreesDarrick J. Wong1-0/+1
2023-12-15xfs: repair free space btreesDarrick J. Wong1-0/+9
2023-04-11xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong1-0/+8
2023-04-11xfs: create traced helper to get extra perag referencesDarrick J. Wong1-0/+1
2023-02-13xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walkerDave Chinner1-7/+15
2023-02-13xfs: introduce xfs_for_each_perag_wrap()Dave Chinner1-1/+44
2023-02-13xfs: perags need atomic operational stateDave Chinner1-5/+22
2023-02-13xfs: active perag reference countingDave Chinner1-9/+22
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong1-0/+15
2022-07-14xfs: double link the unlinked inode listDave Chinner1-6/+0
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner1-0/+7
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner1-0/+30
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner1-1/+20
2022-07-07xfs: make last AG grow/shrink perag centricDave Chinner1-6/+5
2021-11-10xfs: #ifdef out perag code for userspaceEric Sandeen1-3/+5
2021-10-19xfs: fix perag reference leak on iteration race with growfsBrian Foster1-10/+6
2021-10-19xfs: terminate perag iteration reliably on agcountBrian Foster1-1/+1
2021-10-19xfs: rename the next_agno perag iteration variableBrian Foster1-9/+9
2021-10-19xfs: fold perag loop iteration logic into helper functionBrian Foster1-3/+13
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.14-merge2Darrick J. Wong1-5/+5
2021-06-02xfs: remove xfs_perag_tDave Chinner1-2/+2
2021-06-02xfs: pass perags around in fsmap data dev functionsDave Chinner1-2/+13
2021-06-02xfs: convert xfs_iwalk to use perag referencesDave Chinner1-6/+10
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner1-0/+17
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner1-2/+96
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-0/+10