summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_ag.c
AgeCommit message (Expand)Author
2024-11-05xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong
2024-11-05xfs: adjust min_block usage in xfs_verify_agbnoDarrick J. Wong
2024-11-05xfs: convert busy extent tracking to the generic group structureChristoph Hellwig
2024-11-05xfs: move the online repair rmap hooks to the generic group structureChristoph Hellwig
2024-11-05xfs: move draining of deferred operations to the generic group structureChristoph Hellwig
2024-11-05xfs: move metadata health tracking to the generic group structureChristoph Hellwig
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig
2024-11-05xfs: insert the pag structures into the xarray laterChristoph Hellwig
2024-11-05xfs: split xfs_initialize_peragChristoph Hellwig
2024-11-05xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpersChristoph Hellwig
2024-11-05xfs: remove the unused pag_active_wq field in struct xfs_peragChristoph Hellwig
2024-11-05xfs: remove the unused pagb_count field in struct xfs_peragChristoph Hellwig
2024-10-22xfs: update the pag for the last AG at recovery timeChristoph Hellwig
2024-10-22xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig
2024-10-22xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig
2024-09-03xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig
2024-09-03xfs: use kfree_rcu_mightsleep to free the perag structuresChristoph Hellwig
2024-07-02xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig
2024-04-15xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong
2024-03-07xfs: shrink failure needs to hold AGI bufferDave Chinner
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig
2024-02-22xfs: rename btree block/buffer init functionsDarrick J. Wong
2024-02-22xfs: initialize btree blocks using btree_ops structureDarrick J. Wong
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong
2024-02-22xfs: report fs corruption errors to the health tracking systemDarrick J. Wong
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner
2023-12-22xfs: fix perag leak when growfs failsLong Li
2023-12-22xfs: add lock protection when remove perag from radix treeLong Li
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong
2023-10-11xfs: adjust the incore perag block_count when shrinkingDarrick J. Wong
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner
2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner
2023-05-02xfs: set bnobt/cntbt numrecs correctly when formatting new AGsDarrick J. Wong
2023-04-11xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2023-04-11xfs: create traced helper to get extra perag referencesDarrick J. Wong
2023-04-11xfs: pass per-ag references to xfs_free_extentDarrick J. Wong
2023-02-13xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner
2023-02-13xfs: use active perag references for inode allocationDave Chinner
2023-02-13xfs: rework the perag trace points to be perag centricDave Chinner
2023-02-13xfs: active perag reference countingDave Chinner
2022-07-14xfs: double link the unlinked inode listDave Chinner
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner