summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* 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-011-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/+0
| |/ /
* | | 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/+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
| * | | 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/+5
| * | | 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/+1
| * | | nvmet: remove unreachable codeChaitanya Kulkarni2018-10-171-3/+1
| * | | 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
| * | | 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
| * | | nvmet_fc: support target port removal with nvmet layerJames Smart2018-10-011-8/+120
| * | | nvme-fc: fix for a minor typosMilan P. Gandhi2018-10-012-3/+3
| * | | nvmet: remove redundant module prefixChaitanya Kulkarni2018-10-011-1/+1
| * | | 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-013-4/+33
| |\ \ \ | | | |/ | | |/|
| * | | 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
| |/ / |/| |