summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-09xfs: enable realtime reflinkrealtime-reflink_2022-11-09Darrick J. Wong
2022-11-09xfs: fix cow forks for realtime filesDarrick J. Wong
2022-11-09xfs: repair inodes that have a refcount btree in the data forkDarrick J. Wong
2022-11-09xfs: online repair of the realtime refcount btreeDarrick J. Wong
2022-11-09xfs: capture realtime CoW staging extents when rebuilding rt rmapbtDarrick J. Wong
2022-11-09xfs: walk the rt reference count tree when rebuilding rmapDarrick J. Wong
2022-11-09xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong
2022-11-09xfs: detect and repair misaligned rtinherit directory cowextsize hintsDarrick J. Wong
2022-11-09xfs: allow dquot rt block count to exceed rt blocks on reflink fsDarrick J. Wong
2022-11-09xfs: check reference counts of gaps between rt refcount recordsDarrick J. Wong
2022-11-09xfs: allow overlapping rtrmapbt records for shared data extentsDarrick J. Wong
2022-11-09xfs: cross-reference checks with the rt refcount btreeDarrick J. Wong
2022-11-09xfs: scrub the realtime refcount btreeDarrick J. Wong
2022-11-09xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2022-11-09xfs: add realtime refcount btree when adding rt volumeDarrick J. Wong
2022-11-09xfs: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick J. Wong
2022-11-09xfs: enable extent size hints for CoW operationsDarrick J. Wong
2022-11-09xfs: apply rt extent alignment constraints to CoW extsize hintDarrick J. Wong
2022-11-09xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong
2022-11-09xfs: refcover CoW leftovers in the realtime volumeDarrick J. Wong
2022-11-09xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong
2022-11-09xfs: enable sharing of realtime file blocksDarrick J. Wong
2022-11-09xfs: enable CoW for realtime dataDarrick J. Wong
2022-11-09xfs: refactor reflink quota updatesDarrick J. Wong
2022-11-09xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong
2022-11-09xfs: update rmap to allow cow staging extents in the rt rmapDarrick J. Wong
2022-11-09xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong
2022-11-09xfs: wire up realtime refcount btree cursorsDarrick J. Wong
2022-11-09xfs: wire up a new inode fork type for the realtime refcountDarrick J. Wong
2022-11-09xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong
2022-11-09xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong
2022-11-09xfs: add realtime refcount btree block detection to log recoveryDarrick J. Wong
2022-11-09xfs: support recovering refcount intent items targetting realtime extentsDarrick J. Wong
2022-11-09xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2022-11-09xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong
2022-11-09xfs: add realtime refcount btree operationsDarrick J. Wong
2022-11-09xfs: realtime refcount btree transaction reservationsDarrick J. Wong
2022-11-09xfs: define the on-disk realtime refcount btree formatDarrick J. Wong
2022-11-09xfs: namespace the maximum length/refcount symbolsDarrick J. Wong
2022-11-09xfs: introduce realtime refcount btree definitionsDarrick J. Wong
2022-11-09xfs: prepare refcount btree cursor tracepoints for realtimeDarrick J. Wong
2022-11-09xfs: remove xfs_trans_set_refcount_flagsrefcount-intent-cleanups_2022-11-09Darrick J. Wong
2022-11-09xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong
2022-11-09xfs: prepare refcount btree tracepoints for wideningDarrick J. Wong
2022-11-09xfs: create specialized classes for refcount tracepointsDarrick J. Wong
2022-11-09xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong
2022-11-09xfs: apply noalloc mode to inode allocations toonoalloc-ags_2022-11-09Darrick J. Wong
2022-11-09xfs: enable userspace to hide an AG from allocationDarrick J. Wong
2022-11-09xfs: create a noalloc mode for allocation groupsDarrick J. Wong
2022-11-09xfs: compact flag bits in the perag structureDarrick J. Wong