summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-15xfs: allow reflink on the rt volume when extent size is larger than 1 rt blockrealtime-reflink-extsize_2021-12-15Darrick J. Wong
2021-12-15xfs: enable extent size hints for CoW when rtextsize > 1Darrick J. Wong
2021-12-15xfs: extend writeback requests to handle rt cow correctlyDarrick J. Wong
2021-12-15xfs: forcibly convert unwritten blocks within an rt extent before sharingDarrick J. Wong
2021-12-15xfs: enable CoW when rt extent size is larger than 1 blockDarrick J. Wong
2021-12-15iomap: set up for COWing around pagesDarrick J. Wong
2021-12-15vfs: explicitly pass the block size to the remap prep functionDarrick J. Wong
2021-12-15xfs: enable realtime reflinkrealtime-reflink_2021-12-15Darrick J. Wong
2021-12-15xfs: repair inodes that have a refcount btree in the data forkDarrick J. Wong
2021-12-15xfs: online repair of the realtime refcount btreeDarrick J. Wong
2021-12-15xfs: capture realtime CoW staging extents when rebuilding rt rmapbtDarrick J. Wong
2021-12-15xfs: walk the rt reference count tree when rebuilding rmapDarrick J. Wong
2021-12-15xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong
2021-12-15xfs: detect and repair misaligned rtinherit directory cowextsize hintsDarrick J. Wong
2021-12-15xfs: allow dquot rt block count to exceed rt blocks on reflink fsDarrick J. Wong
2021-12-15xfs: check reference counts of gaps between rt refcount recordsDarrick J. Wong
2021-12-15xfs: cross-reference chceks with the rt refcount btreeDarrick J. Wong
2021-12-15xfs: scrub the realtime refcount btreeDarrick J. Wong
2021-12-15xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2021-12-15xfs: add realtime refcount btree when adding rt volumeDarrick J. Wong
2021-12-15xfs: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick J. Wong
2021-12-15xfs: enable extent size hints for CoW operationsDarrick J. Wong
2021-12-15xfs: apply rt extent alignment constraints to CoW extsize hintDarrick J. Wong
2021-12-15xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong
2021-12-15xfs: refcover CoW leftovers in the realtime volumeDarrick J. Wong
2021-12-15xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong
2021-12-15xfs: enable sharing of realtime file blocksDarrick J. Wong
2021-12-15xfs: enable CoW for realtime dataDarrick J. Wong
2021-12-15xfs: refactor reflink quota updatesDarrick J. Wong
2021-12-15xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong
2021-12-15xfs: update rmap to allow cow staging extents in the rt rmapDarrick J. Wong
2021-12-15xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong
2021-12-15xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong
2021-12-15xfs: wire up realtime refcount btree cursorsDarrick J. Wong
2021-12-15xfs: wire up a new inode fork type for the realtime refcountDarrick J. Wong
2021-12-15xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong
2021-12-15xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-12-15xfs: add realtime refcount btree block detection to log recoveryDarrick J. Wong
2021-12-15xfs: support recovering refcount intent items targetting realtime extentsDarrick J. Wong
2021-12-15xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2021-12-15xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong
2021-12-15xfs: add realtime refcount btree operationsDarrick J. Wong
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