summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rtalloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: enable realtime reflinkDarrick J. Wong2024-12-231-2/+5
* xfs: fix CoW forks for realtime filesDarrick J. Wong2024-12-231-2/+2
* xfs: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick J. Wong2024-12-231-0/+2
* xfs: enable extent size hints for CoW operationsDarrick J. Wong2024-12-231-1/+4
* xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong2024-12-231-0/+6
* xfs: enable realtime rmap btreeDarrick J. Wong2024-12-231-4/+8
* xfs: check that the rtrmapbt maxlevels doesn't increase when growing fsDarrick J. Wong2024-12-231-7/+18
* xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong2024-12-231-2/+10
* xfs: add metadata reservations for realtime rmap btreesDarrick J. Wong2024-12-231-1/+22
* xfs: add some rtgroup inode helpersDarrick J. Wong2024-12-231-5/+5
* xfs: allow inode-based btrees to reserve space in the data deviceDarrick J. Wong2024-12-231-0/+21
* xfs: fix null bno_hint handling in xfs_rtallocate_rtgDarrick J. Wong2024-12-131-1/+1
* xfs: enable realtime quota againDarrick J. Wong2024-11-051-1/+3
* xfs: implement busy extent tracking for rtgroupsDarrick J. Wong2024-11-051-5/+122
* xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong2024-11-051-4/+4
* xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong2024-11-051-3/+1
* xfs: make the RT allocator rtgroup awareChristoph Hellwig2024-11-051-9/+89
* xfs: grow the realtime section when realtime groups are enabledDarrick J. Wong2024-11-051-35/+231
* xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong2024-11-051-1/+1
* xfs: check the realtime superblock at mount timeDarrick J. Wong2024-11-051-0/+50
* xfs: define the format of rt groupsDarrick J. Wong2024-11-051-3/+27
* xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig2024-11-051-2/+2
* xfs: refactor xfs_rtsummary_blockcountChristoph Hellwig2024-11-051-9/+4
* xfs: refactor xfs_rtbitmap_blockcountChristoph Hellwig2024-11-051-2/+1
* xfs: factor out a xfs_growfs_check_rtgeom helperChristoph Hellwig2024-11-051-14/+29
* xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocksChristoph Hellwig2024-11-051-4/+8
* xfs: factor out a xfs_growfs_rt_alloc_fake_mount helperDarrick J. Wong2024-11-051-15/+35
* xfs: remove XFS_ILOCK_RT*Darrick J. Wong2024-11-051-5/+4
* xfs: support creating per-RTG files in growfsChristoph Hellwig2024-11-051-0/+30
* xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig2024-11-051-168/+146
* xfs: factor out a xfs_growfs_rt_alloc_blocks helperChristoph Hellwig2024-11-051-17/+39
* xfs: support caching rtgroup metadata inodesDarrick J. Wong2024-11-051-3/+66
* xfs: create incore realtime group structuresDarrick J. Wong2024-11-051-0/+5
* xfs: iget for metadata inodesDarrick J. Wong2024-11-051-16/+22
* xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig2024-09-011-8/+5
* xfs: make the rtalloc start hint a xfs_rtblock_tChristoph Hellwig2024-09-011-7/+11
* xfs: factor out a xfs_rtallocate_align helperChristoph Hellwig2024-09-011-34/+59
* xfs: rework the rtalloc fallback handlingChristoph Hellwig2024-09-011-35/+34
* xfs: factor out a xfs_rtallocate helperChristoph Hellwig2024-09-011-31/+50
* xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_...Darrick J. Wong2024-09-011-6/+9
* xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_nearDarrick J. Wong2024-09-011-11/+12
* xfs: clean up xfs_rtallocate_extent_exact a bitDarrick J. Wong2024-09-011-20/+21
* xfs: refactor aligning bestlen to prodDarrick J. Wong2024-09-011-11/+15
* xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_blockDarrick J. Wong2024-09-011-9/+7
* xfs: don't return too-short extents from xfs_rtallocate_extent_blockDarrick J. Wong2024-09-011-10/+11
* xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig2024-09-011-2/+3
* xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblockChristoph Hellwig2024-09-011-3/+5
* xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig2024-09-011-2/+4
* xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig2024-09-011-117/+4
* xfs: factor out a xfs_last_rt_bmblock helperChristoph Hellwig2024-09-011-10/+19