index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_alloc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-15
xfs: repair free space btrees
Darrick J. Wong
1
-1
/
+1
2023-12-06
xfs: automatic freeing of freshly allocated unwritten space
Darrick J. Wong
1
-0
/
+12
2023-12-06
xfs: remove __xfs_free_extent_later
Darrick J. Wong
1
-13
/
+1
2023-07-03
xfs: AGI length should be bounds checked
Darrick J. Wong
1
-0
/
+3
2023-06-29
xfs: don't block in busy flushing when freeing extents
Dave Chinner
1
-5
/
+6
2023-06-29
xfs: pass alloc flags through to xfs_extent_busy_flush()
Dave Chinner
1
-1
/
+1
2023-06-29
xfs: use deferred frees for btree block freeing
Dave Chinner
1
-3
/
+5
2023-06-05
xfs: validate block number being freed before adding to xefi
Dave Chinner
1
-3
/
+3
2023-04-11
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
1
-2
/
+2
2023-04-11
xfs: standardize ondisk to incore conversion for free space btrees
Darrick J. Wong
1
-0
/
+6
2023-04-11
xfs: give xfs_extfree_intent its own perag reference
Darrick J. Wong
1
-0
/
+4
2023-04-11
xfs: pass per-ag references to xfs_free_extent
Darrick J. Wong
1
-3
/
+5
2023-02-13
xfs: fold xfs_alloc_ag_vextent() into callers
Dave Chinner
1
-17
/
+0
2023-02-13
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
1
-3
/
+10
2023-02-13
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
1
-7
/
+7
2023-02-13
xfs: use xfs_alloc_vextent_start_bno() where appropriate
Dave Chinner
1
-2
/
+11
2023-02-13
xfs: use xfs_alloc_vextent_first_ag() where appropriate
Dave Chinner
1
-2
/
+8
2023-02-13
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
1
-0
/
+6
2022-07-07
xfs: pass perag to xfs_alloc_read_agfl
Dave Chinner
1
-2
/
+2
2022-07-07
xfs: pass perag to xfs_alloc_put_freelist
Dave Chinner
1
-11
/
+3
2022-07-07
xfs: pass perag to xfs_alloc_get_freelist
Dave Chinner
1
-11
/
+2
2022-07-07
xfs: pass perag to xfs_read_agf
Dave Chinner
1
-2
/
+2
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
1
-11
/
+2
2022-07-07
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
1
-10
/
+0
2022-04-21
xfs: convert AGF log flags to unsigned.
Dave Chinner
1
-1
/
+1
2022-03-21
xfs: document the XFS_ALLOC_AGFL_RESERVE constant
Darrick J. Wong
1
-1
/
+0
2021-10-22
xfs: reduce the size of struct xfs_extent_free_item
Darrick J. Wong
1
-2
/
+6
2021-10-22
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
1
-0
/
+32
2021-10-19
xfs: rename m_ag_maxlevels to m_allocbt_maxlevels
Darrick J. Wong
1
-1
/
+1
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
1
-1
/
+1
2021-08-18
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
1
-3
/
+3
2021-08-18
xfs: make the key parameters to all btree query range functions const
Darrick J. Wong
1
-2
/
+2
2021-06-02
xfs: pass perags through to the busy extent code
Dave Chinner
1
-1
/
+1
2021-01-22
xfs: Introduce error injection to allocate only minlen size extents for files
Chandan Babu R
1
-0
/
+3
2020-05-13
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-1
/
+1
2020-03-11
xfs: remove the agfl_bno member from struct xfs_agfl
Christoph Hellwig
1
-0
/
+9
2019-11-03
xfs: cleanup use of the XFS_ALLOC_ flags
Christoph Hellwig
1
-12
/
+0
2019-11-03
xfs: move extent zeroing to xfs_bmapi_allocate
Christoph Hellwig
1
-3
/
+1
2019-09-23
xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")
Darrick J. Wong
1
-3
/
+4
2019-08-30
xfs: remove the unused XFS_ALLOC_USERDATA flag
Christoph Hellwig
1
-4
/
+3
2018-12-12
xfs: const-ify xfs_owner_info arguments
Darrick J. Wong
1
-2
/
+2
2018-07-11
xfs: remove xfs_alloc_arg firstblock field
Brian Foster
1
-1
/
+0
2018-06-08
xfs: move various type verifiers to common file
Dave Chinner
1
-4
/
+0
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-05-15
xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
Darrick J. Wong
1
-0
/
+5
2018-05-15
xfs: factor out nodiscard helpers
Brian Foster
1
-11
/
+0
2018-05-10
xfs: add bmapi nodiscard flag
Brian Foster
1
-2
/
+25
2018-05-09
xfs: create agfl block free helper function
Brian Foster
1
-0
/
+2
2018-04-09
xfs: non-scrub - remove unused function parameters
Eric Sandeen
1
-3
/
+2
2018-03-11
xfs: convert XFS_AGFL_SIZE to a helper function
Dave Chinner
1
-0
/
+2
[next]