index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_rtalloc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: enable realtime reflink
Darrick J. Wong
2024-12-23
1
-2
/
+5
*
xfs: fix CoW forks for realtime files
Darrick J. Wong
2024-12-23
1
-2
/
+2
*
xfs: check that the rtrefcount maxlevels doesn't increase when growing fs
Darrick J. Wong
2024-12-23
1
-0
/
+2
*
xfs: enable extent size hints for CoW operations
Darrick J. Wong
2024-12-23
1
-1
/
+4
*
xfs: add metadata reservations for realtime refcount btree
Darrick J. Wong
2024-12-23
1
-0
/
+6
*
xfs: enable realtime rmap btree
Darrick J. Wong
2024-12-23
1
-4
/
+8
*
xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs
Darrick J. Wong
2024-12-23
1
-7
/
+18
*
xfs: create routine to allocate and initialize a realtime rmap btree inode
Darrick J. Wong
2024-12-23
1
-2
/
+10
*
xfs: add metadata reservations for realtime rmap btrees
Darrick J. Wong
2024-12-23
1
-1
/
+22
*
xfs: add some rtgroup inode helpers
Darrick J. Wong
2024-12-23
1
-5
/
+5
*
xfs: allow inode-based btrees to reserve space in the data device
Darrick J. Wong
2024-12-23
1
-0
/
+21
*
xfs: fix null bno_hint handling in xfs_rtallocate_rtg
Darrick J. Wong
2024-12-13
1
-1
/
+1
*
xfs: enable realtime quota again
Darrick J. Wong
2024-11-05
1
-1
/
+3
*
xfs: implement busy extent tracking for rtgroups
Darrick J. Wong
2024-11-05
1
-5
/
+122
*
xfs: move the min and max group block numbers to xfs_group
Darrick J. Wong
2024-11-05
1
-4
/
+4
*
xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
Darrick J. Wong
2024-11-05
1
-3
/
+1
*
xfs: make the RT allocator rtgroup aware
Christoph Hellwig
2024-11-05
1
-9
/
+89
*
xfs: grow the realtime section when realtime groups are enabled
Darrick J. Wong
2024-11-05
1
-35
/
+231
*
xfs: add block headers to realtime bitmap and summary blocks
Darrick J. Wong
2024-11-05
1
-1
/
+1
*
xfs: check the realtime superblock at mount time
Darrick J. Wong
2024-11-05
1
-0
/
+50
*
xfs: define the format of rt groups
Darrick J. Wong
2024-11-05
1
-3
/
+27
*
xfs: make RT extent numbers relative to the rtgroup
Christoph Hellwig
2024-11-05
1
-2
/
+2
*
xfs: refactor xfs_rtsummary_blockcount
Christoph Hellwig
2024-11-05
1
-9
/
+4
*
xfs: refactor xfs_rtbitmap_blockcount
Christoph Hellwig
2024-11-05
1
-2
/
+1
*
xfs: factor out a xfs_growfs_check_rtgeom helper
Christoph Hellwig
2024-11-05
1
-14
/
+29
*
xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocks
Christoph Hellwig
2024-11-05
1
-4
/
+8
*
xfs: factor out a xfs_growfs_rt_alloc_fake_mount helper
Darrick J. Wong
2024-11-05
1
-15
/
+35
*
xfs: remove XFS_ILOCK_RT*
Darrick J. Wong
2024-11-05
1
-5
/
+4
*
xfs: support creating per-RTG files in growfs
Christoph Hellwig
2024-11-05
1
-0
/
+30
*
xfs: move RT bitmap and summary information to the rtgroup
Christoph Hellwig
2024-11-05
1
-168
/
+146
*
xfs: factor out a xfs_growfs_rt_alloc_blocks helper
Christoph Hellwig
2024-11-05
1
-17
/
+39
*
xfs: support caching rtgroup metadata inodes
Darrick J. Wong
2024-11-05
1
-3
/
+66
*
xfs: create incore realtime group structures
Darrick J. Wong
2024-11-05
1
-0
/
+5
*
xfs: iget for metadata inodes
Darrick J. Wong
2024-11-05
1
-16
/
+22
*
xfs: replace m_rsumsize with m_rsumblocks
Christoph Hellwig
2024-09-01
1
-8
/
+5
*
xfs: make the rtalloc start hint a xfs_rtblock_t
Christoph Hellwig
2024-09-01
1
-7
/
+11
*
xfs: factor out a xfs_rtallocate_align helper
Christoph Hellwig
2024-09-01
1
-34
/
+59
*
xfs: rework the rtalloc fallback handling
Christoph Hellwig
2024-09-01
1
-35
/
+34
*
xfs: factor out a xfs_rtallocate helper
Christoph Hellwig
2024-09-01
1
-31
/
+50
*
xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_...
Darrick J. Wong
2024-09-01
1
-6
/
+9
*
xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_near
Darrick J. Wong
2024-09-01
1
-11
/
+12
*
xfs: clean up xfs_rtallocate_extent_exact a bit
Darrick J. Wong
2024-09-01
1
-20
/
+21
*
xfs: refactor aligning bestlen to prod
Darrick J. Wong
2024-09-01
1
-11
/
+15
*
xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_block
Darrick J. Wong
2024-09-01
1
-9
/
+7
*
xfs: don't return too-short extents from xfs_rtallocate_extent_block
Darrick J. Wong
2024-09-01
1
-10
/
+11
*
xfs: ensure rtx mask/shift are correct after growfs
Christoph Hellwig
2024-09-01
1
-2
/
+3
*
xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblock
Christoph Hellwig
2024-09-01
1
-3
/
+5
*
xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
Christoph Hellwig
2024-09-01
1
-2
/
+4
*
xfs: factor out rtbitmap/summary initialization helpers
Christoph Hellwig
2024-09-01
1
-117
/
+4
*
xfs: factor out a xfs_last_rt_bmblock helper
Christoph Hellwig
2024-09-01
1
-10
/
+19
[next]