Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1387350
| From | Matias Bjørling <m@bjorling.me> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] LightNVM fixes |
| Date | 2016-04-26 12:40 +0200 |
| Message-ID | <rs8zo-652-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, A couple of patches for the 4.7 cycle. The first three are cleanups for iterating ppas, better get_bb_tbl interface and removal of struct factory_blks. The forth patch enables the caller to control if mapping should by a single plane or multiple planes. The last patch fixes a bug when unfolding a virtual block onto multiple die planes. Matias Bjørling (5): lightnvm: introduce nvm_for_each_lun_ppa() macro lightnvm: refactor device ops->get_bb_tbl() lightnvm: remove struct factory_blks lightnvm: make nvm_set_rqd_ppalist() aware of vblks lightnvm: set block priority in nvm_set_rqd_ppalist() drivers/lightnvm/core.c | 40 ++++--- drivers/lightnvm/gennvm.c | 29 +++-- drivers/lightnvm/sysblk.c | 248 +++++++++++++++++++++---------------------- drivers/nvme/host/lightnvm.c | 6 +- include/linux/lightnvm.h | 15 ++- 5 files changed, 179 insertions(+), 159 deletions(-) -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] LightNVM fixes Matias Bjørling <m@bjorling.me> - 2016-04-26 12:40 +0200
[PATCH 4/5] lightnvm: make nvm_set_rqd_ppalist() aware of vblks Matias Bjørling <m@bjorling.me> - 2016-04-26 12:40 +0200
[PATCH 3/5] lightnvm: remove struct factory_blks Matias Bjørling <m@bjorling.me> - 2016-04-26 12:40 +0200
Re: [PATCH 0/5] LightNVM fixes Jens Axboe <axboe@kernel.dk> - 2016-04-26 16:40 +0200
Re: [PATCH 0/5] LightNVM fixes Matias Bjørling <m@bjorling.me> - 2016-04-26 17:00 +0200
csiph-web