summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2016-11-16nvme/pci: Don't free queues on errorKeith Busch-14/+4
2016-11-14nvmet-rdma: drain the queue-pair just before freeing itSagi Grimberg-1/+1
2016-11-14nvme-rdma: stop and free io queues on connect failureSteve Wise-2/+9
2016-11-14nvmet-rdma: don't forget to delete a queue from the list of connection failedSagi Grimberg-1/+7
2016-11-14nvmet: Don't queue fatal error work if csts.cfs is setSagi Grimberg-3/+7
2016-11-14nvme-rdma: reject non-connect commands before the queue is liveChristoph Hellwig-1/+30
2016-11-14nvmet-rdma: Fix possible NULL deref when handling rdma cm eventsBart Van Assche-1/+7
2016-11-11lightnvm: invalid offset calculation for lba_shiftMatias Bjørling-1/+1
2016-10-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-38/+71
2016-10-19nvmet: use symbolic constants for CNS valuesChristoph Hellwig-4/+4
2016-10-19nvme: use symbolic constants for CNS valuesChristoph Hellwig-2/+2
2016-10-19nvme.h: resync with nvme-cliChristoph Hellwig-2/+2
2016-10-19nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi-9/+9
2016-10-12nvme : Add sysfs entry for NVMe CMBs when appropriateStephen Bates-9/+35
2016-10-12nvme: don't schedule multiple resetsKeith Busch-9/+13
2016-10-12nvme: Delete created IO queues on resetKeith Busch-4/+5
2016-10-12nvme: Stop probing a removed deviceKeith Busch-0/+2
2016-10-11nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira-1/+2
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds-81/+36
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-21/+6
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds-157/+268
2016-09-24nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski-13/+11
2016-09-24nvme/scsi: Remove power management supportAndy Lutomirski-71/+3
2016-09-23nvmet: Make dsm number of ranges zero basedAlexander Solganik-1/+1
2016-09-23nvmet: Use direct IO for writesSagi Grimberg-0/+1
2016-09-23admin-cmd: Added smart-log command support.Chaitanya Kulkarni-0/+88
2016-09-23nvme-fabrics: Add host_traddr options field to host infrastructureJames Smart-0/+17
2016-09-23nvme-fabrics: revise host transport option descriptionsJames Smart-3/+4
2016-09-23nvme-fabrics: rework nvmf_get_address() for variable optionsJames Smart-2/+10
2016-09-23nvme-rdma: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig-20/+5
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig-2/+2
2016-09-22nvme-rdma: only clear queue flags after successful connectSagi Grimberg-1/+1
2016-09-21lightnvm: expose device geometry through sysfsSimon A. F. Lund-10/+30
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling-33/+46
2016-09-21nvme: refactor namespaces to support non-gendisk devicesMatias Bjørling-43/+76
2016-09-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-74/+79
2016-09-15nvme: remove the post_scan calloutChristoph Hellwig-4/+0
2016-09-15nvme: switch to use pci_alloc_irq_vectorsChristoph Hellwig-71/+36
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig-6/+0
2016-09-13Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe-73/+72
2016-09-12nvme-rdma: add back dependency on CONFIG_BLOCKArnd Bergmann-0/+1
2016-09-12nvme-rdma: fix null pointer dereference on req->mrColin Ian King-0/+1
2016-09-12nvme-rdma: use ib_client API to detect device removalSteve Wise-68/+40
2016-09-12nvme-rdma: add DELETING queue flagSagi Grimberg-2/+9
2016-09-11nvme: make NVME_RDMA depend on BLOCKLinus Torvalds-1/+1
2016-09-08nvme/quirk: Add a delay before checking device ready for memblaze deviceWenbo Wang-0/+2
2016-09-07nvme: Don't suspend admin queue that wasn't createdGabriel Krisman Bertazi-1/+6
2016-09-04nvme-rdma: destroy nvme queue rdma resources on connect failureSteve Wise-3/+11
2016-09-04nvme_rdma: keep a ref on the ctrl during delete/flushSteve Wise-8/+18
2016-08-29Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe-33/+53