Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1371697
| From | Matias Bjørling <m@bjorling.me> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] Fixes to LightNVM |
| Date | 2016-04-05 17:00 +0200 |
| Message-ID | <rkACt-5ln-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
A couple of patches that add additional error handling, new useful variables, and preparation for the upcoming persistent block management information work and pblk target. Matias Bjørling (5): lightnvm: handle submit_io failure lightnvm: implement nvm_submit_ppa_list lightnvm: add fpg_size and pfpg_size to struct nvm_dev lightnvm: move block fold outside of get_bb_tbl() lightnvm: avoid memory leak when lun_map kcalloc fails drivers/lightnvm/core.c | 175 +++++++++++++++++++++++++++++++++---------- drivers/lightnvm/gennvm.c | 14 ++-- drivers/lightnvm/sysblk.c | 46 +++++++----- drivers/nvme/host/lightnvm.c | 47 ++---------- include/linux/lightnvm.h | 10 ++- 5 files changed, 186 insertions(+), 106 deletions(-) -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] Fixes to LightNVM Matias Bjørling <m@bjorling.me> - 2016-04-05 17:00 +0200
[PATCH 4/5] lightnvm: move block fold outside of get_bb_tbl() Matias Bjørling <m@bjorling.me> - 2016-04-05 17:00 +0200
Re: [PATCH 4/5] lightnvm: move block fold outside of get_bb_tbl() Johannes Thumshirn <jthumshirn@suse.de> - 2016-04-05 17:20 +0200
[PATCH 1/5] lightnvm: handle submit_io failure Matias Bjørling <m@bjorling.me> - 2016-04-05 17:00 +0200
Re: [PATCH 1/5] lightnvm: handle submit_io failure Johannes Thumshirn <jthumshirn@suse.de> - 2016-04-05 17:10 +0200
csiph-web