aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ag.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-25xfs: introduce xfs_ag_shrink_space()Gao Xiang1-0/+2
2019-04-14xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong1-0/+2
2018-05-15xfs: factor the ag length extension code into libxfsDave Chinner1-1/+6
2018-05-15xfs: move growfs core to libxfsDave Chinner1-0/+25
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-281/+0
2014-06-25libxfs: move header filesDave Chinner1-0/+281