aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm/rrpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-18lightnvm: add a bitmap of lunsWenwei Tao1-29/+45
2016-03-18lightnvm: specify target's logical address areaWenwei Tao1-2/+33
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-44/+54
2016-03-03lightnvm: generalize rrpc ppa calculationsJavier González1-17/+31
2016-03-03lightnvm: rename ->nr_pages to ->nr_sectsMatias Bjørling1-15/+14
2016-03-03lightnvm: update closed list outside of intr contextJavier González1-13/+10
2016-02-04lightnvm: put bio before returnWenwei Tao1-1/+3
2016-01-12lightnvm: manage open and closed blocks separatelyJavier González1-5/+33
2016-01-12lightnvm: reference rrpc lun in rrpc blockJavier González1-0/+1
2016-01-12lightnvm: move rq->error to nvm_rq->errorMatias Bjørling1-1/+1
2016-01-12lightnvm: move the pages per block check out of the loopWenwei Tao1-6/+5
2016-01-12lightnvm: fix locking and mempool in rrpc_lun_gcWenwei Tao1-6/+6
2016-01-12lightnvm: put block back to gc list on its reclaim failWenwei Tao1-4/+14
2016-01-12lightnvm: check bi_error in gcWenwei Tao1-0/+6
2016-01-12lightnvm: refactor end_io functions for syncMatias Bjørling1-4/+2
2016-01-12lightnvm: unlock rq and free ppa_list on submission failWenwei Tao1-0/+6
2016-01-12lightnvm: add check after mempool allocationJavier Gonzalez1-0/+2
2016-01-12lightnvm: fix bio submission issueWenwei Tao1-1/+3
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling1-1/+1
2015-12-07lightnvm: put blks when luns configure failedWenwei Tao1-2/+19
2015-12-07lightnvm: use flags in rrpc_get_blkWenwei Tao1-1/+1
2015-11-16lightnvm: remove linear and device addr modesMatias Bjørling1-1/+31
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-4/+5
2015-11-03lightnvm: refactor phys addrs type to u64Matias Bjørling1-9/+8
2015-10-29rrpc: Round-robin sector target with cost-based gcMatias Bjørling1-0/+1324