All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ZBD support improvment and cleanup
@ 2018-08-28  5:34 Damien Le Moal
  2018-08-28  5:34 ` [PATCH] zbd: Improve read randomness Damien Le Moal
  2018-08-28  5:34 ` [PATCH] zbd: Remove inexitent function declaration Damien Le Moal
  0 siblings, 2 replies; 9+ messages in thread
From: Damien Le Moal @ 2018-08-28  5:34 UTC (permalink / raw)
  To: fio, Jens Axboe; +Cc: Bart Van Assche

Two small patches: the first one improves read randomness to avoid excessive
device read cache hit for a device with very few written zones. With this patch
applied, on a 14TB SMR disk with only 100 zones written, random read performance
result change from several thousands IOPS down to a more disk-like 100 IOPS or
so.

The second patch cleans up zbd related declarations.

Damien Le Moal (2):
  zbd: Improve read randomness
  zbd: Remove inexitent function declaration

 zbd.c | 10 +++++++++-
 zbd.h | 12 ------------
 2 files changed, 9 insertions(+), 13 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2018-08-29 15:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-28  5:34 [PATCH] ZBD support improvment and cleanup Damien Le Moal
2018-08-28  5:34 ` [PATCH] zbd: Improve read randomness Damien Le Moal
2018-08-28 14:38   ` Bart Van Assche
2018-08-29  0:57     ` Damien Le Moal
2018-08-29  3:23       ` Bart Van Assche
2018-08-29  3:56         ` Damien Le Moal
2018-08-29 15:42           ` Bart Van Assche
2018-08-28  5:34 ` [PATCH] zbd: Remove inexitent function declaration Damien Le Moal
2018-08-28 14:34   ` Bart Van Assche

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.