summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
* NVMe: Unbind driver on failureKeith Busch2016-05-171-1/+1
* NVMe: Delete only created queuesKeith Busch2016-05-171-2/+2
* NVMe: Allocate queues only for online cpusKeith Busch2016-05-171-1/+1
* Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-175-299/+397
|\
| * lightnvm: rename nr_pages to nr_ppas on nvm_rqJavier González2016-05-061-2/+2
| * lightnvm: pass dma address to hardware rather than pointerArnd Bergmann2016-05-061-1/+1
| * nvme/lightnvm: Log using the ctrl named deviceSagi Grimberg2016-05-061-7/+9
| * lightnvm: rename dma helper functionsJavier González2016-05-061-2/+2
| * lightnvm: enable metadata to be sent to deviceJavier González2016-05-061-0/+1
| * lightnvm: refactor set_bb_tbl for accepting ppa listMatias Bjørling2016-05-061-4/+4
| * lightnvm: refactor device ops->get_bb_tbl()Matias Bjørling2016-05-061-4/+2
| * lightnvm: move block fold outside of get_bb_tbl()Matias Bjørling2016-05-061-41/+6
| * NVMe: Fix reset/remove raceKeith Busch2016-05-031-2/+1
| * nvme: fix nvme_ns_remove() deadlockMing Lin2016-05-021-2/+4
| * nvme: switch to RCU freeing the namespaceMing Lin2016-05-021-10/+11
| * nvme: add helper nvme_cleanup_cmd()Ming Lin2016-05-022-2/+7
| * nvme: move AER handling to common codeChristoph Hellwig2016-05-023-40/+66
| * nvme: move namespace scanning to coreChristoph Hellwig2016-05-023-32/+34
| * nvme: tighten up state check for namespace scanningChristoph Hellwig2016-05-021-2/+4
| * nvme: introduce a controller state machineChristoph Hellwig2016-05-023-13/+74
| * nvme: remove the io_incapable methodChristoph Hellwig2016-05-022-20/+0
| * NVMe: nvme_core_exit() should do cleanup in the reverse order as nvme_core_in...Wang Sheng-Hui2016-05-021-1/+1
| * NVMe: Fix check_flush_dependency warningKeith Busch2016-05-021-0/+1
| * NVMe: small typo in section BLK_DEV_NVME_SCSI of host/KconfigWang Sheng-Hui2016-04-261-1/+1
| * nvme: fix cntlid typeChristoph Hellwig2016-04-261-1/+1
| * nvme: Avoid reset work on watchdog timer function during error recoveryGuilherme G. Piccoli2016-04-131-8/+30
| * NVMe: silence warning about unused 'dev'Jens Axboe2016-04-121-2/+2
| * NVMe: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-2/+5
| * nvme: Use blk-mq helper for IO terminationSagi Grimberg2016-04-121-14/+5
| * NVMe: Skip async events for degraded controllersKeith Busch2016-04-121-2/+10
| * nvme: add helper nvme_setup_cmd()Ming Lin2016-04-123-97/+108
| * nvme: rewrite discard supportMing Lin2016-04-121-29/+39
| * nvme: add helper nvme_map_len()Ming Lin2016-04-122-8/+13
| * nvme: add missing lock nesting notationMing Lin2016-04-121-1/+7
| * NVMe: Always use MSI/MSI-x interruptsKeith Busch2016-04-121-10/+15
* | NVMe: Always use MSI/MSI-x interruptsKeith Busch2016-04-141-10/+15
* | NVMe: Fix reset/remove raceKeith Busch2016-04-111-2/+4
|/
* nvme: avoid cqe corruption when update at the same time as readMarta Rybczynska2016-03-221-11/+13
* nvme: lightnvm: return ppa completion statusMatias Bjorling2016-03-181-2/+15
* Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-186-202/+275
|\
| * NVMe: Expose ns wwid through single sysfs entryKeith Busch2016-03-162-0/+27
| * NVMe: Remove unused sq_head read in completion pathJon Derrick2016-03-081-2/+0
| * NVMe: Create discard zero quirk white listKeith Busch2016-03-083-2/+15
| * lightnvm: fold get bb tbl when using dual/quad plane modeMatias Bjørling2016-03-031-5/+41
| * nvme: expose cntlid in sysfsMing Lin2016-02-292-4/+17
| * nvme: return the whole CQE through the request passthrough interfaceChristoph Hellwig2016-02-293-17/+24
| * nvme: replace the kthread with a per-device watchdog timerChristoph Hellwig2016-02-291-89/+23
| * nvme: don't poll the CQ from the kthreadChristoph Hellwig2016-02-291-12/+0
| * nvme: use a work item to submit async event requestsChristoph Hellwig2016-02-291-7/+18
| * nvme: split pci module out of core moduleMing Lin2016-02-104-18/+35