aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
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-20nvmet-fc: correct ref counting error when deferred rcv usedJames Smart1-3/+6
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-loop: check if queue is ready in queue_rqSagi Grimberg1-1/+24
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-16nvmet_fc: fix better length checkingJames Smart1-2/+4
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds19-899/+2474
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-15/+15
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
2017-11-10nvmet: kill nvmet_inline_bio_initChristoph Hellwig1-14/+4
2017-11-10nvmet: better data length validationChristoph Hellwig5-25/+34
2017-11-10nvme-pci: avoid dereference of symbol from unloaded moduleMing Lei1-1/+2
2017-11-10nvme: send uevent for some asynchronous eventsKeith Busch2-0/+29
2017-11-10nvme: unexport starting async event workKeith Busch2-8/+1
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch6-40/+11
2017-11-10nvme-fc: remove unused "queue_size" fieldKeith Busch1-6/+3
2017-11-10nvme: centralize AEN definesKeith Busch6-58/+22
2017-11-10nvmet: remove redundant local variableSagi Grimberg1-9/+4
2017-11-10nvmet: remove redundant memset if failed to get_smart_log failedSagi Grimberg1-3/+1
2017-11-10nvme: fix eui_show() print formatJavier González1-1/+1
2017-11-10nvme: compare NQN string with right sizeJavier González1-1/+1
2017-11-10nvmet: fix comment typos in admin-cmd.cMinwoo Im1-2/+2
2017-11-10nvme-rdma: fix nvme_rdma_create_queue_ib error flowMax Gurtovoy1-1/+1
2017-11-10nvmet-rdma: update queue list during ib_device removalIsrael Rukshin1-2/+4
2017-11-10nvme-fc: decouple ns references from lldd referencesJames Smart1-6/+78
2017-11-10nvme-fc: fix localport resume using stale valuesJames Smart1-2/+10
2017-11-10nvme: check admin passthru command effectsKeith Busch2-0/+108
2017-11-10nvme: factor get log into a helperKeith Busch1-6/+13
2017-11-10nvme: fix and clarify the check for missing metadataChristoph Hellwig1-13/+18