aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm/rrpc.c
AgeCommit message (Expand)Author
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-07-07lightnvm: make rrpc_map_page call nvm_get_blk outside locksMatias Bjørling
2016-07-07lightnvm: remove _unlocked variant of [get/put]_blkMatias Bjørling
2016-07-07lightnvm: remove unused lists from struct rrpc_blockMatias Bjørling
2016-07-07lightnvm: remove open/close statistics for gennvmMatias Bjørling
2016-07-07lightnvm: remove checkpatch warning for unsigned intsMatias Bjørling
2016-07-07lightnvm: break the loop when rqd is not nullWenwei Tao
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-05-06lightnvm: reserved space calculation incorrectJavier González
2016-05-06lightnvm: rename nr_pages to nr_ppas on nvm_rqJavier González
2016-05-06lightnvm: do not assume sequential lun alloc.Javier González
2016-05-06lightnvm: do not free unused metadata on rrpcJavier González
2016-05-06lightnvm: rename nvm_targets to nvm_tgt_typeSimon A. F. Lund
2016-05-06lightnvm: store rrpc->soffset in device sector sizeWenwei Tao
2016-05-06lightnvm: calculate rrpc total blocks and sectors up frontWenwei Tao
2016-03-18lightnvm: add a bitmap of lunsWenwei Tao
2016-03-18lightnvm: specify target's logical address areaWenwei Tao
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-03-03lightnvm: generalize rrpc ppa calculationsJavier González
2016-03-03lightnvm: rename ->nr_pages to ->nr_sectsMatias Bjørling
2016-03-03lightnvm: update closed list outside of intr contextJavier González
2016-02-04lightnvm: put bio before returnWenwei Tao
2016-01-12lightnvm: manage open and closed blocks separatelyJavier González
2016-01-12lightnvm: reference rrpc lun in rrpc blockJavier González
2016-01-12lightnvm: move rq->error to nvm_rq->errorMatias Bjørling
2016-01-12lightnvm: move the pages per block check out of the loopWenwei Tao
2016-01-12lightnvm: fix locking and mempool in rrpc_lun_gcWenwei Tao
2016-01-12lightnvm: put block back to gc list on its reclaim failWenwei Tao
2016-01-12lightnvm: check bi_error in gcWenwei Tao
2016-01-12lightnvm: refactor end_io functions for syncMatias Bjørling
2016-01-12lightnvm: unlock rq and free ppa_list on submission failWenwei Tao
2016-01-12lightnvm: add check after mempool allocationJavier Gonzalez
2016-01-12lightnvm: fix bio submission issueWenwei Tao
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling
2015-12-07lightnvm: put blks when luns configure failedWenwei Tao
2015-12-07lightnvm: use flags in rrpc_get_blkWenwei Tao
2015-11-16lightnvm: remove linear and device addr modesMatias Bjørling
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-11-03lightnvm: refactor phys addrs type to u64Matias Bjørling
2015-10-29rrpc: Round-robin sector target with cost-based gcMatias Bjørling