summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2019-12-21nvme: host: core: fix precedence of ternary operatorIvan Bornyakov1-2/+2
2019-07-10nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee1-1/+2
2018-11-10nvme-pci: fix CMB sysfs file removal in reset pathMax Gurtovoy1-11/+7
2018-07-17nvme-pci: Remap CMB SQ entries on every controller resetKeith Busch1-11/+16
2018-07-17nvme: validate admin queue before unquiesceScott Bauer1-1/+2
2018-06-16nvme-pci: initialize queue memory before interruptsKeith Busch1-2/+2
2018-05-30nvme: don't send keep-alives to the discovery controllerJohannes Thumshirn1-1/+3
2018-05-30nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang1-1/+4
2018-04-13nvme: fix hang in remove pathMing Lei1-0/+4
2018-04-13nvme-pci: fix multiple ctrl removal schedulingRakesh Pandit1-7/+6
2018-03-03nvme: check hw sectors before setting chunk sectorsKeith Busch1-1/+2
2017-12-20nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig1-1/+2
2017-12-05nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien2-1/+3
2017-10-12nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig1-7/+7
2017-10-08nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg1-14/+14
2017-09-14nvme-fabrics: generate spec-compliant UUID NQNsDaniel Verkamp1-1/+1
2017-07-28nvme-rdma: remove race conditions from IB signallingMarta Rybczynska1-10/+10
2017-06-07nvme: avoid to use blk_mq_abort_requeue_list()Ming Lei1-2/+3
2017-06-07nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()Ming Lei1-1/+7
2017-06-07nvme-rdma: support devices with queue size < 32Marta Rybczynska1-4/+14
2017-05-25nvme: unmap CMB and remove sysfs file in reset pathJon Derrick1-1/+6
2017-04-12nvme: simplify stripe quirkKeith Busch2-16/+2
2017-04-08nvme/pci: Disable on removal when disconnectedKeith Busch1-1/+3
2017-04-08nvme/core: Fix race kicking freed request_queueKeith Busch1-3/+3
2017-01-19nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time tooGuilherme G. Piccoli1-6/+1
2016-11-16nvme/pci: Don't free queues on errorKeith Busch1-14/+4
2016-11-14nvme-rdma: stop and free io queues on connect failureSteve Wise1-2/+9
2016-11-14nvme-rdma: reject non-connect commands before the queue is liveChristoph Hellwig1-1/+30
2016-11-12lightnvm: invalid offset calculation for lba_shiftMatias Bjørling1-1/+1
2016-10-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-31/+64
2016-10-19nvme: use symbolic constants for CNS valuesChristoph Hellwig1-2/+2
2016-10-19nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi3-8/+8
2016-10-12nvme : Add sysfs entry for NVMe CMBs when appropriateStephen Bates1-9/+35
2016-10-12nvme: don't schedule multiple resetsKeith Busch1-9/+13
2016-10-12nvme: Delete created IO queues on resetKeith Busch1-4/+5
2016-10-12nvme: Stop probing a removed deviceKeith Busch1-0/+2
2016-10-12nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira1-1/+2
2016-10-10Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds4-79/+36
2016-10-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-20/+5
2016-10-08Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds6-156/+178
2016-09-24nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski3-13/+11
2016-09-24nvme/scsi: Remove power management supportAndy Lutomirski1-71/+3
2016-09-24nvme-fabrics: Add host_traddr options field to host infrastructureJames Smart2-0/+17
2016-09-24nvme-fabrics: revise host transport option descriptionsJames Smart1-3/+4
2016-09-24nvme-fabrics: rework nvmf_get_address() for variable optionsJames Smart1-2/+10
2016-09-23nvme-rdma: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig1-20/+5
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-09-23nvme-rdma: only clear queue flags after successful connectSagi Grimberg1-1/+1
2016-09-21lightnvm: expose device geometry through sysfsSimon A. F. Lund3-10/+30
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling3-33/+46