Age | Commit message (Expand) | Author | Files | Lines |
2016-10-08 | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -34/+258 |
2016-09-21 | lightnvm: propagate device_add() error code | Arnd Bergmann | 2 | -4/+7 |
2016-09-21 | lightnvm: expose device geometry through sysfs | Simon A. F. Lund | 4 | -7/+245 |
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-09-21 | lightnvm: NVM should depend on HAS_DMA | Geert Uytterhoeven | 1 | -1/+1 |
2016-08-31 | miscdevice: Use module_misc_device() macro | PrasannaKumar Muralidharan | 1 | -18/+1 |
2016-07-21 | block: get rid of bio_rw and READA | Christoph Hellwig | 1 | -2/+2 |
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: fix lun offset calculation for mark blk | Matias Bjørling | 1 | -1/+1 |
2016-07-07 | lightnvm: make rrpc_map_page call nvm_get_blk outside locks | Matias Bjørling | 2 | -43/+66 |
2016-07-07 | lightnvm: remove _unlocked variant of [get/put]_blk | Matias Bjørling | 3 | -54/+6 |
2016-07-07 | lightnvm: remove unused lists from struct rrpc_block | Matias Bjørling | 2 | -17/+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 | 3 | -159/+196 |
2016-07-07 | lightnvm: rename gennvm and update description | Matias Bjørling | 3 | -99/+102 |
2016-07-07 | lightnvm: remove open/close statistics for gennvm | Matias Bjørling | 2 | -30/+6 |
2016-07-07 | lightnvm: fix checkpatch terse errors | Matias Bjørling | 1 | -2/+5 |
2016-07-07 | lightnvm: remove checkpatch warning for unsigned ints | Matias Bjørling | 2 | -3/+3 |
2016-07-07 | lightnvm: Make functions not used by ouside static | Johannes Thumshirn | 2 | -4/+6 |
2016-07-07 | lightnvm: add media manager mark_blk helper | Javier González | 1 | -0/+6 |
2016-07-07 | lightnvm: break the loop when rqd is not null | Wenwei Tao | 1 | -2/+5 |
2016-06-07 | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 1 | -3/+3 |
2016-05-06 | lightnvm: reserved space calculation incorrect | Javier González | 1 | -1/+1 |
2016-05-06 | lightnvm: rename nr_pages to nr_ppas on nvm_rq | Javier González | 5 | -14/+14 |
2016-05-06 | lightnvm: expose gennvm_mark_blk to targets | Matias Bjørling | 1 | -13/+14 |
2016-05-06 | lightnvm: remove mgt targets on mgt removal | Matias Bjørling | 1 | -26/+43 |
2016-05-06 | lightnvm: do not assume sequential lun alloc. | Javier González | 1 | -3/+2 |
2016-05-06 | lightnvm: rename dma helper functions | Javier González | 1 | -8/+8 |
2016-05-06 | lightnvm: do not free unused metadata on rrpc | Javier González | 1 | -2/+0 |
2016-05-06 | lightnvm: fix out of bound ppa lun id on bb tbl | Matias Bjørling | 1 | -6/+1 |
2016-05-06 | lightnvm: refactor set_bb_tbl for accepting ppa list | Matias Bjørling | 1 | -1/+1 |
2016-05-06 | lightnvm: move responsibility for bad blk mgmt to target | Matias Bjørling | 1 | -19/+16 |
2016-05-06 | lightnvm: make nvm_set_rqd_ppalist() aware of vblks | Matias Bjørling | 2 | -15/+18 |
2016-05-06 | lightnvm: remove struct factory_blks | Matias Bjørling | 1 | -34/+28 |
2016-05-06 | lightnvm: refactor device ops->get_bb_tbl() | Matias Bjørling | 3 | -76/+107 |
2016-05-06 | lightnvm: introduce nvm_for_each_lun_ppa() macro | Matias Bjørling | 1 | -38/+26 |
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 | 2 | -10/+10 |
2016-05-06 | lightnvm: store rrpc->soffset in device sector size | Wenwei Tao | 1 | -7/+10 |
2016-05-06 | lightnvm: calculate rrpc total blocks and sectors up front | Wenwei Tao | 1 | -4/+2 |
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 | 3 | -15/+63 |
2016-05-06 | lightnvm: add fpg_size and pfpg_size to struct nvm_dev | Matias Bjørling | 2 | -10/+9 |
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-05-06 | lightnvm: fix "warning: ‘ret’ may be used uninitialized" | Jeff Mahoney | 1 | -2/+2 |
2016-03-19 | lightnvm: do not load L2P table if not supported | Javier González | 1 | -1/+1 |
2016-03-19 | lightnvm: do not reserve lun on l2p loading | Javier González | 1 | -3/+0 |