summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
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
* nvmet-rdma: Fix missing dma sync to nvme data structuresParav Pandit2017-06-171-0/+17
* 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
* nvmet: Fix possible infinite loop triggered on hot namespace removalSolganik Alexander2017-01-063-14/+12
* nvme/pci: Don't free queues on errorKeith Busch2016-11-161-14/+4
* nvmet-rdma: drain the queue-pair just before freeing itSagi Grimberg2016-11-141-1/+1
* nvme-rdma: stop and free io queues on connect failureSteve Wise2016-11-141-2/+9
* nvmet-rdma: don't forget to delete a queue from the list of connection failedSagi Grimberg2016-11-141-1/+7
* nvmet: Don't queue fatal error work if csts.cfs is setSagi Grimberg2016-11-141-3/+7
* nvme-rdma: reject non-connect commands before the queue is liveChristoph Hellwig2016-11-141-1/+30
* nvmet-rdma: Fix possible NULL deref when handling rdma cm eventsBart Van Assche2016-11-141-1/+7
* 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-216-38/+71
|\
| * nvmet: use symbolic constants for CNS valuesChristoph Hellwig2016-10-192-4/+4
| * nvme: use symbolic constants for CNS valuesChristoph Hellwig2016-10-191-2/+2
| * nvme.h: resync with nvme-cliChristoph Hellwig2016-10-192-2/+2
| * nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi2016-10-194-9/+9
| * 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-095-81/+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-153-6/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-092-21/+6
|\ \
| * | 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-232-2/+2
* | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-078-157/+268
|\ \ \
| * | | 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
| * | | nvmet: Make dsm number of ranges zero basedAlexander Solganik2016-09-231-1/+1
| * | | nvmet: Use direct IO for writesSagi Grimberg2016-09-231-0/+1
| * | | admin-cmd: Added smart-log command support.Chaitanya Kulkarni2016-09-231-0/+88
| * | | 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