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.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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-02
xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c
Darrick J. Wong
1
-3
/
+0
2024-07-02
xfs: convert "skip_discard" to a proper flags bitset
Darrick J. Wong
1
-2
/
+7
2024-07-01
xfs: avoid redundant AGFL buffer invalidation
Gao Xiang
1
-2
/
+4
2023-12-15
xfs: repair free space btrees
Darrick J. Wong
1
-1
/
+1
2023-12-07
xfs: automatic freeing of freshly allocated unwritten space
Darrick J. Wong
1
-0
/
+12
2023-12-07
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-12
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
1
-2
/
+2
2023-04-12
xfs: standardize ondisk to incore conversion for free space btrees
Darrick J. Wong
1
-0
/
+6
2023-04-12
xfs: give xfs_extfree_intent its own perag reference
Darrick J. Wong
1
-0
/
+4
2023-04-12
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-23
xfs: reduce the size of struct xfs_extent_free_item
Darrick J. Wong
1
-2
/
+6
2021-10-23
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-19
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
1
-3
/
+3
2021-08-19
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-23
xfs: Introduce error injection to allocate only minlen size extents for files
Chandan Babu R
1
-0
/
+3
2020-05-14
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-31
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-12
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-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-05-16
xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
Darrick J. Wong
1
-0
/
+5
2018-05-16
xfs: factor out nodiscard helpers
Brian Foster
1
-11
/
+0
2018-05-10
xfs: add bmapi nodiscard flag
Brian Foster
1
-2
/
+25
[next]