]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Journal writes are now IOPRIO_CLASS_RT
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 25 Jan 2025 02:29:24 +0000 (21:29 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 27 Jan 2025 04:02:28 +0000 (23:02 -0500)
commit75474a54ed354ab7b00b8557ca7a166871473848
tree12615dd410d87eddbf32ef39395659f4231eae95
parent35f5197009cae284cec9beb8b2692d2321a5bd3c
bcachefs: Journal writes are now IOPRIO_CLASS_RT

System performance is particularly sensitive to journal write latency,
the number of outstanding journal writes is bounded and we can't issue
journal flushes until other journal writes have completed.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/journal_io.c