All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] dm-snapshot prefetch patches
@ 2014-01-11 17:28 Mikulas Patocka
  2014-01-11 17:29 ` [PATCH 1/7] dm-bufio: return success or failure on prefetch Mikulas Patocka
  0 siblings, 1 reply; 18+ messages in thread
From: Mikulas Patocka @ 2014-01-11 17:28 UTC (permalink / raw)
  To: Alasdair G. Kergon, Mike Snitzer; +Cc: dm-devel

Hi

Here I'm sending the dm-snapshot prefetch patches.

Please find the system where prefetch is relevant (the system where it is 
most annoying to have long snapshot load times) and find the best number 
of read-ahead buffers for that system.

For my system (dm-loop on filesystem on 15k Seagate SCSI disk), it is best 
to prefetch 12 buffers. The patch series improves snapshot load time from 
2.8s to 1.7s.

Mikulas

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

end of thread, other threads:[~2014-01-14  0:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-11 17:28 [PATCH 0/7] dm-snapshot prefetch patches Mikulas Patocka
2014-01-11 17:29 ` [PATCH 1/7] dm-bufio: return success or failure on prefetch Mikulas Patocka
2014-01-11 17:29   ` [PATCH 2/7] dm-bufio: introduce dm_bufio_forget Mikulas Patocka
2014-01-11 17:30     ` [PATCH 3/7] dm-bufio: introduce dm_bufio_set_minimum_buffers Mikulas Patocka
2014-01-11 17:30       ` [PATCH 4/7] dm-snapshot: use GFP_KERNEL when initializing the snapshot Mikulas Patocka
2014-01-11 17:30         ` [PATCH 5/7] dm-snapshot: make ps->area explicit Mikulas Patocka
2014-01-11 17:31           ` [PATCH 6/7] dm-snapshot: use dm-bufio Mikulas Patocka
2014-01-11 17:32             ` [PATCH 7/7] dm-snapshot: use bufio prefetch Mikulas Patocka
2014-01-13 21:27               ` Mike Snitzer
2014-01-13 22:03                 ` Mikulas Patocka
2014-01-13 21:37               ` [PATCH v2 7/7] dm snapshot: " Mike Snitzer
2014-01-13 22:00                 ` Mikulas Patocka
2014-01-13 22:56                   ` Mike Snitzer
2014-01-13 23:45                     ` Mikulas Patocka
2014-01-13 23:59                       ` Mike Snitzer
2014-01-14  0:11                         ` Mikulas Patocka
2014-01-13 21:21   ` [PATCH 1/7] dm-bufio: return success or failure on prefetch Mike Snitzer
2014-01-14  0:11     ` Mikulas Patocka

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.