index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_ag.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-10
xfs: cleanup xfs_growfs_compute_deltas
Christoph Hellwig
1
-22
/
+20
2026-06-10
xfs: pass back updated nb from xfs_growfs_compute_deltas
Christoph Hellwig
1
-5
/
+5
2026-03-30
xfs: switch (back) to a per-buftarg buffer hash
Christoph Hellwig
1
-11
/
+2
2026-02-25
xfs: Refactoring the nagcount and delta calculation
Nirjhar Roy (IBM)
1
-0
/
+28
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-21
xfs: directly include xfs_platform.h
Christoph Hellwig
1
-1
/
+1
2025-03-18
xfs: remove the flags argument to xfs_buf_get_uncached
Christoph Hellwig
1
-1
/
+1
2024-11-05
xfs: move the min and max group block numbers to xfs_group
Darrick J. Wong
1
-10
/
+12
2024-11-05
xfs: adjust min_block usage in xfs_verify_agbno
Darrick J. Wong
1
-1
/
+1
2024-11-05
xfs: convert busy extent tracking to the generic group structure
Christoph Hellwig
1
-3
/
+0
2024-11-05
xfs: move the online repair rmap hooks to the generic group structure
Christoph Hellwig
1
-1
/
+0
2024-11-05
xfs: move draining of deferred operations to the generic group structure
Christoph Hellwig
1
-5
/
+2
2024-11-05
xfs: move metadata health tracking to the generic group structure
Christoph Hellwig
1
-1
/
+0
2024-11-05
xfs: factor out a generic xfs_group structure
Christoph Hellwig
1
-112
/
+27
2024-11-05
xfs: insert the pag structures into the xarray later
Christoph Hellwig
1
-16
/
+15
2024-11-05
xfs: split xfs_initialize_perag
Christoph Hellwig
1
-51
/
+70
2024-11-05
xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
Christoph Hellwig
1
-1
/
+1
2024-11-05
xfs: remove the unused pag_active_wq field in struct xfs_perag
Christoph Hellwig
1
-3
/
+1
2024-11-05
xfs: remove the unused pagb_count field in struct xfs_perag
Christoph Hellwig
1
-1
/
+0
2024-10-22
xfs: update the pag for the last AG at recovery time
Christoph Hellwig
1
-0
/
+17
2024-10-22
xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
Christoph Hellwig
1
-1
/
+1
2024-10-22
xfs: merge the perag freeing helpers
Christoph Hellwig
1
-30
/
+10
2024-10-22
xfs: pass the exact range to initialize to xfs_initialize_perag
Christoph Hellwig
1
-22
/
+6
2024-09-03
xfs: convert perag lookup to xarray
Christoph Hellwig
1
-23
/
+8
2024-09-03
xfs: move the tagged perag lookup helpers to xfs_icache.c
Christoph Hellwig
1
-51
/
+0
2024-09-03
xfs: use kfree_rcu_mightsleep to free the perag structures
Christoph Hellwig
1
-11
/
+1
2024-07-02
xfs: convert "skip_discard" to a proper flags bitset
Darrick J. Wong
1
-1
/
+1
2024-04-22
xfs: split xfs_mod_freecounter
Christoph Hellwig
1
-3
/
+1
2024-04-15
xfs: pass xfs_buf lookup flags to xfs_*read_agi
Darrick J. Wong
1
-4
/
+4
2024-03-07
xfs: shrink failure needs to hold AGI buffer
Dave Chinner
1
-1
/
+10
2024-02-22
xfs: hook live rmap operations during a repair operation
Darrick J. Wong
1
-0
/
+1
2024-02-22
xfs: teach buftargs to maintain their own buffer hashtable
Darrick J. Wong
1
-3
/
+3
2024-02-22
xfs: split the agf_roots and agf_levels arrays
Christoph Hellwig
1
-7
/
+6
2024-02-22
xfs: rename btree block/buffer init functions
Darrick J. Wong
1
-3
/
+3
2024-02-22
xfs: initialize btree blocks using btree_ops structure
Darrick J. Wong
1
-20
/
+13
2024-02-22
xfs: report XFS_IS_CORRUPT errors to the health system
Darrick J. Wong
1
-1
/
+3
2024-02-22
xfs: report fs corruption errors to the health tracking system
Darrick J. Wong
1
-0
/
+1
2024-02-13
xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
Dave Chinner
1
-1
/
+1
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-3
/
+3
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
1
-1
/
+1
2023-12-22
xfs: fix perag leak when growfs fails
Long Li
1
-10
/
+26
2023-12-22
xfs: add lock protection when remove perag from radix tree
Long Li
1
-0
/
+4
2023-12-06
xfs: remove __xfs_free_extent_later
Darrick J. Wong
1
-1
/
+1
2023-10-11
xfs: adjust the incore perag block_count when shrinking
Darrick J. Wong
1
-0
/
+6
2023-06-29
xfs: use deferred frees for btree block freeing
Dave Chinner
1
-1
/
+1
2023-06-05
xfs: validate block number being freed before adding to xefi
Dave Chinner
1
-1
/
+4
2023-05-02
xfs: set bnobt/cntbt numrecs correctly when formatting new AGs
Darrick J. Wong
1
-10
/
+9
2023-04-11
xfs: allow queued AG intents to drain before scrubbing
Darrick J. Wong
1
-0
/
+4
2023-04-11
xfs: create traced helper to get extra perag references
Darrick J. Wong
1
-0
/
+13
[next]