summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2016-07-07nvme: lightnvm: make MLC num_pairs little endianJohannes Thumshirn1-1/+1
2016-07-07nvmet: fix an error codeDan Carpenter1-2/+2
2016-07-07nvme-loop: add configfs dependencyArnd Bergmann1-0/+1
2016-07-05nvme-loop: add a NVMe loopback host driverChristoph Hellwig3-0/+766
2016-07-05nvmet: add a generic NVMe targetChristoph Hellwig11-0/+3376
2016-07-05nvme: add keep-alive supportSagi Grimberg4-1/+119
2016-07-05nvme-fabrics: add a generic NVMe over Fabrics libraryChristoph Hellwig6-1/+1098
2016-07-05nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig2-4/+4
2016-07-05nvme: add fabrics sysfs attributesMing Lin3-3/+78
2016-07-05nvme: Modify and export sync command submission for fabricsChristoph Hellwig3-13/+23
2016-07-05nvme: allow transitioning from NEW to LIVE stateChristoph Hellwig1-0/+1
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2016-06-21NVMe: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-7/+3
2016-06-12nvme: move the workaround for I/O queue-less controllers from PCIe to coreChristoph Hellwig2-12/+15
2016-06-12nvme: factor out a add nvme_is_write helperChristoph Hellwig1-3/+2
2016-06-12nvme: allow for size limitations from transport driversChristoph Hellwig1-2/+5
2016-06-09NVMe: Only release requested regionsJohannes Thumshirn1-2/+7
2016-06-08NVMe: Fix removal in case of active namespace list scanning methodSunad Bhandary1-6/+15
2016-06-07nvme: use UINT_MAX for max discard sectorsMinfei Huang1-1/+1
2016-06-07nvme: move nvme_cancel_request() to common codeMing Lin3-16/+18
2016-06-07nvme: update and rename nvme_cancel_io to nvme_cancel_requestMing Lin1-4/+4
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-1/+1
2016-06-07drivers: use req op accessorMike Christie2-3/+3
2016-05-17nvme/host: Add missing blk_integrity tag_size + flags assignmentsNicholas Bellinger1-0/+4
2016-05-17NVMe: Add device ID's with stripe quirkKeith Busch1-0/+6
2016-05-17NVMe: Short-cut removal on surprise hot-unplugKeith Busch3-0/+23
2016-05-17NVMe: Allow user initiated rescanKeith Busch1-0/+15
2016-05-17NVMe: Reduce driver log spammingKeith Busch1-1/+4
2016-05-17NVMe: Unbind driver on failureKeith Busch1-1/+1
2016-05-17NVMe: Delete only created queuesKeith Busch1-2/+2
2016-05-17NVMe: Allocate queues only for online cpusKeith Busch1-1/+1
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds5-299/+397
2016-05-06lightnvm: rename nr_pages to nr_ppas on nvm_rqJavier González1-2/+2
2016-05-06lightnvm: pass dma address to hardware rather than pointerArnd Bergmann1-1/+1
2016-05-06nvme/lightnvm: Log using the ctrl named deviceSagi Grimberg1-7/+9
2016-05-06lightnvm: rename dma helper functionsJavier González1-2/+2
2016-05-06lightnvm: enable metadata to be sent to deviceJavier González1-0/+1
2016-05-06lightnvm: refactor set_bb_tbl for accepting ppa listMatias Bjørling1-4/+4
2016-05-06lightnvm: refactor device ops->get_bb_tbl()Matias Bjørling1-4/+2
2016-05-06lightnvm: move block fold outside of get_bb_tbl()Matias Bjørling1-41/+6
2016-05-03NVMe: Fix reset/remove raceKeith Busch1-2/+1
2016-05-02nvme: fix nvme_ns_remove() deadlockMing Lin1-2/+4
2016-05-02nvme: switch to RCU freeing the namespaceMing Lin1-10/+11
2016-05-02nvme: add helper nvme_cleanup_cmd()Ming Lin2-2/+7
2016-05-02nvme: move AER handling to common codeChristoph Hellwig3-40/+66
2016-05-02nvme: move namespace scanning to coreChristoph Hellwig3-32/+34
2016-05-02nvme: tighten up state check for namespace scanningChristoph Hellwig1-2/+4
2016-05-02nvme: introduce a controller state machineChristoph Hellwig3-13/+74
2016-05-02nvme: remove the io_incapable methodChristoph Hellwig2-20/+0
2016-05-02NVMe: nvme_core_exit() should do cleanup in the reverse order as nvme_core_in...Wang Sheng-Hui1-1/+1