summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-25xfs: online repair of the realtime refcount btreerealtime-reflink_2021-03-25Darrick J. Wong
2021-03-25xfs: walk the rt reference count tree when rebuilding rmapDarrick J. Wong
2021-03-25xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong
2021-03-25xfs: allow dquot rt block count to exceed rt blocks on reflink fsDarrick J. Wong
2021-03-25xfs: check reference counts of gaps between rt refcount recordsDarrick J. Wong
2021-03-25xfs: cross-reference chceks with the rt refcount btreeDarrick J. Wong
2021-03-25xfs: scrub the realtime refcount btreeDarrick J. Wong
2021-03-25xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2021-03-25xfs: enable realtime reflinkDarrick J. Wong
2021-03-25xfs: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick J. Wong
2021-03-25xfs: validate CoW extent size when the file is both realtime and sharedDarrick J. Wong
2021-03-25xfs: refcover CoW leftovers in the realtime volumeDarrick J. Wong
2021-03-25xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong
2021-03-25xfs: enable sharing of realtime file blocksDarrick J. Wong
2021-03-25xfs: enable CoW for realtime dataDarrick J. Wong
2021-03-25xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong
2021-03-25xfs: update rmap to allow cow staging extents in the rt rmapDarrick J. Wong
2021-03-25xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong
2021-03-25xfs: wire up realtime refcount btree cursorsDarrick J. Wong
2021-03-25xfs: wire up a new inode fork type for the realtime refcountDarrick J. Wong
2021-03-25xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong
2021-03-25xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-03-25xfs: add realtime refcount btree block detection to log recoveryDarrick J. Wong
2021-03-25xfs: support recovering refcount intent items targetting realtime extentsDarrick J. Wong
2021-03-25xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2021-03-25xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong
2021-03-25xfs: add realtime refcount btree operationsDarrick J. Wong
2021-03-25xfs: realtime refcount btree transaction reservationsDarrick J. Wong
2021-03-25xfs: define the on-disk realtime refcount btree formatDarrick J. Wong
2021-03-25xfs: introduce realtime refcount btree definitionsDarrick J. Wong
2021-03-25xfs: widen xfs_refcount_irec fields to handle realtime refcountbtDarrick J. Wong
2021-03-25xfs: restructure parameters to xfs_reflink_find_sharedDarrick J. Wong
2021-03-25xfs: remove useless oinfo arg from xfs_refcount_adjustDarrick J. Wong
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