aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <[email protected]>2024-03-05 18:52:05 +0000
committerJan Kara <[email protected]>2024-04-12 13:51:17 +0200
commit4f8cf60ac18bee62e8c58654a300eb44b96caf09 (patch)
treed027bd5f07a64e51c76bf93e22ba29773121c724 /tools/perf/scripts/python/export-to-postgresql.py
parent3b84adf460381169c085e4bc09e7b57e9e16db0a (diff)
reiserfs: Convert to writepages
Use buffer_migrate_folio to handle folio migration instead of writing out dirty pages and reading them back in again. Use writepages to write out folios more efficiently. We now only do that wait_on_write_block check once per call to writepages instead of once per page. It would be possible to do one transaction per writeback run, but that's a bit of a big change to do to this old filesystem, so leave it as one transaction per folio (and leave reiserfs supporting only one page per folio). Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> Reviewed-by: Jan Kara <[email protected]> Signed-off-by: Jan Kara <[email protected]> Message-Id: <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions