aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-23xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong1-3/+2
2024-12-23xfs: recover CoW leftovers in the realtime volumeDarrick J. Wong3-19/+46
2024-12-23xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong4-13/+5
2024-12-23xfs: enable sharing of realtime file blocksDarrick J. Wong1-5/+20
2024-12-23xfs: enable CoW for realtime dataDarrick J. Wong1-8/+28
2024-12-23xfs: refactor reflink quota updatesDarrick J. Wong1-5/+32
2024-12-23xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong1-2/+26
2024-12-23xfs: update rmap to allow cow staging extents in the rt rmapDarrick J. Wong1-0/+7
2024-12-23xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong3-0/+33
2024-12-23xfs: wire up realtime refcount btree cursorsDarrick J. Wong6-20/+187
2024-12-23xfs: refactor xfs_reflink_find_sharedChristoph Hellwig2-62/+50
2024-12-23xfs: wire up a new metafile type for the realtime refcountDarrick J. Wong6-3/+392
2024-12-23xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong3-0/+48
2024-12-23xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong6-4/+30
2024-12-23xfs: add realtime refcount btree block detection to log recoveryDarrick J. Wong1-0/+4
2024-12-23xfs: support recovering refcount intent items targetting realtime extentsDarrick J. Wong1-3/+11
2024-12-23xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong11-54/+298
2024-12-23xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong2-8/+48
2024-12-23xfs: add realtime refcount btree operationsDarrick J. Wong1-0/+148
2024-12-23xfs: realtime refcount btree transaction reservationsDarrick J. Wong1-3/+22
2024-12-23xfs: introduce realtime refcount btree ondisk definitionsDarrick J. Wong12-2/+390
2024-12-23xfs: namespace the maximum length/refcount symbolsDarrick J. Wong4-14/+14
2024-12-23xfs: prepare refcount btree cursor tracepoints for realtimeDarrick J. Wong2-45/+70
2024-12-23xfs: enable realtime rmap btreeDarrick J. Wong2-10/+8
2024-12-23xfs: react to fsdax failure notifications on the rt deviceDarrick J. Wong4-56/+84
2024-12-23xfs: don't shut down the filesystem for media failures beyond end of logDarrick J. Wong1-39/+82
2024-12-23xfs: hook live realtime rmap operations during a repair operationDarrick J. Wong3-10/+140
2024-12-23xfs: create a shadow rmap btree during realtime rmap repairDarrick J. Wong8-47/+228
2024-12-23xfs: online repair of the realtime rmap btreeDarrick J. Wong12-4/+966
2024-12-23xfs: support repairing metadata btrees rooted in metadir inodesDarrick J. Wong4-0/+86
2024-12-23xfs: online repair of realtime bitmaps for a realtime groupDarrick J. Wong12-19/+659
2024-12-23xfs: repair rmap btree inodesDarrick J. Wong1-0/+35
2024-12-23xfs: repair inodes that have realtime extentsDarrick J. Wong1-1/+57
2024-12-23xfs: online repair of realtime file bmapsDarrick J. Wong3-4/+172
2024-12-23xfs: walk the rt reverse mapping tree when rebuilding rmapDarrick J. Wong1-1/+52
2024-12-23xfs: scrub the metadir path of rt rmap btree filesDarrick J. Wong2-1/+5
2024-12-23xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappingsDarrick J. Wong1-6/+42
2024-12-23xfs: cross-reference the realtime rmapbtDarrick J. Wong6-19/+169
2024-12-23xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong1-0/+15
2024-12-23xfs: scrub the realtime rmapbtDarrick J. Wong13-11/+307
2024-12-23xfs: allow queued realtime intents to drain before scrubbingDarrick J. Wong9-22/+108
2024-12-23xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong6-4/+15
2024-12-23xfs: check that the rtrmapbt maxlevels doesn't increase when growing fsDarrick J. Wong4-7/+60
2024-12-23xfs: wire up getfsmap to the realtime reverse mapping btreeDarrick J. Wong1-1/+173
2024-12-23xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong4-2/+71
2024-12-23xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong3-26/+66
2024-12-23xfs: wire up a new metafile type for the realtime rmapDarrick J. Wong6-3/+379
2024-12-23xfs: add metadata reservations for realtime rmap btreesDarrick J. Wong3-1/+65
2024-12-23xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong6-6/+47
2024-12-23xfs: support file data forks containing metadata btreesDarrick J. Wong12-21/+162