summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig2017-10-121-7/+7
* nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-10-081-14/+14
* nvme-fabrics: generate spec-compliant UUID NQNsDaniel Verkamp2017-09-131-1/+1
* nvme-rdma: remove race conditions from IB signallingMarta Rybczynska2017-07-271-10/+10
* nvme: avoid to use blk_mq_abort_requeue_list()Ming Lei2017-06-071-2/+3
* nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()Ming Lei2017-06-071-1/+7
* nvme-rdma: support devices with queue size < 32Marta Rybczynska2017-06-071-4/+14
* nvme: unmap CMB and remove sysfs file in reset pathJon Derrick2017-05-251-1/+6
* nvme: simplify stripe quirkKeith Busch2017-04-122-16/+2
* nvme/pci: Disable on removal when disconnectedKeith Busch2017-04-081-1/+3
* nvme/core: Fix race kicking freed request_queueKeith Busch2017-04-081-3/+3
* nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time tooGuilherme G. Piccoli2017-01-191-6/+1
* nvme/pci: Don't free queues on errorKeith Busch2016-11-161-14/+4
* nvme-rdma: stop and free io queues on connect failureSteve Wise2016-11-141-2/+9
* nvme-rdma: reject non-connect commands before the queue is liveChristoph Hellwig2016-11-141-1/+30
* lightnvm: invalid offset calculation for lba_shiftMatias Bjørling2016-11-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-213-31/+64
|\
| * nvme: use symbolic constants for CNS valuesChristoph Hellwig2016-10-191-2/+2
| * nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi2016-10-193-8/+8
| * nvme : Add sysfs entry for NVMe CMBs when appropriateStephen Bates2016-10-121-9/+35
| * nvme: don't schedule multiple resetsKeith Busch2016-10-121-9/+13
| * nvme: Delete created IO queues on resetKeith Busch2016-10-121-4/+5
| * nvme: Stop probing a removed deviceKeith Busch2016-10-121-0/+2
* | nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-10-111-1/+2
|/
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-094-79/+36
|\
| * nvme: remove the post_scan calloutChristoph Hellwig2016-09-152-4/+0
| * nvme: switch to use pci_alloc_irq_vectorsChristoph Hellwig2016-09-151-71/+36
| * blk-mq: remove ->map_queueChristoph Hellwig2016-09-152-4/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-091-20/+5
|\ \
| * | nvme-rdma: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig2016-09-231-20/+5
| * | IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
* | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-076-156/+178
|\ \ \
| * | | nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski2016-09-243-13/+11
| * | | nvme/scsi: Remove power management supportAndy Lutomirski2016-09-241-71/+3
| * | | nvme-fabrics: Add host_traddr options field to host infrastructureJames Smart2016-09-232-0/+17
| * | | nvme-fabrics: revise host transport option descriptionsJames Smart2016-09-231-3/+4
| * | | nvme-fabrics: rework nvmf_get_address() for variable optionsJames Smart2016-09-231-2/+10
| * | | lightnvm: expose device geometry through sysfsSimon A. F. Lund2016-09-213-10/+30
| * | | lightnvm: control life of nvm_dev in driverMatias Bjørling2016-09-213-33/+46
| * | | nvme: refactor namespaces to support non-gendisk devicesMatias Bjørling2016-09-212-43/+76
* | | | nvme-rdma: only clear queue flags after successful connectSagi Grimberg2016-09-221-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-09-152-74/+79
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe2016-09-132-73/+72
| |\ \ \
| | * | | nvme-rdma: add back dependency on CONFIG_BLOCKArnd Bergmann2016-09-121-0/+1
| | * | | nvme-rdma: fix null pointer dereference on req->mrColin Ian King2016-09-121-0/+1
| | * | | nvme-rdma: use ib_client API to detect device removalSteve Wise2016-09-121-68/+40
| | * | | nvme-rdma: add DELETING queue flagSagi Grimberg2016-09-121-2/+9
| | * | | nvme-rdma: destroy nvme queue rdma resources on connect failureSteve Wise2016-09-041-3/+11
| | * | | nvme_rdma: keep a ref on the ctrl during delete/flushSteve Wise2016-09-041-8/+18
| * | | | nvme/quirk: Add a delay before checking device ready for memblaze deviceWenbo Wang2016-09-081-0/+2