summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-17xfs: remove xfs_trans_set_refcount_flagsrefcount-intent-cleanups_2021-09-17Darrick J. Wong
2021-09-17xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong
2021-09-17xfs: pass refcount intent directly through the log intent codeDarrick J. Wong
2021-09-17xfs: prepare refcount btree tracepoints for wideningDarrick J. Wong
2021-09-17xfs: create specialized classes for refcount tracepointsDarrick J. Wong
2021-09-17xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong
2021-09-17xfs: remove useless oinfo arg from xfs_refcount_adjustDarrick J. Wong
2021-09-17xfs: apply noalloc mode to inode allocations toonoalloc-ags_2021-09-17Darrick J. Wong
2021-09-17xfs: enable userspace to hide an AG from allocationDarrick J. Wong
2021-09-17xfs: create a noalloc mode for allocation groupsDarrick J. Wong
2021-09-17xfs: compact flag bits in the perag structureDarrick J. Wong
2021-09-17xfs: enable realtime rmap btreerealtime-rmap_2021-09-17Darrick J. Wong
2021-09-17xfs: online repair of the realtime rmap btreeDarrick J. Wong
2021-09-17xfs: online repair of realtime bitmapsDarrick J. Wong
2021-09-17xfs: repair inodes that have realtime extentsDarrick J. Wong
2021-09-17xfs: online repair of realtime file bmapsDarrick J. Wong
2021-09-17xfs: walk the rt reverse mapping tree when rebuilding rmapDarrick J. Wong
2021-09-17xfs: scan rt rmap when we're doing an intense rmap checkDarrick J. Wong
2021-09-17xfs: cross-reference the realtime rmapbtDarrick J. Wong
2021-09-17xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong
2021-09-17xfs: scrub the realtime rmapbtDarrick J. Wong
2021-09-17xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong
2021-09-17xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong
2021-09-17xfs: add realtime rmap btree when adding rt volumeDarrick J. Wong
2021-09-17xfs: wire up getfsmap to the realtime reverse mapping btreeDarrick J. Wong
2021-09-17xfs: rearrange xfs_fsmap.c a little bitDarrick J. Wong
2021-09-17xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong
2021-09-17xfs: check that the rtrmapbt maxlevels doesn't increase when growing fsDarrick J. Wong
2021-09-17xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong
2021-09-17xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong
2021-09-17xfs: use realtime EFI to free extents when realtime rmap is enabledDarrick J. Wong
2021-09-17xfs: wire up a new inode fork type for the realtime rmapDarrick J. Wong
2021-09-17xfs: add metadata reservations for realtime rmap btreesDarrick J. Wong
2021-09-17xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-09-17xfs: attach dquots to rt metadata files when starting quotaDarrick J. Wong
2021-09-17xfs: add realtime rmap btree block detection to log recoveryDarrick J. Wong
2021-09-17xfs: support recovering rmap intent items targetting realtime extentsDarrick J. Wong
2021-09-17xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2021-09-17xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong
2021-09-17xfs: add realtime rmap btree operationsDarrick J. Wong
2021-09-17xfs: realtime rmap btree transaction reservationsDarrick J. Wong
2021-09-17xfs: define the on-disk realtime rmap btree formatDarrick J. Wong
2021-09-17xfs: introduce realtime rmap btree definitionsDarrick J. Wong
2021-09-17xfs: widen xfs_rmap_irec fields to handle realtime rmapbtDarrick J. Wong
2021-09-17xfs: remove xfs_trans_set_rmap_flagsrmap-intent-cleanups_2021-09-17Darrick J. Wong
2021-09-17xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong
2021-09-17xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong
2021-09-17xfs: prepare rmap btree tracepoints for wideningDarrick J. Wong
2021-09-17xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong
2021-09-17xfs: widen btree maxlevels computation to handle 64-bit record countsbtree-cleanups_2021-09-17Darrick J. Wong