summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig2016-07-052-4/+4
* nvme: add fabrics sysfs attributesMing Lin2016-07-053-3/+78
* nvme: Modify and export sync command submission for fabricsChristoph Hellwig2016-07-053-13/+23
* nvme: allow transitioning from NEW to LIVE stateChristoph Hellwig2016-07-051-0/+1
* nvme: move the workaround for I/O queue-less controllers from PCIe to coreChristoph Hellwig2016-06-122-12/+15
* nvme: factor out a add nvme_is_write helperChristoph Hellwig2016-06-121-3/+2Star
* nvme: allow for size limitations from transport driversChristoph Hellwig2016-06-121-2/+5
* 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
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-1/+1
* drivers: use req op accessorMike Christie2016-06-072-3/+3
* 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/+2Star
| * lightnvm: move block fold outside of get_bb_tbl()Matias Bjørling2016-05-061-41/+6Star
| * NVMe: Fix reset/remove raceKeith Busch2016-05-031-2/+1Star
| * 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/+0Star
| * 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/+5Star
| * 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