summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2018-05-30nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-AJarosław Janik1-2/+5
2018-05-30nvme: don't send keep-alives to the discovery controllerJohannes Thumshirn1-1/+3
2018-05-30nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectorsMing Lei1-1/+1
2018-05-30nvme-pci: Fix EEH failure on ppcWen Xiong1-6/+7
2018-05-30nvmet: fix PSDT field check in command formatMax Gurtovoy1-3/+6
2018-05-30nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang1-1/+4
2018-05-16nvme: add quirk to force medium priority for SQ creationJens Axboe2-1/+16
2018-04-12nvme_fcloop: fix abort race conditionJames Smart1-5/+7
2018-04-12nvme_fcloop: disassocate local port structsJames Smart1-10/+25
2018-03-09nvme-rdma: don't suppress send completionsSagi Grimberg1-40/+14
2018-03-03nvme-fabrics: initialize default host->id in nvmf_host_default()Ewan D. Milne1-0/+1
2018-03-03nvme: check hw sectors before setting chunk sectorsKeith Busch1-1/+2
2018-03-03nvme-fc: remove double put reference if admin connect failsJames Smart1-1/+0
2018-02-03nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()Minwoo Im1-0/+1
2018-02-03nvme-rdma: don't complete requests before a send work request has completedSagi Grimberg1-4/+24
2018-02-03nvmet-fc: correct ref counting error when deferred rcv usedJames Smart1-3/+6
2018-02-03nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.Minwoo Im1-1/+1
2018-02-03nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-AKai-Heng Feng1-2/+10
2018-02-03nvme-loop: check if queue is ready in queue_rqSagi Grimberg1-1/+24
2018-02-03nvme-fc: check if queue is ready in queue_rqSagi Grimberg1-1/+18
2018-02-03nvme-fabrics: introduce init command check for a queue that is not aliveSagi Grimberg2-26/+36
2017-12-20nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig1-1/+2
2017-12-17nvmet-rdma: update queue list during ib_device removalIsrael Rukshin1-2/+4
2017-12-05nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien2-1/+3
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-30nvme: Fix setting logical block format when revalidatingKeith Busch1-0/+1
2017-10-23nvme-rdma: fix possible hang when issuing commands during ctrl removalSagi Grimberg1-4/+7
2017-10-19nvme-rdma: Fix error status return in tagset allocation failureSagi Grimberg1-2/+6
2017-10-19nvme-rdma: Fix possible double free in reconnect flowSagi Grimberg1-2/+6
2017-10-19nvmet: synchronize sqhd updateJames Smart2-4/+13
2017-10-18nvme-fc: retry initial controller connections 3 timesJames Smart1-2/+30
2017-10-18nvme-fc: fix iowait hangJames Smart1-2/+3
2017-10-04nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig1-7/+7
2017-10-01nvme: fix visibility of "uuid" ns attributeMartin Wilck1-1/+1
2017-09-25nvme-fcloop: fix port deletes and callbacksJames Smart1-64/+38
2017-09-25nvmet-fc: ensure target queue id within range.James Smart1-0/+3
2017-09-25nvmet-fc: on port remove call put outside lockJames Smart1-1/+5
2017-09-25nvme-rdma: don't fully stop the controller in error recoverySagi Grimberg1-1/+1
2017-09-25nvme-rdma: give up reconnect if state change failsSagi Grimberg1-1/+6
2017-09-25nvme-core: Use nvme_wq to queue async events and fw activationSagi Grimberg1-2/+2
2017-09-25nvme: fix sqhd reference when admin queue connect failsJames Smart1-1/+2
2017-09-25nvmet: implement valid sqhd values in completionsJames Smart3-6/+12
2017-09-25nvme-fabrics: Allow 0 as KATO valueGuilherme G. Piccoli1-9/+9
2017-09-25nvme: allow timed-out ios to retryJames Smart1-2/+0
2017-09-25nvme: stop aer posting if controller state not liveJames Smart1-2/+3
2017-09-25nvme-pci: Print invalid SGL only onceKeith Busch1-12/+18
2017-09-25nvme-pci: initialize queue memory before interruptsKeith Busch1-2/+2
2017-09-25nvmet-fc: fix failing max io queue connectionsJames Smart1-3/+3
2017-09-25nvme-fc: use transport-specific sgl formatJames Smart1-6/+7