summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds-42/+38
2018-06-08nvme: cleanup double shift issueDan Carpenter-3/+2
2018-06-08nvme-pci: make CMB SQ mod-param read-onlyKeith Busch-1/+1
2018-06-08nvme-pci: unquiesce dead controller queuesKeith Busch-1/+1
2018-06-08nvme-pci: remove HMB teardown on resetKeith Busch-8/+0
2018-06-08nvme-pci: queue creation fixesKeith Busch-3/+4
2018-06-08nvme-pci: remove unnecessary completion doorbell checkKeith Busch-5/+3
2018-06-08nvme-pci: remove unnecessary nested lockingKeith Busch-7/+1
2018-06-08nvmet: filter newlines from user inputSagi Grimberg-5/+9
2018-06-08nvme-rdma: correctly check for target keyed sgl supportSteve Wise-2/+3
2018-06-08nvme: don't hold nvmf_transports_rwsem for more than transport lookupsJohannes Thumshirn-1/+5
2018-06-08nvmet: return all zeroed buffer when we can't find an active namespaceChristoph Hellwig-6/+9
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-19/+1
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds-403/+923
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-2/+2
2018-06-01Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe-191/+337
2018-06-01nvme: use the changed namespaces list log to clear ns data changed AENsChristoph Hellwig-4/+49
2018-06-01nvme: mark nvme_queue_scan staticChristoph Hellwig-11/+9
2018-06-01nvme: submit AEN event configuration on startupHannes Reinecke-0/+18
2018-06-01nvmet: mask pending AENsChristoph Hellwig-1/+10
2018-06-01nvmet: add AEN configuration supportChristoph Hellwig-2/+32
2018-06-01nvmet: implement the changed namespaces logChristoph Hellwig-9/+76
2018-06-01nvmet: split log page implementationChristoph Hellwig-63/+36
2018-06-01nvmet: add a new nvmet_zero_sgl helperChristoph Hellwig-0/+8
2018-05-31nvme.h: untangle AEN notice definitionsChristoph Hellwig-12/+18
2018-05-31nvmet: fix error return code in nvmet_file_ns_enable()Wei Yongjun-2/+6
2018-05-31nvmet: fix a typo in nvmet_file_ns_enable()Wei Yongjun-1/+1
2018-05-31nvme-fabrics: allow internal passthrough command on deleting controllersChristoph Hellwig-48/+31
2018-05-30Merge tag 'for-linus-20180530' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig-6/+0
2018-05-30nvme-loop: add support for multiple portsChristoph Hellwig-19/+31
2018-05-30nvme-pci: simplify __nvme_submit_cmdChristoph Hellwig-23/+14
2018-05-30nvme-pci: Rate limit the nvme timeout warningsKeith Busch-1/+1
2018-05-30nvme: allow duplicate controller if prior controller being deletedJames Smart-1/+3
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe-119/+457
2018-05-29nvme: fix extended data LBA supported settingMax Gurtovoy-1/+1
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig-11/+7
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann-2/+2
2018-05-25nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke-1/+1
2018-05-25nvme: fix KASAN warning when parsing host nqnHannes Reinecke-1/+1
2018-05-25nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni-1/+1
2018-05-25nvmet-fc: increase LS buffer count per fc portJames Smart-1/+1
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni-52/+413
2018-05-25nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni-12/+1
2018-05-25nvmet: make a few error messages more genericChaitanya Kulkarni-2/+2
2018-05-25nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke-1/+3
2018-05-25nvme-fabrics: centralize discovery controller defaultsHannes Reinecke-4/+4
2018-05-25nvme-fabrics: remove unnecessary controller subnqn validationJames Smart-10/+0
2018-05-25nvme-fc: remove setting DNR on exception conditionsJames Smart-10/+0