summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-22xfs: apply noalloc mode to inode allocations toonoalloc-ags_2021-10-22Darrick J. Wong
2021-10-22xfs: enable userspace to hide an AG from allocationDarrick J. Wong
2021-10-22xfs: create a noalloc mode for allocation groupsDarrick J. Wong
2021-10-22xfs: compact flag bits in the perag structureDarrick J. Wong
2021-10-22xfs: enable realtime rmap btreerealtime-rmap_2021-10-22Darrick J. Wong
2021-10-22xfs: online repair of the realtime rmap btreeDarrick J. Wong
2021-10-22xfs: online repair of realtime bitmapsDarrick J. Wong
2021-10-22xfs: repair inodes that have realtime extentsDarrick J. Wong
2021-10-22xfs: online repair of realtime file bmapsDarrick J. Wong
2021-10-22xfs: walk the rt reverse mapping tree when rebuilding rmapDarrick J. Wong
2021-10-22xfs: scan rt rmap when we're doing an intense rmap checkDarrick J. Wong
2021-10-22xfs: cross-reference the realtime rmapbtDarrick J. Wong
2021-10-22xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong
2021-10-22xfs: scrub the realtime rmapbtDarrick J. Wong
2021-10-22xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick 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: wire up getfsmap to the realtime reverse mapping btreeDarrick J. Wong
2021-10-22xfs: rearrange xfs_fsmap.c a little bitDarrick J. Wong
2021-10-22xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong
2021-10-22xfs: check that the rtrmapbt maxlevels doesn't increase when growing fsDarrick J. Wong
2021-10-22xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong
2021-10-22xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong
2021-10-22xfs: use realtime EFI to free extents when realtime rmap is enabledDarrick J. Wong
2021-10-22xfs: wire up a new inode fork type for the realtime rmapDarrick 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: add realtime rmap btree block detection to log recoveryDarrick J. Wong
2021-10-22xfs: support recovering rmap intent items targetting realtime extentsDarrick J. Wong
2021-10-22xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2021-10-22xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong
2021-10-22xfs: add realtime rmap btree operationsDarrick J. Wong
2021-10-22xfs: realtime rmap btree transaction reservationsDarrick J. Wong
2021-10-22xfs: define the on-disk realtime rmap btree formatDarrick J. Wong
2021-10-22xfs: introduce realtime rmap btree definitionsDarrick J. Wong
2021-10-22xfs: widen xfs_rmap_irec fields to handle realtime rmapbtDarrick J. Wong
2021-10-22xfs: remove xfs_trans_set_rmap_flagsrmap-intent-cleanups_2021-10-22Darrick J. Wong
2021-10-22xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong
2021-10-22xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong
2021-10-22xfs: prepare rmap btree tracepoints for wideningDarrick J. Wong
2021-10-22xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong
2021-10-22xfs: consolidate btree block allocation tracepointsDarrick J. Wong
2021-10-22xfs: consolidate btree block freeing tracepointsDarrick J. Wong
2021-10-22xfs: fix confusing xfs_extent_item variable namesrealtime-extfree-intents_2021-10-22Darrick J. Wong
2021-10-22xfs: support error injection when freeing rt extentsDarrick J. Wong
2021-10-22xfs: support recovering extent-free intent items targetting realtime extentsDarrick J. Wong
2021-10-22xfs: support logging EFIs for realtime extentsDarrick J. Wong
2021-10-22xfs: convert "skip_discard" to a proper flags bitsetextfree-intent-cleanups_2021-10-22Darrick J. Wong
2021-10-22xfs: clean up extent free log intent item tracepoint callsitesDarrick J. Wong