index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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
2023-06-05
xfs: validity check agbnos on the AGFL
Dave Chinner
1
-0
/
+3
2023-06-05
xfs: fix agf/agfl verification on v4 filesystems
Dave Chinner
1
-17
/
+42
2023-06-05
xfs: restore allocation trylock iteration
Dave Chinner
1
-6
/
+7
2023-04-11
xfs: implement masked btree key comparisons for _has_records scans
Darrick J. Wong
1
-1
/
+1
2023-04-11
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
1
-4
/
+7
2023-04-11
xfs: complain about bad records in query_range helpers
Darrick J. Wong
1
-15
/
+23
2023-04-11
xfs: standardize ondisk to incore conversion for free space btrees
Darrick J. Wong
1
-13
/
+43
2023-04-11
xfs: give xfs_extfree_intent its own perag reference
Darrick J. Wong
1
-2
/
+5
2023-04-11
xfs: pass per-ag references to xfs_free_extent
Darrick J. Wong
1
-10
/
+5
2023-03-24
xfs: fix mismerged tracepoints
Darrick J. Wong
1
-4
/
+4
2023-03-24
xfs: clear incore AGFL_RESET state if it's not needed
Darrick J. Wong
1
-0
/
+2
2023-03-19
xfs: add tracepoints for each of the externally visible allocators
Darrick J. Wong
1
-0
/
+17
2023-03-19
xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_ags
Darrick J. Wong
1
-1
/
+5
2023-03-16
xfs: try to idiot-proof the allocators
Darrick J. Wong
1
-0
/
+13
2023-02-13
xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
Dave Chinner
1
-54
/
+42
2023-02-13
xfs: move the minimum agno checks into xfs_alloc_vextent_check_args
Dave Chinner
1
-55
/
+33
2023-02-13
xfs: fold xfs_alloc_ag_vextent() into callers
Dave Chinner
1
-74
/
+26
2023-02-13
xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()
Dave Chinner
1
-59
/
+63
2023-02-13
xfs: introduce xfs_alloc_vextent_prepare()
Dave Chinner
1
-44
/
+76
2023-02-13
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
1
-9
/
+54
2023-02-13
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
1
-19
/
+31
2023-02-13
xfs: use xfs_alloc_vextent_start_bno() where appropriate
Dave Chinner
1
-11
/
+13
2023-02-13
xfs: use xfs_alloc_vextent_first_ag() where appropriate
Dave Chinner
1
-15
/
+18
2023-02-13
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
1
-11
/
+15
2023-02-13
xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
Dave Chinner
1
-30
/
+35
2023-02-13
xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()
Dave Chinner
1
-24
/
+26
2023-02-13
xfs: rework xfs_alloc_vextent()
Dave Chinner
1
-179
/
+285
2023-02-13
xfs: perags need atomic operational state
Dave Chinner
1
-10
/
+13
2023-02-11
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
1
-7
/
+5
2023-02-11
xfs: fix low space alloc deadlock
Dave Chinner
1
-12
/
+57
2023-02-05
xfs: fix confusing xfs_extent_item variable names
Darrick J. Wong
1
-16
/
+16
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-10-31
xfs: create a predicate to verify per-AG extents
Darrick J. Wong
1
-5
/
+1
2022-10-11
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-22
xfs: reduce the size of struct xfs_extent_free_item
Darrick J. Wong
1
-9
/
+16
2021-10-22
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
1
-4
/
+67
2021-10-22
xfs: rename _zone variables to _cache
Darrick J. Wong
1
-3
/
+3
2021-10-22
xfs: remove kmem_zone typedef
Darrick J. Wong
1
-1
/
+1
[prev]
[next]