aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-24nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-6/+5
2018-06-15Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe7-188/+148
2018-06-15nvme-fabrics: fix and refine state checks in __nvmf_check_readyChristoph Hellwig1-20/+19
2018-06-15nvme-fabrics: handle the admin-only case properly in nvmf_check_readyChristoph Hellwig1-1/+2
2018-06-15nvme-fabrics: refactor queue ready checkChristoph Hellwig4-46/+42
2018-06-14nvme: remove nvme_reinit_tagsetChristoph Hellwig2-12/+0
2018-06-14nvme-fc: fix nulling of queue data on reconnectJames Smart1-6/+5
2018-06-14nvme-fc: remove reinit_request routineJames Smart1-20/+0
2018-06-14nvme-fc: change controllers first connect to use reconnect pathJames Smart1-57/+47
2018-06-13nvme: don't rely on the changed namespace list logChristoph Hellwig1-25/+11
2018-06-11nvme-rdma: fix error flow during mapping request dataMax Gurtovoy1-7/+24
2018-06-11nvme: add bio remapping tracepointHannes Reinecke1-0/+4
2018-06-11nvme: fix NULL pointer dereference in nvme_init_subsystemIsrael Rukshin1-1/+1
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds6-31/+20
2018-06-08nvme: cleanup double shift issueDan Carpenter2-3/+2
2018-06-08nvme-pci: make CMB SQ mod-param read-onlyKeith Busch1-1/+1
2018-06-08nvme-pci: unquiesce dead controller queuesKeith Busch1-1/+1
2018-06-08nvme-pci: remove HMB teardown on resetKeith Busch1-8/+0
2018-06-08nvme-pci: queue creation fixesKeith Busch1-3/+4
2018-06-08nvme-pci: remove unnecessary completion doorbell checkKeith Busch1-5/+3
2018-06-08nvme-pci: remove unnecessary nested lockingKeith Busch1-7/+1
2018-06-08nvme-rdma: correctly check for target keyed sgl supportSteve Wise1-2/+3
2018-06-08nvme: don't hold nvmf_transports_rwsem for more than transport lookupsJohannes Thumshirn2-1/+5
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-19/+1
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds8-246/+313
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-06-01Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe5-99/+142
2018-06-01nvme: use the changed namespaces list log to clear ns data changed AENsChristoph Hellwig2-4/+49
2018-06-01nvme: mark nvme_queue_scan staticChristoph Hellwig2-11/+9
2018-06-01nvme: submit AEN event configuration on startupHannes Reinecke2-0/+18
2018-05-31nvme.h: untangle AEN notice definitionsChristoph Hellwig1-12/+18
2018-05-31nvme-fabrics: allow internal passthrough command on deleting controllersChristoph Hellwig1-48/+31
2018-05-30Merge tag 'for-linus-20180530' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2-6/+0
2018-05-30nvme-pci: simplify __nvme_submit_cmdChristoph Hellwig1-23/+14
2018-05-30nvme-pci: Rate limit the nvme timeout warningsKeith Busch1-1/+1
2018-05-30nvme: allow duplicate controller if prior controller being deletedJames Smart1-1/+3
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe6-52/+40
2018-05-29nvme: fix extended data LBA supported settingMax Gurtovoy1-1/+1
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig2-10/+6
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann1-1/+1
2018-05-25nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke1-1/+1
2018-05-25nvme: fix KASAN warning when parsing host nqnHannes Reinecke1-1/+1
2018-05-25nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke2-1/+3
2018-05-25nvme-fabrics: centralize discovery controller defaultsHannes Reinecke1-4/+4
2018-05-25nvme-fabrics: remove unnecessary controller subnqn validationJames Smart1-10/+0
2018-05-25nvme-fc: remove setting DNR on exception conditionsJames Smart1-10/+0
2018-05-25nvme-rdma: stop admin queue before freeing itJianchao Wang1-4/+6
2018-05-25nvme-pci: Fix AER reset handlingKeith Busch1-9/+5