index
:
kernel/linux.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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_alloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-01
xfs: fix internal error from AGFL exhaustion
Omar Sandoval
1
-3
/
+24
2024-09-30
xfs: fix low space alloc deadlock
Dave Chinner
1
-12
/
+57
2022-10-31
xfs: create a predicate to verify per-AG extents
Darrick J. Wong
1
-5
/
+1
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-07-22
xfs: Fix typo 'the the' in comment
Slark Xiao
1
-1
/
+1
2022-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
1
-4
/
+5
2022-07-07
xfs: pass perag to xfs_alloc_read_agfl
Dave Chinner
1
-15
/
+16
2022-07-07
xfs: pass perag to xfs_alloc_put_freelist
Dave Chinner
1
-3
/
+2
2022-07-07
xfs: pass perag to xfs_alloc_get_freelist
Dave Chinner
1
-4
/
+4
2022-07-07
xfs: pass perag to xfs_read_agf
Dave Chinner
1
-14
/
+12
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
1
-17
/
+14
2022-07-07
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
1
-25
/
+12
2022-04-21
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
1
-1
/
+1
2022-04-21
xfs: convert AGF log flags to unsigned.
Dave Chinner
1
-5
/
+5
2022-04-11
xfs: Define max extent length based on on-disk format definition
Chandan Babu R
1
-1
/
+1
2022-03-21
xfs: document the XFS_ALLOC_AGFL_RESERVE constant
Darrick J. Wong
1
-5
/
+23
2021-10-23
xfs: reduce the size of struct xfs_extent_free_item
Darrick J. Wong
1
-9
/
+16
2021-10-23
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
1
-4
/
+67
2021-10-23
xfs: rename _zone variables to _cache
Darrick J. Wong
1
-3
/
+3
2021-10-23
xfs: remove kmem_zone typedef
Darrick J. Wong
1
-1
/
+1
2021-10-19
xfs: compute absolute maximum nlevels for each btree type
Darrick J. Wong
1
-0
/
+1
2021-10-19
xfs: rename m_ag_maxlevels to m_allocbt_maxlevels
Darrick J. Wong
1
-8
/
+11
2021-10-19
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
1
-3
/
+3
2021-10-14
xfs: remove xfs_btree_cur_t typedef
Darrick J. Wong
1
-6
/
+6
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
1
-6
/
+6
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-17
/
+17
2021-08-19
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
1
-1
/
+1
2021-08-19
xfs: make the key parameters to all btree query range functions const
Darrick J. Wong
1
-2
/
+2
2021-07-03
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-55
/
+56
2021-06-08
Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...
Darrick J. Wong
1
-1
/
+0
2021-06-03
xfs: Remove redundant assignment to busy
Jiapeng Chong
1
-1
/
+0
2021-06-02
xfs: remove xfs_perag_t
Dave Chinner
1
-21
/
+21
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
1
-1
/
+1
2021-06-02
xfs: convert allocbt cursors to use perags
Dave Chinner
1
-15
/
+10
2021-06-02
xfs: convert rmap btree cursor to using a perag
Dave Chinner
1
-3
/
+4
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
1
-10
/
+15
2021-06-02
xfs: pass perags through to the busy extent code
Dave Chinner
1
-18
/
+19
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
1
-1
/
+1
2021-05-26
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-1
/
+1
2021-04-29
xfs: introduce in-core global counter of allocbt blocks
Brian Foster
1
-0
/
+14
2021-04-29
xfs: remove obsolete AGF counter debugging
Darrick J. Wong
1
-3
/
+0
2021-03-26
xfs: validate ag btree levels using the precomputed values
Darrick J. Wong
1
-4
/
+4
2021-01-23
xfs: Introduce error injection to allocate only minlen size extents for files
Chandan Babu R
1
-0
/
+50
2020-12-17
xfs: remove xfs_buf_t typedef
Dave Chinner
1
-8
/
+8
2020-10-29
xfs: set xefi_discard when creating a deferred agfl free log intent item
Darrick J. Wong
1
-0
/
+1
2020-07-29
xfs: Remove kmem_zone_alloc() usage
Carlos Maiolino
1
-1
/
+2
2020-07-14
xfs: get rid of unnecessary xfs_perag_{get,put} pairs
Gao Xiang
1
-15
/
+7
2020-03-17
xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock
Darrick J. Wong
1
-1
/
+1
[next]