Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1273069

[PATCH 0/3] null_blk patches for 4.4-rc2

From Matias Bjørling <m@bjorling.me>
Newsgroups linux.kernel
Subject [PATCH 0/3] null_blk patches for 4.4-rc2
Date 2015-11-19 13:00 +0100
Message-ID <qww2C-mU-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Jens,

Please take a look at these three patches for 4.4-rc2.

The first patch uses a slab allocator for ppa list to only allocate the
necessary memory. As the linear addressing mode was removed, the second
patch changes the driver to use the ppa format adressing mode and at
last, the third patch fixes two bugs. One when freeing gendisk on unload
and another to pass a null pointer to lightnvm unregister function.

Feel free to fold them into the original null_blk patch.

Matias Bjørling (3):
  null_blk: use ppa_cache pool
  null_blk: use device addressing mode
  null_blk: do not del gendisk with lightnvm

 drivers/block/null_blk.c | 62 ++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 52 insertions(+), 10 deletions(-)

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] null_blk patches for 4.4-rc2 Matias Bjørling <m@bjorling.me> - 2015-11-19 13:00 +0100
  [PATCH 3/3] null_blk: do not del gendisk with lightnvm Matias Bjørling <m@bjorling.me> - 2015-11-19 13:00 +0100
  [PATCH 2/3] null_blk: use device addressing mode Matias Bjørling <m@bjorling.me> - 2015-11-19 13:00 +0100
  Re: [PATCH 0/3] null_blk patches for 4.4-rc2 Jens Axboe <axboe@fb.com> - 2015-11-19 21:10 +0100

csiph-web