All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] cfq-iosched: Fixes for conversion from jiffies to ns
@ 2016-06-28  7:03 Jan Kara
  2016-06-28  7:03 ` [PATCH 1/4] block: Convert fifo_time from ulong to u64 Jan Kara
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jan Kara @ 2016-06-28  7:03 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Jeff Moyer, Jan Kara

Hi,

Commit 9a7f38c42c2b (cfq-iosched: Convert from jiffies to nanoseconds)
introduced couple of issues into cfq io scheduler. Most notably our QA
runs within SUSE uncovered a regression in bonnie++ rewrite performance
due to a broken condition detecting starved sync IO and further review
unveiled other three mostly cosmetic issues (but still worth fixing).

Jens, please queue these patches to avoid regressions when the above
mentioned commit gets merged in the next merge window. If you want to
fold them into the above commit, I'm fine with that as well. Thanks!

							Honza

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-06-28 14:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-28  7:03 [PATCH 0/4] cfq-iosched: Fixes for conversion from jiffies to ns Jan Kara
2016-06-28  7:03 ` [PATCH 1/4] block: Convert fifo_time from ulong to u64 Jan Kara
2016-06-28  7:04 ` [PATCH 2/4] cfq-iosched: Convert slice_resid from u64 to s64 Jan Kara
2016-06-28  7:04 ` [PATCH 3/4] cfq-iosched: Fix regression in bonnie++ rewrite performance Jan Kara
2016-06-28  7:04 ` [PATCH 4/4] cfq-iosched: Charge at least 1 jiffie instead of 1 ns Jan Kara
2016-06-28 14:22 ` [PATCH 0/4] cfq-iosched: Fixes for conversion from jiffies to ns Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.