summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_rtalloc.c
AgeCommit message (Expand)Author
2021-10-22xfs: fix rt growfs quota accountingDarrick J. Wong
2021-10-22xfs: support realtime reflink with an extent size that isn't a power of 2Darrick J. Wong
2021-10-22xfs: allow reflink on the rt volume when extent size is larger than 1 rt blockrealtime-reflink-extsize_2021-10-22Darrick J. Wong
2021-10-22xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: add realtime refcount btree when adding rt volumeDarrick J. Wong
2021-10-22xfs: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick J. Wong
2021-10-22xfs: wire up realtime refcount btree cursorsDarrick J. Wong
2021-10-22xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong
2021-10-22xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-10-22xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: add realtime rmap btree when adding rt volumeDarrick J. Wong
2021-10-22xfs: check that the rtrmapbt maxlevels doesn't increase when growing fsDarrick J. Wong
2021-10-22xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong
2021-10-22xfs: add metadata reservations for realtime rmap btreesDarrick J. Wong
2021-10-22xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-10-22xfs: attach dquots to rt metadata files when starting quotaDarrick J. Wong
2021-10-22xfs: allow inode-based btrees to reserve space in the data devicereserve-rt-metadata-space_2021-10-22Darrick J. Wong
2021-10-22xfs: remove XFS_ILOCK_RT*Darrick J. Wong
2021-10-22xfs: refactor realtime inode lockingrefactor-rt-locking_2021-10-22Darrick J. Wong
2021-10-22xfs: use separate lock classes for realtime metadata inode ILOCKsDarrick J. Wong
2021-10-22xfs: iget for metadata inodesDarrick J. Wong
2021-10-22xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2021-10-22xfs: report realtime metadata corruption errors to the health systemDarrick 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
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R
2020-12-16xfs: remove xfs_buf_t typedefxfs-5.11-merge-4Dave Chinner
2020-10-13xfs: annotate grabbing the realtime bitmap/summary locks in growfsDarrick J. Wong
2020-10-13xfs: make xfs_growfs_rt update secondary superblocksDarrick J. Wong
2020-10-13xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong
2020-09-23xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary filesChandan Babu R
2020-09-21xfs: Set xfs_buf type flag when growing summary/bitmap filesChandan Babu R
2020-09-15xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong
2020-09-15xfs: Remove kmem_zalloc_large()Carlos Maiolino
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong
2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2018-12-21xfs: reallocate realtime summary cache on growfsxfs-4.21-merge-2Omar Sandoval
2018-12-13xfs: require both realtime inodes to mountDarrick J. Wong
2018-12-12xfs: cache minimum realtime summary levelOmar Sandoval
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster