All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/8] dm-bufio patches
@ 2018-03-26 18:29 mpatocka
  2018-03-26 18:29 ` [patch 1/8] dm-bufio: move dm-bufio.h to include/linux/ mpatocka
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: mpatocka @ 2018-03-26 18:29 UTC (permalink / raw)
  To: mpatocka, msnitzer, agk; +Cc: dm-devel

Hi

Here I'm sending the second version of dm-bufio patches for arbitrary
sector size.

I dropped the patch that removes alloc_pages because it turns out that
alloc_pages is faster than the slab allocator.

I also added a patch that removes struct bio from struct dm_buffer
(reducing the size of dm_buffer to 1/3) and allocates the bio only when
doing read or write.

Mikulas

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

end of thread, other threads:[~2018-03-27  0:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-26 18:29 [patch 0/8] dm-bufio patches mpatocka
2018-03-26 18:29 ` [patch 1/8] dm-bufio: move dm-bufio.h to include/linux/ mpatocka
2018-03-26 18:29 ` [patch 2/8] dm-bufio: get rid of slab cache name allocations mpatocka
2018-03-26 18:29 ` [patch 3/8] dm-bufio: remove code that merges slab caches mpatocka
2018-03-26 18:29 ` [patch 4/8] dm-bufio: fix slab cache attributes mpatocka
2018-03-26 18:29 ` [patch 5/8] dm-bufio recorder fields in dm-buffer mpatocka
2018-03-26 18:29 ` [patch 6/8] dm-bufio: use slab cache for dm_buffer mpatocka
2018-03-26 18:29 ` [patch 7/8] dm-bufio: support non-power-of-two block sizes mpatocka
2018-03-26 18:29 ` [patch 8/8] dm-bufio: dont embed bio in dm_buffer mpatocka
2018-03-26 18:57 ` [patch 0/8] dm-bufio patches Mike Snitzer
2018-03-26 20:20   ` Mikulas Patocka
2018-03-27  0:55     ` Mike Snitzer

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.