summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_rtalloc.c
AgeCommit message (Expand)Author
2024-11-05xfs: enable realtime quota againDarrick J. Wong
2024-11-05xfs: implement busy extent tracking for rtgroupsDarrick J. Wong
2024-11-05xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong
2024-11-05xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong
2024-11-05xfs: make the RT allocator rtgroup awareChristoph Hellwig
2024-11-05xfs: grow the realtime section when realtime groups are enabledDarrick J. Wong
2024-11-05xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong
2024-11-05xfs: check the realtime superblock at mount timeDarrick J. Wong
2024-11-05xfs: define the format of rt groupsDarrick J. Wong
2024-11-05xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig
2024-11-05xfs: refactor xfs_rtsummary_blockcountChristoph Hellwig
2024-11-05xfs: refactor xfs_rtbitmap_blockcountChristoph Hellwig
2024-11-05xfs: factor out a xfs_growfs_check_rtgeom helperChristoph Hellwig
2024-11-05xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocksChristoph Hellwig
2024-11-05xfs: factor out a xfs_growfs_rt_alloc_fake_mount helperDarrick J. Wong
2024-11-05xfs: remove XFS_ILOCK_RT*Darrick J. Wong
2024-11-05xfs: support creating per-RTG files in growfsChristoph Hellwig
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig
2024-11-05xfs: factor out a xfs_growfs_rt_alloc_blocks helperChristoph Hellwig
2024-11-05xfs: support caching rtgroup metadata inodesDarrick J. Wong
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong
2024-11-05xfs: iget for metadata inodesDarrick J. Wong
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig
2024-09-01xfs: make the rtalloc start hint a xfs_rtblock_tChristoph Hellwig
2024-09-01xfs: factor out a xfs_rtallocate_align helperChristoph Hellwig
2024-09-01xfs: rework the rtalloc fallback handlingChristoph Hellwig
2024-09-01xfs: factor out a xfs_rtallocate helperChristoph Hellwig
2024-09-01xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_...Darrick J. Wong
2024-09-01xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_nearDarrick J. Wong
2024-09-01xfs: clean up xfs_rtallocate_extent_exact a bitDarrick J. Wong
2024-09-01xfs: refactor aligning bestlen to prodDarrick J. Wong
2024-09-01xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_blockDarrick J. Wong
2024-09-01xfs: don't return too-short extents from xfs_rtallocate_extent_blockDarrick J. Wong
2024-09-01xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig
2024-09-01xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblockChristoph Hellwig
2024-09-01xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig
2024-09-01xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig
2024-09-01xfs: factor out a xfs_last_rt_bmblock helperChristoph Hellwig
2024-09-01xfs: factor out a xfs_growfs_rt_bmblock helperChristoph Hellwig
2024-09-01xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtallocChristoph Hellwig
2024-09-01xfs: cleanup the calling convention for xfs_rtpick_extentChristoph Hellwig
2024-09-01xfs: remove the limit argument to xfs_rtfind_backChristoph Hellwig
2024-09-01xfs: make the RT rsum_cache mandatoryChristoph Hellwig
2024-09-01xfs: remove xfs_validate_rtextentsChristoph Hellwig
2024-08-27xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong
2024-08-27xfs: take m_growlock when running growfsrtDarrick J. Wong
2024-07-09xfs: fix rtalloc rotoring when delalloc is in useChristoph Hellwig
2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig
2024-04-22xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig