summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_rtalloc.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-18xfs: remove the flags argument to xfs_buf_get_uncachedChristoph Hellwig1-1/+1
2025-03-18xfs: remove the flags argument to xfs_buf_read_uncachedChristoph Hellwig1-2/+2
2025-03-18xfs: remove unnecessary NULL check before kvfree()Chen Ni1-2/+1
2025-03-03xfs: support growfs on zoned file systemsChristoph Hellwig1-20/+101
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig1-1/+5
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig1-1/+2
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig1-0/+2
2025-03-03xfs: factor out a xfs_rt_check_size helperChristoph Hellwig1-31/+31
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig1-42/+1
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig1-1/+1
2025-02-25xfs: remove most in-flight buffer accountingChristoph Hellwig1-1/+1
2024-12-23xfs: enable realtime reflinkDarrick J. Wong1-2/+5
2024-12-23xfs: fix CoW forks for realtime filesDarrick J. Wong1-2/+2
2024-12-23xfs: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick J. Wong1-0/+2
2024-12-23xfs: enable extent size hints for CoW operationsDarrick J. Wong1-1/+4
2024-12-23xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong1-0/+6
2024-12-23xfs: enable realtime rmap btreeDarrick J. Wong1-4/+8
2024-12-23xfs: check that the rtrmapbt maxlevels doesn't increase when growing fsDarrick J. Wong1-7/+18
2024-12-23xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong1-2/+10
2024-12-23xfs: add metadata reservations for realtime rmap btreesDarrick J. Wong1-1/+22
2024-12-23xfs: add some rtgroup inode helpersDarrick J. Wong1-5/+5
2024-12-23xfs: allow inode-based btrees to reserve space in the data deviceDarrick J. Wong1-0/+21
2024-12-12xfs: fix null bno_hint handling in xfs_rtallocate_rtgDarrick J. Wong1-1/+1
2024-11-05xfs: enable realtime quota againDarrick J. Wong1-1/+3
2024-11-05xfs: implement busy extent tracking for rtgroupsDarrick J. Wong1-5/+122
2024-11-05xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong1-4/+4
2024-11-05xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong1-3/+1
2024-11-05xfs: make the RT allocator rtgroup awareChristoph Hellwig1-9/+89
2024-11-05xfs: grow the realtime section when realtime groups are enabledDarrick J. Wong1-35/+231
2024-11-05xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong1-1/+1
2024-11-05xfs: check the realtime superblock at mount timeDarrick J. Wong1-0/+50
2024-11-05xfs: define the format of rt groupsDarrick J. Wong1-3/+27
2024-11-05xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig1-2/+2
2024-11-05xfs: refactor xfs_rtsummary_blockcountChristoph Hellwig1-9/+4
2024-11-05xfs: refactor xfs_rtbitmap_blockcountChristoph Hellwig1-2/+1
2024-11-05xfs: factor out a xfs_growfs_check_rtgeom helperChristoph Hellwig1-14/+29
2024-11-05xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocksChristoph Hellwig1-4/+8
2024-11-05xfs: factor out a xfs_growfs_rt_alloc_fake_mount helperDarrick J. Wong1-15/+35
2024-11-05xfs: remove XFS_ILOCK_RT*Darrick J. Wong1-5/+4
2024-11-05xfs: support creating per-RTG files in growfsChristoph Hellwig1-0/+30
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig1-168/+146
2024-11-05xfs: factor out a xfs_growfs_rt_alloc_blocks helperChristoph Hellwig1-17/+39
2024-11-05xfs: support caching rtgroup metadata inodesDarrick J. Wong1-3/+66
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong1-0/+5
2024-11-05xfs: iget for metadata inodesDarrick J. Wong1-16/+22
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig1-8/+5
2024-09-01xfs: make the rtalloc start hint a xfs_rtblock_tChristoph Hellwig1-7/+11
2024-09-01xfs: factor out a xfs_rtallocate_align helperChristoph Hellwig1-34/+59
2024-09-01xfs: rework the rtalloc fallback handlingChristoph Hellwig1-35/+34
2024-09-01xfs: factor out a xfs_rtallocate helperChristoph Hellwig1-31/+50