summaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | NVMe: Fix removal in case of active namespace list scanning methodSunad Bhandary2016-06-081-6/+15
| * | nvme: use UINT_MAX for max discard sectorsMinfei Huang2016-06-081-1/+1
| * | nvme: move nvme_cancel_request() to common codeMing Lin2016-06-073-16/+18
| * | nvme: update and rename nvme_cancel_io to nvme_cancel_requestMing Lin2016-06-071-4/+4
* | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-272-4/+4
|\| |
| * | block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-1/+1
| * | drivers: use req op accessorMike Christie2016-06-072-3/+3
| |/
* | nvme: Remove RCU namespace protectionKeith Busch2016-07-141-35/+39
* | NVMe: Only release requested regionsJohannes Thumshirn2016-06-091-2/+7
|/
* nvme/host: Add missing blk_integrity tag_size + flags assignmentsNicholas Bellinger2016-05-181-0/+4
* NVMe: Add device ID's with stripe quirkKeith Busch2016-05-181-0/+6
* NVMe: Short-cut removal on surprise hot-unplugKeith Busch2016-05-183-0/+23
* NVMe: Allow user initiated rescanKeith Busch2016-05-181-0/+15
* NVMe: Reduce driver log spammingKeith Busch2016-05-181-1/+4
* NVMe: Unbind driver on failureKeith Busch2016-05-181-1/+1
* NVMe: Delete only created queuesKeith Busch2016-05-181-2/+2
* NVMe: Allocate queues only for online cpusKeith Busch2016-05-181-1/+1
* Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-185-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-131-2/+2
| * NVMe: switch to using blk_queue_write_cache()Jens Axboe2016-04-131-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