summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-2110-226/+1476
|\
| * lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVMJens Axboe2016-01-131-57/+64
| * lightnvm: introduce factory resetMatias Bjørling2016-01-124-0/+234
| * lightnvm: use system block for mm initializationMatias Bjørling2016-01-122-2/+26
| * lightnvm: introduce ioctl to initialize deviceMatias Bjørling2016-01-122-0/+61
| * lightnvm: core on-disk initializationMatias Bjørling2016-01-125-1/+600
| * lightnvm: introduce mlc lower page table mappingsMatias Bjørling2016-01-123-2/+101
| * lightnvm: add mccap supportMatias Bjørling2016-01-122-0/+8
| * lightnvm: manage open and closed blocks separatelyJavier González2016-01-125-46/+142
| * lightnvm: fix missing grown bad block typeMatias Bjørling2016-01-121-2/+3
| * lightnvm: reference rrpc lun in rrpc blockJavier González2016-01-122-0/+2
| * lightnvm: introduce nvm_submit_ppaMatias Bjørling2016-01-122-1/+46
| * lightnvm: move rq->error to nvm_rq->errorMatias Bjørling2016-01-124-6/+9
| * lightnvm: support multiple ppas in nvm_erase_ppaMatias Bjørling2016-01-123-4/+4
| * lightnvm: move the pages per block check out of the loopWenwei Tao2016-01-121-6/+5
| * lightnvm: sectors first in ppa listMatias Bjørling2016-01-121-3/+3
| * lightnvm: fix locking and mempool in rrpc_lun_gcWenwei Tao2016-01-121-6/+6
| * lightnvm: put block back to gc list on its reclaim failWenwei Tao2016-01-121-4/+14
| * lightnvm: check bi_error in gcWenwei Tao2016-01-121-0/+6
| * lightnvm: return the get_bb_tbl return valueMatias Bjørling2016-01-121-5/+0
| * lightnvm: refactor end_io functions for syncMatias Bjørling2016-01-126-34/+42
| * lightnvm: refactor rqd ppa list into set/freeMatias Bjørling2016-01-122-21/+53
| * lightnvm: move ppa erase logic to coreMatias Bjørling2016-01-123-64/+74
| * lightnvm: unlock rq and free ppa_list on submission failWenwei Tao2016-01-121-0/+6
| * lightnvm: add check after mempool allocationJavier Gonzalez2016-01-121-0/+2
| * lightnvm: fix incorrect nr_free_blocks statChao Yu2016-01-121-0/+1
| * lightnvm: fix bio submission issueWenwei Tao2016-01-122-2/+4
* | Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-2133-1326/+3893
|\ \
| * | null_blk: use sector_div instead of do_divArnd Bergmann2016-01-131-4/+4
| * | Merge branch 'stable/for-jens-4.5' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2016-01-135-710/+1292
| |\ \
| | * | xen/blkfront: Fix crash if backend doesn't follow the right states.Konrad Rzeszutek Wilk2016-01-041-4/+8
| | * | xen/blkback: Fix two memory leaks.Bob Liu2016-01-041-6/+11
| | * | xen/blkback: make st_ statistics per ringBob Liu2016-01-043-38/+61
| | * | xen/blkfront: Handle non-indirect grant with 64KB pagesJulien Grall2016-01-041-16/+212
| | * | xen-blkfront: Introduce blkif_ring_get_requestJulien Grall2016-01-041-11/+19
| | * | xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()Jiri Kosina2016-01-041-0/+1
| | * | xen/blkback: Free resources if connect_ring failed.Konrad Rzeszutek Wilk2016-01-041-1/+7
| | * | xen/blocks: Return -EXX instead of -1Konrad Rzeszutek Wilk2016-01-042-3/+3
| | * | xen/blkback: make pool of persistent grants and free pages per-queueBob Liu2016-01-043-137/+118
| | * | xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu2016-01-043-6/+42
| | * | xen/blkback: pseudo support for multi hardware queues/ringsKonrad Rzeszutek Wilk2016-01-042-105/+175
| | * | xen/blkback: separate ring information out of struct xen_blkifBob Liu2016-01-043-172/+215
| | * | xen/blkfront: correct setting for xen_blkif_max_ring_orderPeng Fan2016-01-041-1/+1
| | * | xen/blkfront: make persistent grants pool per-queueBob Liu2016-01-041-67/+43
| | * | xen/blkfront: Remove duplicate setting of ->xbdev.Bob Liu2016-01-041-1/+0
| | * | xen/blkfront: Cleanup of comments, fix unaligned variables, and syntax errors.Konrad Rzeszutek Wilk2016-01-041-7/+6
| | * | xen/blkfront: negotiate number of queues/rings to be used with backendBob Liu2016-01-041-41/+119
| | * | xen/blkfront: split per device io_lockBob Liu2016-01-041-26/+47
| | * | xen/blkfront: pseudo support for multi hardware queues/ringsBob Liu2016-01-041-145/+198
| | * | xen/blkfront: separate per ring information out of device infoBob Liu2016-01-041-162/+197