summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2018-01-25nvme-pci: Suspend queues after deleting themKeith Busch1-19/+8
2018-01-23nvme-pci: Fix queue double allocationsKeith Busch1-0/+3
2018-01-17nvme-pci: clean up SMBSZ bit definitionsChristoph Hellwig1-6/+17
2018-01-17nvme-pci: clean up CMB initializationChristoph Hellwig1-27/+14
2018-01-17nvme-fc: correct hang in nvme_ns_remove()James Smart1-0/+3
2018-01-17nvme-fc: fix rogue admin cmds stalling teardownJames Smart1-0/+3
2018-01-15nvme-fabrics: fix memory leak when parsing host ID optionRoland Dreier1-1/+3
2018-01-15nvme: fix comment typos in nvme_create_io_queuesMinwoo Im1-2/+2
2018-01-15nvme: host delete_work and reset_work on separate workqueuesRoy Shterman3-6/+42
2018-01-15nvme-pci: allocate device queues storage space at probeSagi Grimberg1-37/+26
2018-01-15nvme-pci: serialize pci resetsSagi Grimberg3-2/+4
2018-01-10nvme/multipath: Use blk_path_errorKeith Busch1-13/+1
2018-01-10nvme/multipath: Consult blk_status_t for failoverKeith Busch3-42/+16
2018-01-10nvme: Add more command status translationKeith Busch1-0/+7
2018-01-08nvme: fix subsystem multiple controllers support checkIsrael Rukshin1-1/+17
2018-01-08nvme: take refcount on transport moduleNitzan Carmi1-3/+14
2018-01-08nvme-pci: fix NULL pointer reference in nvme_alloc_nsJianchao Wang3-12/+44
2018-01-08nvme: modify the debug level for setting shutdown timeoutMax Gurtovoy1-1/+1
2018-01-08nvme-pci: don't open-code nvme_reset_ctrlSagi Grimberg1-2/+2
2018-01-08nvme-pci: remove an unnecessary initialization in HMB codeMinwoo Im1-2/+2
2018-01-08nvme-fabrics: protect against module unload during create_ctrlRoy Shterman4-4/+17
2018-01-05lightnvm: make geometry structures 2.0 readyMatias Bjørling1-29/+50
2018-01-05lightnvm: remove lower page tablesMatias Bjørling1-14/+0
2018-01-05lightnvm: remove hybrid ocssd 1.2 supportMatias Bjørling1-96/+0
2017-11-28nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()Minwoo Im1-0/+1
2017-11-28nvme-rdma: fix memory leak during queue allocationMax Gurtovoy1-3/+18
2017-11-26nvme-rdma: Use mr poolIsrael Rukshin1-58/+37
2017-11-26nvme-rdma: Check remotely invalidated rkey matches our expected rkeySagi Grimberg1-2/+7
2017-11-26nvme-rdma: wait for local invalidation before completing a requestSagi Grimberg1-15/+24
2017-11-26nvme-rdma: don't complete requests before a send work request has completedSagi Grimberg1-4/+24
2017-11-26nvme-rdma: don't suppress send completionsSagi Grimberg1-40/+14
2017-11-24nvme-fc: don't use bit masks for set/test_bit() numbersJens Axboe1-2/+2
2017-11-23nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien2-1/+3
2017-11-20nvme: Suppress static analyis warningKeith Busch1-5/+2
2017-11-20nvme: Fix NULL dereference on reservation requestKeith Busch1-6/+6
2017-11-20nvme: fix spelling mistake: "requeing" -> "requeuing"Colin Ian King1-1/+1
2017-11-20nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.Minwoo Im1-1/+1
2017-11-20nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-AKai-Heng Feng1-2/+10
2017-11-20nvme-fc: check if queue is ready in queue_rqSagi Grimberg1-1/+18
2017-11-20nvme-fabrics: introduce init command check for a queue that is not aliveSagi Grimberg2-26/+36
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds11-788/+2381
2017-11-11nvme: fix visibility of "uuid" ns attributeMartin Wilck1-1/+1
2017-11-10nvme: expose subsys attribute to sysfsHannes Reinecke1-0/+48
2017-11-10nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke3-0/+40
2017-11-10nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig3-26/+38
2017-11-10nvme: implement multipath access to nvme subsystemsChristoph Hellwig5-14/+455
2017-11-10nvme: track shared namespacesChristoph Hellwig3-50/+210
2017-11-10nvme: introduce a nvme_ns_ids structureChristoph Hellwig2-34/+49
2017-11-10nvme: track subsystemsChristoph Hellwig3-36/+205
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2-4/+6