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