summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2024-12-23xfs: allow overlapping rtrmapbt records for shared data extentsDarrick J. Wong
2024-12-23xfs: cross-reference checks with the rt refcount btreeDarrick J. Wong
2024-12-23xfs: scrub the realtime refcount btreeDarrick J. Wong
2024-12-23xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2024-12-23xfs: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick J. Wong
2024-12-23xfs: enable extent size hints for CoW operationsDarrick J. Wong
2024-12-23xfs: apply rt extent alignment constraints to CoW extsize hintDarrick J. Wong
2024-12-23xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong
2024-12-23xfs: recover CoW leftovers in the realtime volumeDarrick J. Wong
2024-12-23xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong
2024-12-23xfs: enable sharing of realtime file blocksDarrick J. Wong
2024-12-23xfs: enable CoW for realtime dataDarrick J. Wong
2024-12-23xfs: refactor reflink quota updatesDarrick J. Wong
2024-12-23xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong
2024-12-23xfs: update rmap to allow cow staging extents in the rt rmapDarrick J. Wong
2024-12-23xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong
2024-12-23xfs: wire up realtime refcount btree cursorsDarrick J. Wong
2024-12-23xfs: refactor xfs_reflink_find_sharedChristoph Hellwig
2024-12-23xfs: wire up a new metafile type for the realtime refcountDarrick J. Wong
2024-12-23xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong
2024-12-23xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong
2024-12-23xfs: add realtime refcount btree block detection to log recoveryDarrick J. Wong
2024-12-23xfs: support recovering refcount intent items targetting realtime extentsDarrick J. Wong
2024-12-23xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2024-12-23xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong
2024-12-23xfs: add realtime refcount btree operationsDarrick J. Wong
2024-12-23xfs: realtime refcount btree transaction reservationsDarrick J. Wong
2024-12-23xfs: introduce realtime refcount btree ondisk definitionsDarrick J. Wong
2024-12-23xfs: namespace the maximum length/refcount symbolsDarrick J. Wong
2024-12-23xfs: prepare refcount btree cursor tracepoints for realtimeDarrick J. Wong
2024-12-23xfs: enable realtime rmap btreeDarrick J. Wong
2024-12-23xfs: react to fsdax failure notifications on the rt deviceDarrick J. Wong
2024-12-23xfs: don't shut down the filesystem for media failures beyond end of logDarrick J. Wong
2024-12-23xfs: hook live realtime rmap operations during a repair operationDarrick J. Wong
2024-12-23xfs: create a shadow rmap btree during realtime rmap repairDarrick J. Wong
2024-12-23xfs: online repair of the realtime rmap btreeDarrick J. Wong
2024-12-23xfs: support repairing metadata btrees rooted in metadir inodesDarrick J. Wong
2024-12-23xfs: online repair of realtime bitmaps for a realtime groupDarrick J. Wong
2024-12-23xfs: repair rmap btree inodesDarrick J. Wong
2024-12-23xfs: repair inodes that have realtime extentsDarrick J. Wong
2024-12-23xfs: online repair of realtime file bmapsDarrick J. Wong
2024-12-23xfs: walk the rt reverse mapping tree when rebuilding rmapDarrick J. Wong
2024-12-23xfs: scrub the metadir path of rt rmap btree filesDarrick J. Wong
2024-12-23xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappingsDarrick J. Wong
2024-12-23xfs: cross-reference the realtime rmapbtDarrick J. Wong
2024-12-23xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong
2024-12-23xfs: scrub the realtime rmapbtDarrick J. Wong
2024-12-23xfs: allow queued realtime intents to drain before scrubbingDarrick J. Wong
2024-12-23xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong
2024-12-23xfs: check that the rtrmapbt maxlevels doesn't increase when growing fsDarrick J. Wong