aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorZhang Yi <[email protected]>2023-11-29 19:47:40 +0800
committerTheodore Ts'o <[email protected]>2023-11-30 23:27:39 -0500
commit6a3afb6ac6dfab158ebdd4b87941178f58c8939f (patch)
treefbbbf93a03dc5f3fb08947e8060dbe1aa0c5f334 /tools/perf/scripts/python/export-to-postgresql.py
parent85559227211020b270728104c3b89918f7af27ac (diff)
jbd2: increase the journal IO's priority
Current jbd2 only add REQ_SYNC for descriptor block, metadata log buffer, commit buffer and superblock buffer, the submitted IO could be throttled by writeback throttle in block layer, that could lead to priority inversion in some cases. The log IO looks like a kind of high priority metadata IO, so it should not be throttled by WBT like QOS policies in block layer, let's add REQ_SYNC | REQ_IDLE to exempt from writeback throttle, and also add REQ_META together indicates it's a metadata IO. Signed-off-by: Zhang Yi <[email protected]> Reviewed-by: Jan Kara <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions