Age | Commit message (Expand) | Author | Files | Lines |
2016-10-07 | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -32/+23 |
2016-09-21 | lightnvm: expose device geometry through sysfs | Simon A. F. Lund | 1 | -6/+14 |
2016-09-21 | lightnvm: control life of nvm_dev in driver | Matias Bjørling | 1 | -27/+8 |
2016-09-21 | nvme: refactor namespaces to support non-gendisk devices | Matias Bjørling | 1 | -0/+2 |
2016-08-31 | miscdevice: Use module_misc_device() macro | PrasannaKumar Muralidharan | 1 | -18/+1 |
2016-07-07 | lightnvm: make __nvm_submit_ppa static | Matias Bjørling | 1 | -1/+1 |
2016-07-07 | lightnvm: make ppa_list const in nvm_set_rqd_list | Matias Bjørling | 1 | -3/+5 |
2016-07-07 | lightnvm: remove _unlocked variant of [get/put]_blk | Matias Bjørling | 1 | -14/+0 |
2016-07-07 | lightnvm: remove nested lock conflict with mm | Matias Bjørling | 1 | -4/+5 |
2016-07-07 | lightnvm: move target mgmt into media mgr | Matias Bjørling | 1 | -159/+39 |
2016-07-07 | lightnvm: fix checkpatch terse errors | Matias Bjørling | 1 | -2/+5 |
2016-07-07 | lightnvm: Make functions not used by ouside static | Johannes Thumshirn | 1 | -1/+1 |
2016-07-07 | lightnvm: add media manager mark_blk helper | Javier González | 1 | -0/+6 |
2016-05-06 | lightnvm: rename nr_pages to nr_ppas on nvm_rq | Javier González | 1 | -8/+8 |
2016-05-06 | lightnvm: remove mgt targets on mgt removal | Matias Bjørling | 1 | -26/+43 |
2016-05-06 | lightnvm: rename dma helper functions | Javier González | 1 | -8/+8 |
2016-05-06 | lightnvm: make nvm_set_rqd_ppalist() aware of vblks | Matias Bjørling | 1 | -14/+17 |
2016-05-06 | lightnvm: refactor device ops->get_bb_tbl() | Matias Bjørling | 1 | -0/+8 |
2016-05-06 | lightnvm: refactor dev->online_target to global nvm_targets | Simon A. F. Lund | 1 | -22/+25 |
2016-05-06 | lightnvm: rename nvm_targets to nvm_tgt_type | Simon A. F. Lund | 1 | -8/+8 |
2016-05-06 | lightnvm: avoid memory leak when lun_map kcalloc fails | Matias Bjørling | 1 | -23/+30 |
2016-05-06 | lightnvm: move block fold outside of get_bb_tbl() | Matias Bjørling | 1 | -0/+35 |
2016-05-06 | lightnvm: add fpg_size and pfpg_size to struct nvm_dev | Matias Bjørling | 1 | -0/+2 |
2016-05-06 | lightnvm: implement nvm_submit_ppa_list | Matias Bjørling | 1 | -19/+69 |
2016-05-06 | lightnvm: handle submit_io failure | Matias Bjørling | 1 | -0/+5 |
2016-03-18 | lightnvm: add a bitmap of luns | Wenwei Tao | 1 | -0/+6 |
2016-03-18 | lightnvm: specify target's logical address area | Wenwei Tao | 1 | -0/+1 |
2016-03-18 | Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -12/+7 |
2016-03-03 | lightnvm: remove struct nvm_dev->total_blocks | Matias Bjørling | 1 | -5/+1 |
2016-03-03 | lightnvm: rename ->nr_pages to ->nr_sects | Matias Bjørling | 1 | -1/+1 |
2016-03-03 | lightnvm: fold get bb tbl when using dual/quad plane mode | Matias Bjørling | 1 | -1/+1 |
2016-03-03 | lightnvm: fix up nonsensical configure overrun checking | Alan | 1 | -6/+5 |
2016-02-04 | lightnvm: allow to force mm initialization | Matias Bjørling | 1 | -9/+16 |
2016-01-12 | lightnvm: introduce factory reset | Matias Bjørling | 1 | -0/+34 |
2016-01-12 | lightnvm: use system block for mm initialization | Matias Bjørling | 1 | -2/+23 |
2016-01-12 | lightnvm: introduce ioctl to initialize device | Matias Bjørling | 1 | -0/+50 |
2016-01-12 | lightnvm: core on-disk initialization | Matias Bjørling | 1 | -0/+1 |
2016-01-12 | lightnvm: introduce mlc lower page table mappings | Matias Bjørling | 1 | -1/+60 |
2016-01-12 | lightnvm: add mccap support | Matias Bjørling | 1 | -0/+1 |
2016-01-12 | lightnvm: manage open and closed blocks separately | Javier González | 1 | -0/+14 |
2016-01-12 | lightnvm: introduce nvm_submit_ppa | Matias Bjørling | 1 | -1/+44 |
2016-01-12 | lightnvm: move rq->error to nvm_rq->error | Matias Bjørling | 1 | -1/+2 |
2016-01-12 | lightnvm: support multiple ppas in nvm_erase_ppa | Matias Bjørling | 1 | -2/+2 |
2016-01-12 | lightnvm: sectors first in ppa list | Matias Bjørling | 1 | -3/+3 |
2016-01-12 | lightnvm: refactor end_io functions for sync | Matias Bjørling | 1 | -0/+16 |
2016-01-12 | lightnvm: refactor rqd ppa list into set/free | Matias Bjørling | 1 | -21/+50 |
2016-01-12 | lightnvm: move ppa erase logic to core | Matias Bjørling | 1 | -0/+67 |
2015-12-07 | lightnvm: fix media mgr registration | Matias Bjørling | 1 | -39/+39 |
2015-12-07 | lightnvm: replace req queue with nvmdev for lld | Matias Bjørling | 1 | -4/+3 |
2015-11-29 | lightnvm: missing nvm_lock acquire | Wenwei Tao | 1 | -33/+42 |