summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme: validate controller state before rescheduling keep aliveJames Smart2018-12-071-1/+9
* 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
* nvme: make sure ns head inherits underlying device limitsSagi Grimberg2018-11-092-1/+4
* nvme-pci: fix conflicting p2p resource addsKeith Busch2018-11-021-1/+4
* nvme-fc: fix request private initializationJames Smart2018-11-021-1/+1
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-253-40/+63
|\
| * Merge branch 'pci/peer-to-peer'Bjorn Helgaas2018-10-203-39/+63
| |\
| | * 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/+0
| |/
* | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-2210-228/+377
|\ \
| * | nvme-fabrics: move controller options matching to fabricsSagi Grimberg2018-10-193-34/+33
| * | nvme-rdma: always have a valid trsvcidSagi Grimberg2018-10-191-24/+14
| * | nvme-pci: remove duplicate checkChaitanya Kulkarni2018-10-181-2/+2
| * | nvme-pci: fix hot removal during error handlingKeith Busch2018-10-171-2/+1
| * | nvme-core: make implicit seed truncation explicitBart Van Assche2018-10-171-1/+1
| * | 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/+5
| * | 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
| * | 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
| * | nvme: take node locality into account when selecting a pathChristoph Hellwig2018-10-013-28/+54
| * | nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart2018-10-012-2/+12
| * | nvme-core: add async event trace helperChaitanya Kulkarni2018-10-012-2/+37
| * | nvme_fc: add 'nvme_discovery' sysfs attribute to fc transport deviceJames Smart2018-10-011-9/+95
| * | nvme-fc: fix for a minor typosMilan P. Gandhi2018-10-011-2/+2
| * | nvme: fix typo in nvme_identify_ns_descsMilan P. Gandhi2018-10-011-1/+1
| * | Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-2/+4
| |\ \
| * | | nvme: register ns_id attributes as default sysfs groupsHannes Reinecke2018-09-284-92/+59
| * | | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-282-2/+2
| | |/ | |/|
* | | nvme: remove ns sibling before clearing pathKeith Busch2018-10-081-1/+1
| |/ |/|
* | nvme: properly propagate errors in nvme_mpath_initSusobhan Dey2018-09-251-2/+4
|/
* nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski2018-08-281-0/+8
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-1610-359/+670
|\
| * Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-1410-359/+670
| |\
| | * nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverTal Shorer2018-08-081-1/+1
| | * nvme: set gendisk read only based on nsattrChaitanya Kulkarni2018-08-081-0/+6
| | * nvme: fixup crash on failed discoveryHannes Reinecke2018-08-071-1/+1