index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_ag.h
Age
Commit message (
Expand
)
Author
2024-11-05
xfs: move the min and max group block numbers to xfs_group
Darrick J. Wong
2024-11-05
xfs: adjust min_block usage in xfs_verify_agbno
Darrick J. Wong
2024-11-05
xfs: convert busy extent tracking to the generic group structure
Christoph Hellwig
2024-11-05
xfs: move the online repair rmap hooks to the generic group structure
Christoph Hellwig
2024-11-05
xfs: move draining of deferred operations to the generic group structure
Christoph Hellwig
2024-11-05
xfs: move metadata health tracking to the generic group structure
Christoph Hellwig
2024-11-05
xfs: switch perag iteration from the for_each macros to a while based iterator
Christoph Hellwig
2024-11-05
xfs: factor out a generic xfs_group structure
Christoph Hellwig
2024-11-05
xfs: split xfs_initialize_perag
Christoph Hellwig
2024-11-05
xfs: add a xfs_agino_to_ino helper
Christoph Hellwig
2024-11-05
xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
Christoph Hellwig
2024-11-05
xfs: remove the unused pag_active_wq field in struct xfs_perag
Christoph Hellwig
2024-11-05
xfs: remove the unused pagb_count field in struct xfs_perag
Christoph Hellwig
2024-10-22
xfs: update the pag for the last AG at recovery time
Christoph Hellwig
2024-10-22
xfs: merge the perag freeing helpers
Christoph Hellwig
2024-10-22
xfs: pass the exact range to initialize to xfs_initialize_perag
Christoph Hellwig
2024-09-03
xfs: move the tagged perag lookup helpers to xfs_icache.c
Christoph Hellwig
2024-09-03
xfs: use kfree_rcu_mightsleep to free the perag structures
Christoph Hellwig
2024-02-22
xfs: hook live rmap operations during a repair operation
Darrick J. Wong
2024-02-22
xfs: repair the rmapbt
Darrick J. Wong
2024-02-22
xfs: teach buftargs to maintain their own buffer hashtable
Darrick J. Wong
2024-02-22
xfs: split the agf_roots and agf_levels arrays
Christoph Hellwig
2024-02-22
xfs: initialize btree blocks using btree_ops structure
Darrick J. Wong
2023-12-22
xfs: fix perag leak when growfs fails
Long Li
2023-12-15
xfs: repair refcount btrees
Darrick J. Wong
2023-12-15
xfs: repair free space btrees
Darrick J. Wong
2023-04-11
xfs: allow queued AG intents to drain before scrubbing
Darrick J. Wong
2023-04-11
xfs: create traced helper to get extra perag references
Darrick J. Wong
2023-02-13
xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
Dave Chinner
2023-02-13
xfs: introduce xfs_for_each_perag_wrap()
Dave Chinner
2023-02-13
xfs: perags need atomic operational state
Dave Chinner
2023-02-13
xfs: active perag reference counting
Dave Chinner
2022-10-31
xfs: create a predicate to verify per-AG extents
Darrick J. Wong
2022-07-14
xfs: double link the unlinked inode list
Dave Chinner
2022-07-07
xfs: make is_log_ag() a first class helper
Dave Chinner
2022-07-07
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
2022-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
2022-07-07
xfs: make last AG grow/shrink perag centric
Dave Chinner
2021-11-10
xfs: #ifdef out perag code for userspace
Eric Sandeen
2021-10-19
xfs: fix perag reference leak on iteration race with growfs
Brian Foster
2021-10-19
xfs: terminate perag iteration reliably on agcount
Brian Foster
2021-10-19
xfs: rename the next_agno perag iteration variable
Brian Foster
2021-10-19
xfs: fold perag loop iteration logic into helper function
Brian Foster
2021-06-08
Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...
Darrick J. Wong
2021-06-02
xfs: remove xfs_perag_t
Dave Chinner
2021-06-02
xfs: pass perags around in fsmap data dev functions
Dave Chinner
2021-06-02
xfs: convert xfs_iwalk to use perag references
Dave Chinner
2021-06-02
xfs: make for_each_perag... a first class citizen
Dave Chinner
2021-06-02
xfs: move perag structure and setup to libxfs/xfs_ag.[ch]
Dave Chinner
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
[next]