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
/
xfs_rtalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-01
xfs: replace m_rsumsize with m_rsumblocks
Christoph Hellwig
1
-8
/
+5
2024-09-01
xfs: make the rtalloc start hint a xfs_rtblock_t
Christoph Hellwig
1
-7
/
+11
2024-09-01
xfs: factor out a xfs_rtallocate_align helper
Christoph Hellwig
1
-34
/
+59
2024-09-01
xfs: rework the rtalloc fallback handling
Christoph Hellwig
1
-35
/
+34
2024-09-01
xfs: factor out a xfs_rtallocate helper
Christoph Hellwig
1
-31
/
+50
2024-09-01
xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_...
Darrick J. Wong
1
-6
/
+9
2024-09-01
xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_near
Darrick J. Wong
1
-11
/
+12
2024-09-01
xfs: clean up xfs_rtallocate_extent_exact a bit
Darrick J. Wong
1
-20
/
+21
2024-09-01
xfs: refactor aligning bestlen to prod
Darrick J. Wong
1
-11
/
+15
2024-09-01
xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_block
Darrick J. Wong
1
-9
/
+7
2024-09-01
xfs: don't return too-short extents from xfs_rtallocate_extent_block
Darrick J. Wong
1
-10
/
+11
2024-09-01
xfs: ensure rtx mask/shift are correct after growfs
Christoph Hellwig
1
-2
/
+3
2024-09-01
xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblock
Christoph Hellwig
1
-3
/
+5
2024-09-01
xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
Christoph Hellwig
1
-2
/
+4
2024-09-01
xfs: factor out rtbitmap/summary initialization helpers
Christoph Hellwig
1
-117
/
+4
2024-09-01
xfs: factor out a xfs_last_rt_bmblock helper
Christoph Hellwig
1
-10
/
+19
2024-09-01
xfs: factor out a xfs_growfs_rt_bmblock helper
Christoph Hellwig
1
-159
/
+158
2024-09-01
xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtalloc
Christoph Hellwig
1
-20
/
+18
2024-09-01
xfs: cleanup the calling convention for xfs_rtpick_extent
Christoph Hellwig
1
-8
/
+4
2024-09-01
xfs: remove the limit argument to xfs_rtfind_back
Christoph Hellwig
1
-1
/
+1
2024-09-01
xfs: make the RT rsum_cache mandatory
Christoph Hellwig
1
-11
/
+15
2024-09-01
xfs: remove xfs_validate_rtextents
Christoph Hellwig
1
-1
/
+1
2024-08-27
xfs: reset rootdir extent size hint after growfsrt
Darrick J. Wong
1
-0
/
+40
2024-08-27
xfs: take m_growlock when running growfsrt
Darrick J. Wong
1
-13
/
+25
2024-07-09
xfs: fix rtalloc rotoring when delalloc is in use
Christoph Hellwig
1
-1
/
+2
2024-05-03
xfs: simplify iext overflow checking and upgrade
Christoph Hellwig
1
-4
/
+1
2024-04-30
xfs: fix error returns from xfs_bmapi_write
Christoph Hellwig
1
-2
/
+0
2024-04-22
xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)
Christoph Hellwig
1
-0
/
+2
2024-04-22
xfs: refactor realtime inode locking
Christoph Hellwig
1
-14
/
+6
2024-02-22
xfs: report realtime metadata corruption errors to the health system
Darrick J. Wong
1
-0
/
+6
2024-02-19
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-1
/
+1
2024-02-13
xfs: convert kmem_free() for kvmalloc users to kvfree()
Dave Chinner
1
-3
/
+3
2024-02-13
xfs: convert kmem_alloc() to kmalloc()
Dave Chinner
1
-1
/
+1
2023-12-22
xfs: fold xfs_rtallocate_extent into xfs_bmap_rtalloc
Christoph Hellwig
1
-49
/
+18
2023-12-22
xfs: simplify and optimize the RT allocation fallback cascade
Christoph Hellwig
1
-23
/
+35
2023-12-22
xfs: reorder the minlen and prod calculations in xfs_bmap_rtalloc
Christoph Hellwig
1
-9
/
+11
2023-12-22
xfs: remove XFS_RTMIN/XFS_RTMAX
Christoph Hellwig
1
-3
/
+4
2023-12-22
xfs: remove rt-wrappers from xfs_format.h
Christoph Hellwig
1
-3
/
+3
2023-12-22
xfs: factor out a xfs_rtalloc_sumlevel helper
Christoph Hellwig
1
-83
/
+70
2023-12-22
xfs: tidy up xfs_rtallocate_extent_exact
Christoph Hellwig
1
-21
/
+13
2023-12-22
xfs: merge the calls to xfs_rtallocate_range in xfs_rtallocate_block
Christoph Hellwig
1
-8
/
+5
2023-12-22
xfs: reflow the tail end of xfs_rtallocate_extent_block
Christoph Hellwig
1
-21
/
+23
2023-12-22
xfs: invert a check in xfs_rtallocate_extent_block
Christoph Hellwig
1
-5
/
+4
2023-12-22
xfs: move xfs_rtget_summary to xfs_rtbitmap.c
Christoph Hellwig
1
-16
/
+0
2023-12-22
xfs: cleanup picking the start extent hint in xfs_bmap_rtalloc
Christoph Hellwig
1
-20
/
+15
2023-12-22
xfs: reflow the tail end of xfs_bmap_rtalloc
Christoph Hellwig
1
-30
/
+30
2023-12-22
xfs: return -ENOSPC from xfs_rtallocate_*
Christoph Hellwig
1
-140
/
+71
2023-12-22
xfs: move xfs_bmap_rtalloc to xfs_rtalloc.c
Christoph Hellwig
1
-2
/
+133
2023-12-22
xfs: consider minlen sized extents in xfs_rtallocate_extent_block
Christoph Hellwig
1
-1
/
+1
[next]