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