summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_ag.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig1-3/+1
2024-04-16xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong1-4/+4
2024-03-07xfs: shrink failure needs to hold AGI bufferDave Chinner1-1/+10
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong1-0/+1
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong1-3/+3
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig1-7/+6
2024-02-22xfs: rename btree block/buffer init functionsDarrick J. Wong1-3/+3
2024-02-22xfs: initialize btree blocks using btree_ops structureDarrick J. Wong1-20/+13
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong1-1/+3
2024-02-22xfs: report fs corruption errors to the health tracking systemDarrick J. Wong1-0/+1
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner1-1/+1
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-3/+3
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner1-1/+1
2023-12-22xfs: fix perag leak when growfs failsLong Li1-10/+26
2023-12-22xfs: add lock protection when remove perag from radix treeLong Li1-0/+4
2023-12-07xfs: remove __xfs_free_extent_laterDarrick J. Wong1-1/+1
2023-10-11xfs: adjust the incore perag block_count when shrinkingDarrick J. Wong1-0/+6
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner1-1/+1
2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner1-1/+4
2023-05-02xfs: set bnobt/cntbt numrecs correctly when formatting new AGsDarrick J. Wong1-10/+9
2023-04-12xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong1-0/+4
2023-04-12xfs: create traced helper to get extra perag referencesDarrick J. Wong1-0/+13
2023-04-12xfs: pass per-ag references to xfs_free_extentDarrick J. Wong1-4/+2
2023-02-13xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner1-4/+2
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner1-1/+2
2023-02-13xfs: use active perag references for inode allocationDave Chinner1-2/+1
2023-02-13xfs: rework the perag trace points to be perag centricDave Chinner1-16/+9
2023-02-13xfs: active perag reference countingDave Chinner1-0/+70
2022-07-14xfs: double link the unlinked inode listDave Chinner1-8/+0
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner1-9/+3
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner1-0/+39
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner1-1/+39
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-12/+8
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner1-1/+1
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner1-10/+12
2022-07-07xfs: kill xfs_ialloc_pagi_init()Dave Chinner1-1/+2
2022-07-07xfs: make last AG grow/shrink perag centricDave Chinner1-30/+21
2022-05-27xfs: don't assert fail on perag references on teardownDave Chinner1-2/+1
2021-11-10xfs: #ifdef out perag code for userspaceEric Sandeen1-0/+2
2021-10-23xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong1-1/+1
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-1/+0
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-2/+2
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-10/+10
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong1-0/+8
2021-06-22xfs: fix endianness issue in xfs_ag_shrink_spaceDarrick J. Wong1-3/+4
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong1-1/+1
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong1-1/+271
2021-06-02xfs: remove xfs_perag_tDave Chinner1-12/+12
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner1-1/+1
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner1-0/+135