index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_alloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: AGI length should be bounds checked
Darrick J. Wong
2023-07-03
1
-26
/
+46
*
xfs: fix xfs_btree_query_range callers to initialize btree rec fully
Darrick J. Wong
2023-07-02
1
-7
/
+3
*
xfs: fix bounds check in xfs_defer_agfl_block()
Dave Chinner
2023-06-29
1
-5
/
+6
*
xfs: AGF length has never been bounds checked
Dave Chinner
2023-06-29
1
-34
/
+56
*
xfs: don't block in busy flushing when freeing extents
Dave Chinner
2023-06-29
1
-18
/
+50
*
xfs: pass alloc flags through to xfs_extent_busy_flush()
Dave Chinner
2023-06-29
1
-44
/
+52
*
xfs: use deferred frees for btree block freeing
Dave Chinner
2023-06-29
1
-0
/
+4
*
xfs: validate block number being freed before adding to xefi
Dave Chinner
2023-06-05
1
-3
/
+13
*
xfs: validity check agbnos on the AGFL
Dave Chinner
2023-06-05
1
-0
/
+3
*
xfs: fix agf/agfl verification on v4 filesystems
Dave Chinner
2023-06-05
1
-17
/
+42
*
xfs: restore allocation trylock iteration
Dave Chinner
2023-06-05
1
-6
/
+7
*
xfs: implement masked btree key comparisons for _has_records scans
Darrick J. Wong
2023-04-11
1
-1
/
+1
*
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
2023-04-11
1
-4
/
+7
*
xfs: complain about bad records in query_range helpers
Darrick J. Wong
2023-04-11
1
-15
/
+23
*
xfs: standardize ondisk to incore conversion for free space btrees
Darrick J. Wong
2023-04-11
1
-13
/
+43
*
xfs: give xfs_extfree_intent its own perag reference
Darrick J. Wong
2023-04-11
1
-2
/
+5
*
xfs: pass per-ag references to xfs_free_extent
Darrick J. Wong
2023-04-11
1
-10
/
+5
*
xfs: fix mismerged tracepoints
Darrick J. Wong
2023-03-24
1
-4
/
+4
*
xfs: clear incore AGFL_RESET state if it's not needed
Darrick J. Wong
2023-03-24
1
-0
/
+2
*
xfs: add tracepoints for each of the externally visible allocators
Darrick J. Wong
2023-03-19
1
-0
/
+17
*
xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_ags
Darrick J. Wong
2023-03-19
1
-1
/
+5
*
xfs: try to idiot-proof the allocators
Darrick J. Wong
2023-03-16
1
-0
/
+13
*
xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
Dave Chinner
2023-02-13
1
-54
/
+42
*
xfs: move the minimum agno checks into xfs_alloc_vextent_check_args
Dave Chinner
2023-02-13
1
-55
/
+33
*
xfs: fold xfs_alloc_ag_vextent() into callers
Dave Chinner
2023-02-13
1
-74
/
+26
*
xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()
Dave Chinner
2023-02-13
1
-59
/
+63
*
xfs: introduce xfs_alloc_vextent_prepare()
Dave Chinner
2023-02-13
1
-44
/
+76
*
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
2023-02-13
1
-9
/
+54
*
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
2023-02-13
1
-19
/
+31
*
xfs: use xfs_alloc_vextent_start_bno() where appropriate
Dave Chinner
2023-02-13
1
-11
/
+13
*
xfs: use xfs_alloc_vextent_first_ag() where appropriate
Dave Chinner
2023-02-13
1
-15
/
+18
*
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
2023-02-13
1
-11
/
+15
*
xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
Dave Chinner
2023-02-13
1
-30
/
+35
*
xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()
Dave Chinner
2023-02-13
1
-24
/
+26
*
xfs: rework xfs_alloc_vextent()
Dave Chinner
2023-02-13
1
-179
/
+285
*
xfs: perags need atomic operational state
Dave Chinner
2023-02-13
1
-10
/
+13
*
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
2023-02-11
1
-7
/
+5
*
xfs: fix low space alloc deadlock
Dave Chinner
2023-02-11
1
-12
/
+57
*
xfs: fix confusing xfs_extent_item variable names
Darrick J. Wong
2023-02-05
1
-16
/
+16
*
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-1
/
+1
*
xfs: create a predicate to verify per-AG extents
Darrick J. Wong
2022-10-31
1
-5
/
+1
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
xfs: Fix typo 'the the' in comment
Slark Xiao
2022-07-22
1
-1
/
+1
*
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
2022-07-07
1
-4
/
+5
*
xfs: pass perag to xfs_alloc_read_agfl
Dave Chinner
2022-07-07
1
-15
/
+16
*
xfs: pass perag to xfs_alloc_put_freelist
Dave Chinner
2022-07-07
1
-3
/
+2
*
xfs: pass perag to xfs_alloc_get_freelist
Dave Chinner
2022-07-07
1
-4
/
+4
*
xfs: pass perag to xfs_read_agf
Dave Chinner
2022-07-07
1
-14
/
+12
*
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-07-07
1
-17
/
+14
*
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
2022-07-07
1
-25
/
+12
[next]