summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_rtalloc.c
AgeCommit message (Expand)Author
2022-10-14xfs: fix rt growfs quota accountingDarrick J. Wong
2022-10-14xfs: support realtime reflink with an extent size that isn't a power of 2realtime-reflink-extsize_2022-10-14Darrick J. Wong
2022-10-14xfs: allow reflink on the rt volume when extent size is larger than 1 rt blockDarrick J. Wong
2022-10-14xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2022-10-14xfs: add realtime refcount btree when adding rt volumeDarrick J. Wong
2022-10-14xfs: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick J. Wong
2022-10-14xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong
2022-10-14xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong
2022-10-14xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong
2022-10-14xfs: add realtime rmap btree when adding rt volumeDarrick J. Wong
2022-10-14xfs: check that the rtrmapbt maxlevels doesn't increase when growing fsDarrick J. Wong
2022-10-14xfs: add metadata reservations for realtime rmap btreesDarrick J. Wong
2022-10-14xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2022-10-14xfs: attach dquots to rt metadata files when starting quotaDarrick J. Wong
2022-10-14xfs: allow inode-based btrees to reserve space in the data devicereserve-rt-metadata-space_2022-10-14Darrick J. Wong
2022-10-14xfs: add block headers to realtime summary blocksDarrick J. Wong
2022-10-14xfs: add block headers to realtime bitmap blocksDarrick J. Wong
2022-10-14xfs: grow the realtime section when realtime groups are enabledDarrick J. Wong
2022-10-14xfs: check the realtime superblock at mount timeDarrick J. Wong
2022-10-14xfs: create incore realtime group structuresDarrick J. Wong
2022-10-14xfs: remove XFS_ILOCK_RT*refactor-rt-locking_2022-10-14Darrick J. Wong
2022-10-14xfs: refactor realtime inode lockingDarrick J. Wong
2022-10-14xfs: use separate lock classes for realtime metadata inode ILOCKsDarrick J. Wong
2022-10-14xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong
2022-10-14xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong
2022-10-14xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong
2022-10-14xfs: use shifting and masking when converting rt extents, if possiblerefactor-rt-unit-conversions_2022-10-14Darrick J. Wong
2022-10-14xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong
2022-10-14xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong
2022-10-14xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong
2022-10-14xfs: convert rt extent numbers to xfs_rtxnum_tclean-up-realtime-units_2022-10-14Darrick J. Wong
2022-10-14xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong
2022-10-14xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong
2022-10-14xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong
2022-10-14xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong
2022-10-14xfs: prevent rt growfs when quota is enabledDarrick J. Wong
2022-10-14xfs: iget for metadata inodesDarrick J. Wong
2022-10-14xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2022-10-14xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2022-10-14xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap filescrub-fix-rtmeta-ilocking_2022-10-14Darrick J. Wong
2022-10-14xfs: load rtbitmap and rtsummary extent mapping btrees at mount timeDarrick J. Wong
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong
2022-04-12xfs: recalculate free rt extents after log recoveryDarrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner
2021-07-15xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong
2021-07-15xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig