index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_extent_busy.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-03
xfs: implement zoned garbage collection
Christoph Hellwig
1
-1
/
+1
2024-11-05
xfs: implement busy extent tracking for rtgroups
Darrick J. Wong
1
-0
/
+6
2024-11-05
xfs: convert busy extent tracking to the generic group structure
Christoph Hellwig
1
-79
/
+119
2024-11-05
xfs: convert extent busy tracepoints to the generic group structure
Christoph Hellwig
1
-5
/
+7
2024-11-05
xfs: return the busy generation from xfs_extent_busy_list_empty
Christoph Hellwig
1
-1
/
+3
2024-11-05
xfs: switch perag iteration from the for_each macros to a while based iterator
Christoph Hellwig
1
-3
/
+2
2024-11-05
xfs: factor out a generic xfs_group structure
Christoph Hellwig
1
-2
/
+2
2024-11-05
xfs: convert remaining trace points to pass pag structures
Christoph Hellwig
1
-8
/
+5
2024-11-05
xfs: remove the mount field from struct xfs_busy_extents
Christoph Hellwig
1
-1
/
+0
2024-11-05
xfs: keep a reference to the pag for busy extents
Christoph Hellwig
1
-7
/
+8
2024-11-05
xfs: pass a pag to xfs_extent_busy_{search,reuse}
Christoph Hellwig
1
-8
/
+4
2024-04-22
xfs: unwind xfs_extent_busy_clear
Christoph Hellwig
1
-34
/
+25
2024-04-22
xfs: move more logic into xfs_extent_busy_clear_one
Christoph Hellwig
1
-11
/
+12
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-1
/
+1
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
1
-1
/
+2
2023-12-15
xfs: repair free space btrees
Darrick J. Wong
1
-0
/
+13
2023-10-11
xfs: process free extents to busy list in FIFO order
Darrick J. Wong
1
-1
/
+2
2023-10-04
xfs: reduce AGF hold times during fstrim operations
Dave Chinner
1
-6
/
+28
2023-06-29
xfs: don't block in busy flushing when freeing extents
Dave Chinner
1
-4
/
+29
2023-06-29
xfs: pass alloc flags through to xfs_extent_busy_flush()
Dave Chinner
1
-1
/
+2
2023-01-05
xfs: fix extent busy updating
Wengang Wang
1
-0
/
+1
2021-06-02
xfs: pass perags through to the busy extent code
Dave Chinner
1
-18
/
+6
2021-06-02
xfs: make for_each_perag... a first class citizen
Dave Chinner
1
-5
/
+2
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
1
-1
/
+1
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-2
/
+2
2021-02-25
xfs: don't reuse busy extents on extent trim
Brian Foster
1
-14
/
+0
2019-11-03
xfs: cleanup use of the XFS_ALLOC_ flags
Christoph Hellwig
1
-1
/
+1
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
1
-1
/
+1
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-03-14
xfs: merge _xfs_log_force and xfs_log_force
Christoph Hellwig
1
-2
/
+1
2018-03-14
xfs: remove the unused log_flushed variable in xfs_extent_busy_flush
Christoph Hellwig
1
-2
/
+2
2017-02-16
xfs: fix len comparison in xfs_extent_busy_trim
Arnd Bergmann
1
-1
/
+1
2017-02-09
xfs: improve busy extent sorting
Christoph Hellwig
1
-4
/
+12
2017-02-09
xfs: improve handling of busy extents in the low-level allocator
Christoph Hellwig
1
-27
/
+98
2017-02-09
xfs: don't fail xfs_extent_busy allocation
Christoph Hellwig
1
-12
/
+1
2016-09-26
xfs: remote attribute blocks aren't really userdata
Dave Chinner
1
-1
/
+1
2014-11-28
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
1
-1
/
+0
2013-10-23
xfs: decouple inode and bmap btree header files
Dave Chinner
1
-2
/
+0
2013-10-23
xfs: decouple log and transaction headers
Dave Chinner
1
-2
/
+4
2013-10-23
xfs: create a shared header file for format-related information
Dave Chinner
1
-1
/
+2
2013-09-09
xfs: fix some minor sparse warnings
Dave Chinner
1
-1
/
+2
2013-08-20
xfs: fix the comment of xfs_extent_busy_update_extent()
Zhi Yong Wu
1
-1
/
+1
2012-05-14
xfs: make xfs_extent_busy_trim not static
Ben Myers
1
-1
/
+1
2012-05-14
xfs: clean up busy extent naming
Dave Chinner
1
-39
/
+39
2012-05-14
xfs: move busy extent handling to it's own file
Dave Chinner
1
-0
/
+603