summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-168-76/+63
|\
| * nvme: validate cntlid during controller initialisationChristoph Hellwig2019-05-141-17/+24
| * nvme: change locking for the per-subsystem controller listChristoph Hellwig2019-05-141-18/+14
| * nvme: trace all async notice eventsChaitanya Kulkarni2019-05-142-3/+3
| * nvme-fabrics: remove unused argumentMinwoo Im2019-05-141-2/+2
| * nvme-multipath: avoid crash on invalid subsystem cntlid enumerationHannes Reinecke2019-05-131-1/+1
| * nvme-fc: use separate work queue to avoid warningHannes Reinecke2019-05-131-3/+11
| * nvme-rdma: remove redundant reference between ib_device and tagsetMax Gurtovoy2019-05-131-29/+5
| * nvme-pci: mark expected switch fall-throughGustavo A. R. Silva2019-05-131-0/+1
| * nvme-pci: add known admin effects to augument admin effects log pageMaxim Levitsky2019-05-131-2/+1
| * nvme-pci: init shadow doorbell after each resetMaxim Levitsky2019-05-131-2/+1
| * lightnvm: Inherit mdts from the parent nvme deviceIgor Konopko2019-05-061-0/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-081-1/+1
|\ \
| * | scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke2019-04-121-1/+1
* | | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-0719-266/+298
|\ \ \ | | |/ | |/|
| * | nvmet: protect discovery change log event list iterationSagi Grimberg2019-05-011-0/+5
| * | nvme: mark nvme_core_init and nvme_core_exit staticChristoph Hellwig2019-05-012-5/+2
| * | nvme: move command size checks to the coreChristoph Hellwig2019-05-012-28/+30
| * | nvme-fabrics: check more command sizesMinwoo Im2019-05-011-0/+1
| * | nvme-pci: check more command sizesMinwoo Im2019-05-011-0/+7
| * | nvme-pci: remove an unneeded variable initializationMinwoo Im2019-05-011-1/+1
| * | nvme-pci: unquiesce admin queue on shutdownKeith Busch2019-05-011-1/+4
| * | nvme-pci: shutdown on timeout during deletionKeith Busch2019-05-011-1/+4
| * | nvme-pci: fix psdt field for single segment sglsKlaus Birkelund Jensen2019-05-011-0/+1
| * | nvme-multipath: don't print ANA group state by defaultHannes Reinecke2019-05-011-1/+1
| * | nvme-multipath: split bios with the ns_head bio_set before submittingHannes Reinecke2019-05-011-0/+8
| * | nvme-tcp: fix possible null deref on a timed out io queue connectSagi Grimberg2019-05-011-1/+2
| * | nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg2019-04-251-1/+6
| * | nvme-loop: kill timeout handlerMing Lei2019-04-251-16/+0
| * | nvme-tcp: rename function to have nvme_tcp prefixSagi Grimberg2019-04-251-6/+4
| * | nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg2019-04-251-4/+6
| * | nvme-tcp: fix a NULL deref when an admin connect times outSagi Grimberg2019-04-251-2/+6
| * | nvmet-tcp: don't fail maxr2t greater than 1Sagi Grimberg2019-04-251-6/+0
| * | nvmet-file: clamp-down file namespace lba_shiftSagi Grimberg2019-04-251-1/+6
| * | nvmet: include <linux/scatterlist.h>Enrico Weigelt, metux IT consult2019-04-252-0/+2
| * | nvmet: return a specified error it subsys_alloc failsMinwoo Im2019-04-253-7/+7
| * | nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy2019-04-257-38/+38
| * | nvmet-rdma: remove p2p_client initialization from fast-pathMax Gurtovoy2019-04-251-2/+1
| * | Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-225-29/+67
| |\ \
| * | | nvme: log the error status on Identify Namespace failureKenneth Heitke2019-04-051-1/+1
| * | | nvmet: add safety check for subsystem lock during nvmet_ns_changedMax Gurtovoy2019-04-051-0/+2
| * | | nvmet: never fail double namespace enablementMax Gurtovoy2019-04-051-3/+4
| * | | nvme-pci: tidy up nvme_map_dataChristoph Hellwig2019-04-051-12/+5
| * | | nvme-pci: optimize mapping single segment requests using SGLsChristoph Hellwig2019-04-051-0/+22
| * | | nvme-pci: optimize mapping of small single segment requestsChristoph Hellwig2019-04-051-5/+40
| * | | nvme-pci: remove the inline scatterlist optimizationChristoph Hellwig2019-04-051-32/+6
| * | | nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_dataChristoph Hellwig2019-04-051-21/+27
| * | | nvme-pci: do not build a scatterlist to map metadataChristoph Hellwig2019-04-051-13/+10
| * | | nvme-pci: only call nvme_unmap_data for requests transferring dataChristoph Hellwig2019-04-051-1/+2
| * | | nvme-pci: merge nvme_free_iod into nvme_unmap_dataChristoph Hellwig2019-04-051-27/+17