index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2024-07-04
xfs: Avoid races with cnt_btree lastrec updates
Zizhi Wo
1
-0
/
+114
2024-07-02
xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c
Darrick J. Wong
1
-10
/
+2
2024-07-02
xfs: remove xfs_defer_agfl_block
Christoph Hellwig
1
-46
/
+22
2024-07-02
xfs: remove duplicate asserts in xfs_defer_extent_free
Christoph Hellwig
1
-13
/
+0
2024-07-02
xfs: convert "skip_discard" to a proper flags bitset
Darrick J. Wong
1
-6
/
+7
2024-07-02
xfs: clean up extent free log intent item tracepoint callsites
Darrick J. Wong
1
-4
/
+3
2024-07-01
xfs: avoid redundant AGFL buffer invalidation
Gao Xiang
1
-27
/
+1
2024-05-27
xfs: Stop using __maybe_unused in xfs_alloc.c
John Garry
1
-4
/
+2
2024-04-22
xfs: split xfs_mod_freecounter
Christoph Hellwig
1
-2
/
+2
2024-02-22
xfs: remove xfs_btnum_t
Christoph Hellwig
1
-3
/
+3
2024-02-22
xfs: split xfs_allocbt_init_cursor
Christoph Hellwig
1
-18
/
+18
2024-02-22
xfs: add a name field to struct xfs_btree_ops
Christoph Hellwig
1
-5
/
+3
2024-02-22
xfs: split the agf_roots and agf_levels arrays
Christoph Hellwig
1
-30
/
+19
2024-02-22
xfs: turn the allocbt cursor active field into a btree flag
Christoph Hellwig
1
-5
/
+8
2024-02-22
xfs: consolidate the xfs_alloc_lookup_* helpers
Christoph Hellwig
1
-21
/
+22
2024-02-22
xfs: report XFS_IS_CORRUPT errors to the health system
Darrick J. Wong
1
-16
/
+81
2024-02-22
xfs: report btree block corruption errors to the health system
Darrick J. Wong
1
-0
/
+2
2024-02-22
xfs: report ag header corruption errors to the health tracking system
Darrick J. Wong
1
-0
/
+6
2023-12-15
xfs: repair free space btrees
Darrick J. Wong
1
-6
/
+4
2023-12-14
xfs: pass the defer ops directly to xfs_defer_add
Christoph Hellwig
1
-2
/
+2
2023-12-07
xfs: automatic freeing of freshly allocated unwritten space
Darrick J. Wong
1
-4
/
+100
2023-12-07
xfs: remove __xfs_free_extent_later
Darrick J. Wong
1
-1
/
+1
2023-11-13
xfs: fix internal error from AGFL exhaustion
Omar Sandoval
1
-3
/
+24
2023-07-03
xfs: AGI length should be bounds checked
Darrick J. Wong
1
-26
/
+46
2023-07-02
xfs: fix xfs_btree_query_range callers to initialize btree rec fully
Darrick J. Wong
1
-7
/
+3
2023-06-29
xfs: fix bounds check in xfs_defer_agfl_block()
Dave Chinner
1
-5
/
+6
2023-06-29
xfs: AGF length has never been bounds checked
Dave Chinner
1
-34
/
+56
2023-06-29
xfs: don't block in busy flushing when freeing extents
Dave Chinner
1
-18
/
+50
2023-06-29
xfs: pass alloc flags through to xfs_extent_busy_flush()
Dave Chinner
1
-44
/
+52
2023-06-29
xfs: use deferred frees for btree block freeing
Dave Chinner
1
-0
/
+4
2023-06-05
xfs: validate block number being freed before adding to xefi
Dave Chinner
1
-3
/
+13
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-04
xfs: restore allocation trylock iteration
Dave Chinner
1
-6
/
+7
2023-04-12
xfs: implement masked btree key comparisons for _has_records scans
Darrick J. Wong
1
-1
/
+1
2023-04-12
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
1
-4
/
+7
2023-04-12
xfs: complain about bad records in query_range helpers
Darrick J. Wong
1
-15
/
+23
2023-04-12
xfs: standardize ondisk to incore conversion for free space btrees
Darrick J. Wong
1
-13
/
+43
2023-04-12
xfs: give xfs_extfree_intent its own perag reference
Darrick J. Wong
1
-2
/
+5
2023-04-12
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
[next]