summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | xfs: cross-reference checks with the rt refcount btreeDarrick J. Wong2024-12-235-6/+158
| | * | | xfs: scrub the realtime refcount btreeDarrick J. Wong2024-12-2310-3/+519
| | * | | xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong2024-12-235-3/+14
| | * | | xfs: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick J. Wong2024-12-232-0/+4
| | * | | xfs: enable extent size hints for CoW operationsDarrick J. Wong2024-12-232-2/+11
| | * | | xfs: apply rt extent alignment constraints to CoW extsize hintDarrick J. Wong2024-12-233-7/+49
| | * | | xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong2024-12-231-3/+2
| | * | | xfs: recover CoW leftovers in the realtime volumeDarrick J. Wong2024-12-233-19/+46
| | * | | xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong2024-12-234-13/+5
| | * | | xfs: enable sharing of realtime file blocksDarrick J. Wong2024-12-231-5/+20
| | * | | xfs: enable CoW for realtime dataDarrick J. Wong2024-12-231-8/+28
| | * | | xfs: refactor reflink quota updatesDarrick J. Wong2024-12-231-5/+32
| | * | | xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong2024-12-231-2/+26
| | * | | xfs: update rmap to allow cow staging extents in the rt rmapDarrick J. Wong2024-12-231-0/+7
| | * | | xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong2024-12-233-0/+33
| | * | | xfs: wire up realtime refcount btree cursorsDarrick J. Wong2024-12-236-20/+187
| | * | | xfs: refactor xfs_reflink_find_sharedChristoph Hellwig2024-12-232-62/+50
| | * | | xfs: wire up a new metafile type for the realtime refcountDarrick J. Wong2024-12-236-3/+392
| | * | | xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong2024-12-233-0/+48
| | * | | xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong2024-12-236-4/+30
| | * | | xfs: add realtime refcount btree block detection to log recoveryDarrick J. Wong2024-12-231-0/+4
| | * | | xfs: support recovering refcount intent items targetting realtime extentsDarrick J. Wong2024-12-231-3/+11
| | * | | xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong2024-12-2311-54/+298
| | * | | xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong2024-12-232-8/+48
| | * | | xfs: add realtime refcount btree operationsDarrick J. Wong2024-12-231-0/+148
| | * | | xfs: realtime refcount btree transaction reservationsDarrick J. Wong2024-12-231-3/+22
| | * | | xfs: introduce realtime refcount btree ondisk definitionsDarrick J. Wong2024-12-2312-2/+390
| | * | | xfs: namespace the maximum length/refcount symbolsDarrick J. Wong2024-12-234-14/+14
| | * | | xfs: prepare refcount btree cursor tracepoints for realtimeDarrick J. Wong2024-12-232-45/+70
| * | | | Merge tag 'realtime-rmap_2024-12-23' of https://git.kernel.org/pub/scm/linux/...Carlos Maiolino2025-01-1385-366/+5381
| |\| | |
| | * | | xfs: enable realtime rmap btreeDarrick J. Wong2024-12-232-10/+8
| | * | | xfs: react to fsdax failure notifications on the rt deviceDarrick J. Wong2024-12-234-56/+84
| | * | | xfs: don't shut down the filesystem for media failures beyond end of logDarrick J. Wong2024-12-231-39/+82
| | * | | xfs: hook live realtime rmap operations during a repair operationDarrick J. Wong2024-12-233-10/+140
| | * | | xfs: create a shadow rmap btree during realtime rmap repairDarrick J. Wong2024-12-238-47/+228
| | * | | xfs: online repair of the realtime rmap btreeDarrick J. Wong2024-12-2312-4/+966
| | * | | xfs: support repairing metadata btrees rooted in metadir inodesDarrick J. Wong2024-12-234-0/+86
| | * | | xfs: online repair of realtime bitmaps for a realtime groupDarrick J. Wong2024-12-2312-19/+659
| | * | | xfs: repair rmap btree inodesDarrick J. Wong2024-12-231-0/+35
| | * | | xfs: repair inodes that have realtime extentsDarrick J. Wong2024-12-231-1/+57
| | * | | xfs: online repair of realtime file bmapsDarrick J. Wong2024-12-233-4/+172
| | * | | xfs: walk the rt reverse mapping tree when rebuilding rmapDarrick J. Wong2024-12-231-1/+52
| | * | | xfs: scrub the metadir path of rt rmap btree filesDarrick J. Wong2024-12-232-1/+5
| | * | | xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappingsDarrick J. Wong2024-12-231-6/+42
| | * | | xfs: cross-reference the realtime rmapbtDarrick J. Wong2024-12-236-19/+169
| | * | | xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong2024-12-231-0/+15
| | * | | xfs: scrub the realtime rmapbtDarrick J. Wong2024-12-2313-11/+307
| | * | | xfs: allow queued realtime intents to drain before scrubbingDarrick J. Wong2024-12-239-22/+108
| | * | | xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong2024-12-236-4/+15
| | * | | xfs: check that the rtrmapbt maxlevels doesn't increase when growing fsDarrick J. Wong2024-12-234-7/+60