summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa2018-11-301-0/+2
* nvme: flush namespace scanning work just before removing namespacesSagi Grimberg2018-11-301-1/+3
* nvme: warn when finding multi-port subsystems without multipathing enabledChristoph Hellwig2018-11-301-0/+3
* nvme-pci: fix surprise removalIgor Konopko2018-11-271-1/+1
* nvme-fc: initialize nvme_req(rq)->ctrl after calling __nvme_fc_init_request()Ewan D. Milne2018-11-271-1/+1
* nvme: Free ctrl device name on init failureKeith Busch2018-11-271-1/+1
* nvme-fc: resolve io failures during connectJames Smart2018-11-151-10/+63
* Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-094-17/+9Star
|\
| * Revert "nvmet-rdma: use a private workqueue for delete"Christoph Hellwig2018-11-091-15/+4Star
| * nvme: make sure ns head inherits underlying device limitsSagi Grimberg2018-11-092-1/+4
| * nvmet: don't try to add ns to p2p map unless it actually uses itSagi Grimberg2018-11-091-1/+1
* | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-022-2/+5
|\|
| * nvme-pci: fix conflicting p2p resource addsKeith Busch2018-11-021-1/+4
| * nvme-fc: fix request private initializationJames Smart2018-11-021-1/+1
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-1/+1
|\ \ | |/ |/|
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-258-48/+324
|\ \
| * \ Merge branch 'pci/peer-to-peer'Bjorn Helgaas2018-10-208-47/+324
| |\ \
| | * | nvmet: Optionally use PCI P2P memoryLogan Gunthorpe2018-10-175-1/+230
| | * | nvmet: Introduce helper functions to allocate and free request SGLsLogan Gunthorpe2018-10-173-8/+32
| | * | nvme-pci: Add support for P2P memory in requestsLogan Gunthorpe2018-10-173-4/+18
| | * | nvme-pci: Use PCI p2pmem subsystem to manage the CMBLogan Gunthorpe2018-10-171-35/+45
| * | | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0Star
| |/ /
* | | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-2219-255/+532
|\ \ \
| * | | nvme-fabrics: move controller options matching to fabricsSagi Grimberg2018-10-193-34/+33Star
| * | | nvme-rdma: always have a valid trsvcidSagi Grimberg2018-10-191-24/+14Star
| * | | nvme-pci: remove duplicate checkChaitanya Kulkarni2018-10-181-2/+2
| * | | nvme-pci: fix hot removal during error handlingKeith Busch2018-10-171-2/+1Star
| * | | nvmet-fcloop: suppress a compiler warningBart Van Assche2018-10-171-0/+1
| * | | nvme-core: make implicit seed truncation explicitBart Van Assche2018-10-171-1/+1
| * | | nvmet-fc: fix kernel-doc headersBart Van Assche2018-10-171-3/+3
| * | | nvme-fc: rework the request initialization codeBart Van Assche2018-10-171-3/+6
| * | | nvme-fc: introduce struct nvme_fcp_op_w_sglBart Van Assche2018-10-171-11/+18
| * | | nvme-fc: fix kernel-doc headersBart Van Assche2018-10-171-6/+5Star
| * | | nvmet: avoid integer overflow in the discard codeBart Van Assche2018-10-171-1/+2
| * | | nvmet-rdma: declare local symbols staticBart Van Assche2018-10-171-1/+1
| * | | nvmet: use strlcpy() instead of strcpy()Bart Van Assche2018-10-172-2/+2
| * | | nvme-pci: fix nvme_suspend_queue() kernel-doc headerBart Van Assche2018-10-171-1/+1
| * | | nvme-core: rework a NQN copying operationBart Van Assche2018-10-171-1/+1
| * | | nvme-core: declare local symbols staticBart Van Assche2018-10-171-1/+1
| * | | nvmet-rdma: check for timeout in nvme_rdma_wait_for_cm()Bart Van Assche2018-10-171-1/+8
| * | | nvmet: use strcmp() instead of strncmp() for subsystem lookupBart Van Assche2018-10-171-2/+1Star
| * | | nvmet: remove unreachable codeChaitanya Kulkarni2018-10-171-3/+1Star
| * | | nvme: update node paths after adding new pathKeith Busch2018-10-171-0/+9
| * | | lightnvm: do no update csecs and sos on 1.2Javier González2018-10-091-0/+3
| * | | lightnvm: use internal allocation for chunk log pageJavier González2018-10-091-8/+17
| * | | lightnvm: move bad block and chunk state logic to coreMatias Bjørling2018-10-091-2/+2
| * | | nvmet-rdma: use a private workqueue for deleteSagi Grimberg2018-10-051-4/+15
| * | | nvme: take node locality into account when selecting a pathChristoph Hellwig2018-10-013-28/+54
| * | | nvmet: don't split large I/Os unconditionallySagi Grimberg2018-10-012-2/+8