aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rtalloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig2025-07-241-10/+3
* xfs: actually use the xfs_growfs_check_rtgeom tracepointDarrick J. Wong2025-06-161-0/+2
* xfs: remove the flags argument to xfs_buf_get_uncachedChristoph Hellwig2025-03-181-1/+1
* xfs: remove the flags argument to xfs_buf_read_uncachedChristoph Hellwig2025-03-181-2/+2
* xfs: remove unnecessary NULL check before kvfree()Chen Ni2025-03-181-2/+1
* xfs: support growfs on zoned file systemsChristoph Hellwig2025-03-031-20/+101
* xfs: add the zoned space allocatorChristoph Hellwig2025-03-031-1/+5
* xfs: allow internal RT devices for zoned modeChristoph Hellwig2025-03-031-1/+2
* xfs: define the zoned on-disk formatChristoph Hellwig2025-03-031-0/+2
* xfs: factor out a xfs_rt_check_size helperChristoph Hellwig2025-03-031-31/+31
* xfs: make metabtree reservations globalChristoph Hellwig2025-03-031-42/+1
* xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig2025-03-031-1/+1
* xfs: remove most in-flight buffer accountingChristoph Hellwig2025-02-251-1/+1
* 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