summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds8-76/+63
2019-05-14nvme: validate cntlid during controller initialisationChristoph Hellwig1-17/+24
2019-05-14nvme: change locking for the per-subsystem controller listChristoph Hellwig1-18/+14
2019-05-14nvme: trace all async notice eventsChaitanya Kulkarni2-3/+3
2019-05-14nvme-fabrics: remove unused argumentMinwoo Im1-2/+2
2019-05-13nvme-multipath: avoid crash on invalid subsystem cntlid enumerationHannes Reinecke1-1/+1
2019-05-13nvme-fc: use separate work queue to avoid warningHannes Reinecke1-3/+11
2019-05-13nvme-rdma: remove redundant reference between ib_device and tagsetMax Gurtovoy1-29/+5
2019-05-13nvme-pci: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-13nvme-pci: add known admin effects to augument admin effects log pageMaxim Levitsky1-2/+1
2019-05-13nvme-pci: init shadow doorbell after each resetMaxim Levitsky1-2/+1
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds19-266/+298
2019-05-06lightnvm: Inherit mdts from the parent nvme deviceIgor Konopko1-0/+1
2019-05-01nvmet: protect discovery change log event list iterationSagi Grimberg1-0/+5
2019-05-01nvme: mark nvme_core_init and nvme_core_exit staticChristoph Hellwig2-5/+2
2019-05-01nvme: move command size checks to the coreChristoph Hellwig2-28/+30
2019-05-01nvme-fabrics: check more command sizesMinwoo Im1-0/+1
2019-05-01nvme-pci: check more command sizesMinwoo Im1-0/+7
2019-05-01nvme-pci: remove an unneeded variable initializationMinwoo Im1-1/+1
2019-05-01nvme-pci: unquiesce admin queue on shutdownKeith Busch1-1/+4
2019-05-01nvme-pci: shutdown on timeout during deletionKeith Busch1-1/+4
2019-05-01nvme-pci: fix psdt field for single segment sglsKlaus Birkelund Jensen1-0/+1
2019-05-01nvme-multipath: don't print ANA group state by defaultHannes Reinecke1-1/+1
2019-05-01nvme-multipath: split bios with the ns_head bio_set before submittingHannes Reinecke1-0/+8
2019-05-01nvme-tcp: fix possible null deref on a timed out io queue connectSagi Grimberg1-1/+2
2019-04-25nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg1-1/+6
2019-04-25nvme-loop: kill timeout handlerMing Lei1-16/+0
2019-04-25nvme-tcp: rename function to have nvme_tcp prefixSagi Grimberg1-6/+4
2019-04-25nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg1-4/+6
2019-04-25nvme-tcp: fix a NULL deref when an admin connect times outSagi Grimberg1-2/+6
2019-04-25nvmet-tcp: don't fail maxr2t greater than 1Sagi Grimberg1-6/+0
2019-04-25nvmet-file: clamp-down file namespace lba_shiftSagi Grimberg1-1/+6
2019-04-25nvmet: include <linux/scatterlist.h>Enrico Weigelt, metux IT consult2-0/+2
2019-04-25nvmet: return a specified error it subsys_alloc failsMinwoo Im3-7/+7
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy7-38/+38
2019-04-25nvmet-rdma: remove p2p_client initialization from fast-pathMax Gurtovoy1-2/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe5-29/+67
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke1-1/+1
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch3-23/+51
2019-04-11nvme-fc: correct csn initialization and increments on errorJames Smart1-5/+15
2019-04-10nvme: cancel request synchronouslyMing Lei1-1/+1
2019-04-05nvme: log the error status on Identify Namespace failureKenneth Heitke1-1/+1
2019-04-05nvmet: add safety check for subsystem lock during nvmet_ns_changedMax Gurtovoy1-0/+2
2019-04-05nvmet: never fail double namespace enablementMax Gurtovoy1-3/+4
2019-04-05nvme-pci: tidy up nvme_map_dataChristoph Hellwig1-12/+5
2019-04-05nvme-pci: optimize mapping single segment requests using SGLsChristoph Hellwig1-0/+22
2019-04-05nvme-pci: optimize mapping of small single segment requestsChristoph Hellwig1-5/+40
2019-04-05nvme-pci: remove the inline scatterlist optimizationChristoph Hellwig1-32/+6