summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2019-03-13nvme-pci: add missing unlock for reset errorKeith Busch
2019-03-13nvme-pci: fix rapid add remove sequenceKeith Busch
2019-03-13nvme: lock NS list changes while handling command effectsKeith Busch
2019-03-05nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke
2019-03-05nvme-rdma: fix timeout handlerSagi Grimberg
2019-02-20nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall
2019-02-20nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch
2019-02-20nvme-multipath: zero out ANA log bufferHannes Reinecke
2019-02-20nvme-pci: fix out of bounds access in nvme_cqe_pendingHongbo Yao
2019-02-20nvme-pci: use the same attributes when freeing host_mem_desc_bufs.Liviu Dudau
2019-02-12lightnvm: Fix uninitialized return value in nvm_get_chunk_meta()Geert Uytterhoeven
2019-01-31nvmet-rdma: fix null dereference under heavy loadRaju Rangoju
2019-01-31nvmet-rdma: Add unlikely for response allocated checkIsrael Rukshin
2018-12-07nvmet-rdma: fix response use after freeIsrael Rukshin
2018-12-07nvme: validate controller state before rescheduling keep aliveJames Smart
2018-11-30nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa
2018-11-30nvme: flush namespace scanning work just before removing namespacesSagi Grimberg
2018-11-30nvme: warn when finding multi-port subsystems without multipathing enabledChristoph Hellwig
2018-11-27nvme-pci: fix surprise removalIgor Konopko
2018-11-27nvme-fc: initialize nvme_req(rq)->ctrl after calling __nvme_fc_init_request()Ewan D. Milne
2018-11-27nvme: Free ctrl device name on init failureKeith Busch
2018-11-15nvme-fc: resolve io failures during connectJames Smart
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-09Revert "nvmet-rdma: use a private workqueue for delete"Christoph Hellwig
2018-11-09nvme: make sure ns head inherits underlying device limitsSagi Grimberg
2018-11-09nvmet: don't try to add ns to p2p map unless it actually uses itSagi Grimberg
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-02nvme-pci: fix conflicting p2p resource addsKeith Busch
2018-11-02nvme-fc: fix request private initializationJames Smart
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-10-20Merge branch 'pci/peer-to-peer'Bjorn Helgaas
2018-10-19nvme-fabrics: move controller options matching to fabricsSagi Grimberg
2018-10-19nvme-rdma: always have a valid trsvcidSagi Grimberg
2018-10-18nvme-pci: remove duplicate checkChaitanya Kulkarni
2018-10-17nvmet: Optionally use PCI P2P memoryLogan Gunthorpe
2018-10-17nvmet: Introduce helper functions to allocate and free request SGLsLogan Gunthorpe
2018-10-17nvme-pci: Add support for P2P memory in requestsLogan Gunthorpe
2018-10-17nvme-pci: Use PCI p2pmem subsystem to manage the CMBLogan Gunthorpe
2018-10-17nvme-pci: fix hot removal during error handlingKeith Busch
2018-10-17nvmet-fcloop: suppress a compiler warningBart Van Assche
2018-10-17nvme-core: make implicit seed truncation explicitBart Van Assche
2018-10-17nvmet-fc: fix kernel-doc headersBart Van Assche
2018-10-17nvme-fc: rework the request initialization codeBart Van Assche
2018-10-17nvme-fc: introduce struct nvme_fcp_op_w_sglBart Van Assche
2018-10-17nvme-fc: fix kernel-doc headersBart Van Assche
2018-10-17nvmet: avoid integer overflow in the discard codeBart Van Assche
2018-10-17nvmet-rdma: declare local symbols staticBart Van Assche