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