summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()Minwoo Im2017-11-281-0/+1
* nvme-rdma: fix memory leak during queue allocationMax Gurtovoy2017-11-281-3/+18
* nvme-rdma: Use mr poolIsrael Rukshin2017-11-261-58/+37
* nvme-rdma: Check remotely invalidated rkey matches our expected rkeySagi Grimberg2017-11-261-2/+7
* nvme-rdma: wait for local invalidation before completing a requestSagi Grimberg2017-11-261-15/+24
* nvme-rdma: don't complete requests before a send work request has completedSagi Grimberg2017-11-261-4/+24
* nvme-rdma: don't suppress send completionsSagi Grimberg2017-11-261-40/+14
* nvme-fc: don't use bit masks for set/test_bit() numbersJens Axboe2017-11-241-2/+2
* nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien2017-11-232-1/+3
* nvme: Suppress static analyis warningKeith Busch2017-11-201-5/+2
* nvme: Fix NULL dereference on reservation requestKeith Busch2017-11-201-6/+6
* nvme: fix spelling mistake: "requeing" -> "requeuing"Colin Ian King2017-11-201-1/+1
* nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.Minwoo Im2017-11-201-1/+1
* nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-AKai-Heng Feng2017-11-201-2/+10
* nvme-fc: check if queue is ready in queue_rqSagi Grimberg2017-11-201-1/+18
* nvme-fabrics: introduce init command check for a queue that is not aliveSagi Grimberg2017-11-202-26/+36
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-1411-788/+2381
|\
| * nvme: fix visibility of "uuid" ns attributeMartin Wilck2017-11-111-1/+1
| * nvme: expose subsys attribute to sysfsHannes Reinecke2017-11-101-0/+48
| * nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke2017-11-103-0/+40
| * nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig2017-11-103-26/+38
| * nvme: implement multipath access to nvme subsystemsChristoph Hellwig2017-11-105-14/+455
| * nvme: track shared namespacesChristoph Hellwig2017-11-103-50/+210
| * nvme: introduce a nvme_ns_ids structureChristoph Hellwig2017-11-102-34/+49
| * nvme: track subsystemsChristoph Hellwig2017-11-103-36/+205
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-102-4/+6
| * nvme-pci: avoid dereference of symbol from unloaded moduleMing Lei2017-11-101-1/+2
| * nvme: send uevent for some asynchronous eventsKeith Busch2017-11-102-0/+29
| * nvme: unexport starting async event workKeith Busch2017-11-102-8/+1
| * nvme: remove handling of multiple AEN requestsKeith Busch2017-11-105-39/+10
| * nvme-fc: remove unused "queue_size" fieldKeith Busch2017-11-101-6/+3
| * nvme: centralize AEN definesKeith Busch2017-11-105-47/+19
| * nvme: fix eui_show() print formatJavier González2017-11-101-1/+1
| * nvme: compare NQN string with right sizeJavier González2017-11-101-1/+1
| * nvme-rdma: fix nvme_rdma_create_queue_ib error flowMax Gurtovoy2017-11-101-1/+1
| * nvme-fc: decouple ns references from lldd referencesJames Smart2017-11-101-6/+78
| * nvme-fc: fix localport resume using stale valuesJames Smart2017-11-101-2/+10
| * nvme: check admin passthru command effectsKeith Busch2017-11-102-0/+108
| * nvme: factor get log into a helperKeith Busch2017-11-101-6/+13
| * nvme: fix and clarify the check for missing metadataChristoph Hellwig2017-11-101-13/+18
| * nvme: split __nvme_revalidate_diskChristoph Hellwig2017-11-101-23/+26
| * nvme: set the chunk size before freezing the queueChristoph Hellwig2017-11-101-2/+3
| * nvme: don't pass struct nvme_ns to nvme_config_discardChristoph Hellwig2017-11-101-16/+17
| * nvme: don't pass struct nvme_ns to nvme_init_integrityChristoph Hellwig2017-11-101-7/+7
| * nvme: always unregister the integrity profile in __nvme_revalidate_diskChristoph Hellwig2017-11-101-30/+10
| * nvme: move the dying queue check from cancel to completionChristoph Hellwig2017-11-101-6/+3
| * Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe2017-11-037-448/+969
| |\
| | * nvme: comment typo fixed in clearing AERMinwoo Im2017-11-031-1/+1
| | * nvme: Remove unused headersKeith Busch2017-11-011-4/+0
| | * nvme-fc: add dev_loss_tmo timeout and remoteport resume supportJames Smart2017-11-011-39/+239
OpenPOWER on IntegriCloud