summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-25xfs: apply noalloc mode to inode allocations toonoalloc-ags_2021-03-25Darrick J. Wong
2021-03-25xfs: enable userspace to hide an AG from allocationDarrick J. Wong
2021-03-25xfs: create a noalloc mode for allocation groupsDarrick J. Wong
2021-03-25xfs: compact flag bits in the perag structureDarrick J. Wong
2021-03-25xfs: enable realtime rmap btreerealtime-rmap_2021-03-25Darrick J. Wong
2021-03-25xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong
2021-03-25xfs: online repair of the realtime rmap btreeDarrick J. Wong
2021-03-25xfs: online repair of realtime bitmapsDarrick J. Wong
2021-03-25xfs: repair inodes that have realtime extentsDarrick J. Wong
2021-03-25xfs: online repair of realtime file bmapsDarrick J. Wong
2021-03-25xfs: walk the rt reverse mapping tree when rebuilding rmapDarrick J. Wong
2021-03-25xfs: scan rt rmap when we're doing an intense rmap checkDarrick J. Wong
2021-03-25xfs: cross-reference the realtime rmapbtDarrick J. Wong
2021-03-25xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong
2021-03-25xfs: scrub the realtime rmapbtDarrick J. Wong
2021-03-25xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong
2021-03-25xfs: wire up getfsmap to the realtime reverse mapping btreeDarrick J. Wong
2021-03-25xfs: check that the rtrmapbt maxlevels doesn't increase when growing fsDarrick J. Wong
2021-03-25xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong
2021-03-25xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong
2021-03-25xfs: use realtime EFI to free extents when realtime rmap is enabledDarrick J. Wong
2021-03-25xfs: wire up a new inode fork type for the realtime rmapDarrick J. Wong
2021-03-25xfs: add metadata reservations for realtime rmap btreesDarrick J. Wong
2021-03-25xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-03-25xfs: attach dquots to rt metadata files when starting quotaDarrick J. Wong
2021-03-25xfs: add realtime rmap btree block detection to log recoveryDarrick J. Wong
2021-03-25xfs: support recovering rmap intent items targetting realtime extentsDarrick J. Wong
2021-03-25xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2021-03-25xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong
2021-03-25xfs: add realtime rmap btree operationsDarrick J. Wong
2021-03-25xfs: realtime rmap btree transaction reservationsDarrick J. Wong
2021-03-25xfs: define the on-disk realtime rmap btree formatDarrick J. Wong
2021-03-25xfs: introduce realtime rmap btree definitionsDarrick J. Wong
2021-03-25xfs: widen xfs_rmap_irec fields to handle realtime rmapbtDarrick J. Wong
2021-03-25xfs: widen btree maxlevels computation to handle 64-bit record countsDarrick J. Wong
2021-03-25xfs: support error injection when freeing rt extentsrealtime-extfree-intents_2021-03-25Darrick J. Wong
2021-03-25xfs: support recovering extent-free intent items targetting realtime extentsDarrick J. Wong
2021-03-25xfs: support logging EFIs for realtime extentsDarrick J. Wong
2021-03-25xfs: add metadata reservations for realtime btreesreserve-rt-metadata-space_2021-03-25Darrick J. Wong
2021-03-25xfs: widen per-ag reservation structures to 64-bitsDarrick J. Wong
2021-03-25xfs: refactor realtime inode lockingrefactor-rt-locking_2021-03-25Darrick J. Wong
2021-03-25xfs: refactor realtime scrubbing context managementDarrick J. Wong
2021-03-25xfs: kill XFS_BTREE_MAXLEVELSbtree-dynamic-depth_2021-03-25Darrick J. Wong
2021-03-25xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong
2021-03-25xfs: compute actual maximum btree height for critical reservation calculationDarrick J. Wong
2021-03-25xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong
2021-03-25xfs: encode the max btree height in the cursorDarrick J. Wong
2021-03-25xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong
2021-03-25xfs: refactor btree cursor allocation functionDarrick J. Wong
2021-03-25xfs: support dynamic btree cursor heightsDarrick J. Wong