summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2019-03-14nvme-pci: add missing unlock for reset errorKeith Busch1-3/+5
2019-03-14nvme-pci: fix rapid add remove sequenceKeith Busch1-10/+12
2019-03-14nvme: lock NS list changes while handling command effectsKeith Busch2-1/+8
2019-03-05nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke1-2/+1
2019-03-05nvme-rdma: fix timeout handlerSagi Grimberg1-8/+18
2019-02-20nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall3-7/+16
2019-02-20nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch1-1/+1
2019-02-20nvme-multipath: zero out ANA log bufferHannes Reinecke1-0/+2
2019-02-20nvme-pci: fix out of bounds access in nvme_cqe_pendingHongbo Yao1-1/+3
2019-02-20nvme-pci: use the same attributes when freeing host_mem_desc_bufs.Liviu Dudau1-4/+6
2019-02-12lightnvm: Fix uninitialized return value in nvm_get_chunk_meta()Geert Uytterhoeven1-1/+2
2018-12-07nvme: validate controller state before rescheduling keep aliveJames Smart1-1/+9
2018-11-30nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa1-0/+2
2018-11-30nvme: flush namespace scanning work just before removing namespacesSagi Grimberg1-1/+3
2018-11-30nvme: warn when finding multi-port subsystems without multipathing enabledChristoph Hellwig1-0/+3
2018-11-27nvme-pci: fix surprise removalIgor Konopko1-1/+1
2018-11-27nvme-fc: initialize nvme_req(rq)->ctrl after calling __nvme_fc_init_request()Ewan D. Milne1-1/+1
2018-11-27nvme: Free ctrl device name on init failureKeith Busch1-1/+1
2018-11-15nvme-fc: resolve io failures during connectJames Smart1-10/+63
2018-11-09nvme: make sure ns head inherits underlying device limitsSagi Grimberg2-1/+4
2018-11-02nvme-pci: fix conflicting p2p resource addsKeith Busch1-1/+4
2018-11-02nvme-fc: fix request private initializationJames Smart1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-40/+63
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds10-228/+377
2018-10-20Merge branch 'pci/peer-to-peer'Bjorn Helgaas3-39/+63
2018-10-19nvme-fabrics: move controller options matching to fabricsSagi Grimberg3-34/+33
2018-10-19nvme-rdma: always have a valid trsvcidSagi Grimberg1-24/+14
2018-10-18nvme-pci: remove duplicate checkChaitanya Kulkarni1-2/+2
2018-10-17nvme-pci: Add support for P2P memory in requestsLogan Gunthorpe3-4/+18
2018-10-17nvme-pci: Use PCI p2pmem subsystem to manage the CMBLogan Gunthorpe1-35/+45
2018-10-17nvme-pci: fix hot removal during error handlingKeith Busch1-2/+1
2018-10-17nvme-core: make implicit seed truncation explicitBart Van Assche1-1/+1
2018-10-17nvme-fc: rework the request initialization codeBart Van Assche1-3/+6
2018-10-17nvme-fc: introduce struct nvme_fcp_op_w_sglBart Van Assche1-11/+18
2018-10-17nvme-fc: fix kernel-doc headersBart Van Assche1-6/+5
2018-10-17nvme-pci: fix nvme_suspend_queue() kernel-doc headerBart Van Assche1-1/+1
2018-10-17nvme-core: rework a NQN copying operationBart Van Assche1-1/+1
2018-10-17nvme-core: declare local symbols staticBart Van Assche1-1/+1
2018-10-17nvmet-rdma: check for timeout in nvme_rdma_wait_for_cm()Bart Van Assche1-1/+8
2018-10-17nvme: update node paths after adding new pathKeith Busch1-0/+9
2018-10-09lightnvm: do no update csecs and sos on 1.2Javier González1-0/+3
2018-10-09lightnvm: use internal allocation for chunk log pageJavier González1-8/+17
2018-10-09lightnvm: move bad block and chunk state logic to coreMatias Bjørling1-2/+2
2018-10-08nvme: remove ns sibling before clearing pathKeith Busch1-1/+1
2018-10-03PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-10-02nvme: take node locality into account when selecting a pathChristoph Hellwig3-28/+54
2018-10-02nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart2-2/+12
2018-10-02nvme-core: add async event trace helperChaitanya Kulkarni2-2/+37
2018-10-02nvme_fc: add 'nvme_discovery' sysfs attribute to fc transport deviceJames Smart1-9/+95
2018-10-02nvme-fc: fix for a minor typosMilan P. Gandhi1-2/+2