aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2018-11-30nvme-rdma: fix double freeing of async event dataGravatar Prabhath Sajeepa 1-0/+2
2018-11-30nvme: flush namespace scanning work just before removing namespacesGravatar Sagi Grimberg 1-1/+3
2018-11-30nvme: warn when finding multi-port subsystems without multipathing enabledGravatar Christoph Hellwig 1-0/+3
2018-11-27nvme-pci: fix surprise removalGravatar Igor Konopko 1-1/+1
2018-11-27nvme-fc: initialize nvme_req(rq)->ctrl after calling __nvme_fc_init_request()Gravatar Ewan D. Milne 1-1/+1
2018-11-27nvme: Free ctrl device name on init failureGravatar Keith Busch 1-1/+1
2018-11-15nvme-fc: resolve io failures during connectGravatar James Smart 1-10/+63
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-17/+9
2018-11-09Revert "nvmet-rdma: use a private workqueue for delete"Gravatar Christoph Hellwig 1-15/+4
2018-11-09nvme: make sure ns head inherits underlying device limitsGravatar Sagi Grimberg 2-1/+4
2018-11-09nvmet: don't try to add ns to p2p map unless it actually uses itGravatar Sagi Grimberg 1-1/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+5
2018-11-02nvme-pci: fix conflicting p2p resource addsGravatar Keith Busch 1-1/+4
2018-11-02nvme-fc: fix request private initializationGravatar James Smart 1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-48/+324
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-1/+1
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 19-255/+532
2018-10-20Merge branch 'pci/peer-to-peer'Gravatar Bjorn Helgaas 8-47/+324
2018-10-19nvme-fabrics: move controller options matching to fabricsGravatar Sagi Grimberg 3-34/+33
2018-10-19nvme-rdma: always have a valid trsvcidGravatar Sagi Grimberg 1-24/+14
2018-10-18nvme-pci: remove duplicate checkGravatar Chaitanya Kulkarni 1-2/+2
2018-10-17nvmet: Optionally use PCI P2P memoryGravatar Logan Gunthorpe 5-1/+230
2018-10-17nvmet: Introduce helper functions to allocate and free request SGLsGravatar Logan Gunthorpe 3-8/+32
2018-10-17nvme-pci: Add support for P2P memory in requestsGravatar Logan Gunthorpe 3-4/+18
2018-10-17nvme-pci: Use PCI p2pmem subsystem to manage the CMBGravatar Logan Gunthorpe 1-35/+45
2018-10-17nvme-pci: fix hot removal during error handlingGravatar Keith Busch 1-2/+1
2018-10-17nvmet-fcloop: suppress a compiler warningGravatar Bart Van Assche 1-0/+1
2018-10-17nvme-core: make implicit seed truncation explicitGravatar Bart Van Assche 1-1/+1
2018-10-17nvmet-fc: fix kernel-doc headersGravatar Bart Van Assche 1-3/+3
2018-10-17nvme-fc: rework the request initialization codeGravatar Bart Van Assche 1-3/+6
2018-10-17nvme-fc: introduce struct nvme_fcp_op_w_sglGravatar Bart Van Assche 1-11/+18
2018-10-17nvme-fc: fix kernel-doc headersGravatar Bart Van Assche 1-6/+5
2018-10-17nvmet: avoid integer overflow in the discard codeGravatar Bart Van Assche 1-1/+2
2018-10-17nvmet-rdma: declare local symbols staticGravatar Bart Van Assche 1-1/+1
2018-10-17nvmet: use strlcpy() instead of strcpy()Gravatar Bart Van Assche 2-2/+2
2018-10-17nvme-pci: fix nvme_suspend_queue() kernel-doc headerGravatar Bart Van Assche 1-1/+1
2018-10-17nvme-core: rework a NQN copying operationGravatar Bart Van Assche 1-1/+1
2018-10-17nvme-core: declare local symbols staticGravatar Bart Van Assche 1-1/+1
2018-10-17nvmet-rdma: check for timeout in nvme_rdma_wait_for_cm()Gravatar Bart Van Assche 1-1/+8
2018-10-17nvmet: use strcmp() instead of strncmp() for subsystem lookupGravatar Bart Van Assche 1-2/+1
2018-10-17nvmet: remove unreachable codeGravatar Chaitanya Kulkarni 1-3/+1
2018-10-17nvme: update node paths after adding new pathGravatar Keith Busch 1-0/+9
2018-10-09lightnvm: do no update csecs and sos on 1.2Gravatar Javier González 1-0/+3
2018-10-09lightnvm: use internal allocation for chunk log pageGravatar Javier González 1-8/+17
2018-10-09lightnvm: move bad block and chunk state logic to coreGravatar Matias Bjørling 1-2/+2
2018-10-08nvme: remove ns sibling before clearing pathGravatar Keith Busch 1-1/+1
2018-10-05nvmet-rdma: use a private workqueue for deleteGravatar Sagi Grimberg 1-4/+15
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsGravatar Oza Pawandeep 1-1/+0
2018-10-01nvme: take node locality into account when selecting a pathGravatar Christoph Hellwig 3-28/+54