summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-086-31/+20
|\
| * nvme: cleanup double shift issueDan Carpenter2018-06-082-3/+2
| * nvme-pci: make CMB SQ mod-param read-onlyKeith Busch2018-06-081-1/+1
| * nvme-pci: unquiesce dead controller queuesKeith Busch2018-06-081-1/+1
| * nvme-pci: remove HMB teardown on resetKeith Busch2018-06-081-8/+0
| * nvme-pci: queue creation fixesKeith Busch2018-06-081-3/+4
| * nvme-pci: remove unnecessary completion doorbell checkKeith Busch2018-06-081-5/+3
| * nvme-pci: remove unnecessary nested lockingKeith Busch2018-06-081-7/+1
| * nvme-rdma: correctly check for target keyed sgl supportSteve Wise2018-06-081-2/+3
| * nvme: don't hold nvmf_transports_rwsem for more than transport lookupsJohannes Thumshirn2018-06-082-1/+5
* | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-19/+1
|\ \
| * | nvme-pci: Use pci_sriov_configure_simple() to enable VFsAlexander Duyck2018-04-241-19/+1
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-161-1/+1
| |\ \
| | * | nvme: Avoid flush dependency in delete controller flowNitzan Carmi2018-05-151-1/+1
| | |/
* | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-048-246/+313
|\ \ \
| * \ \ Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-06-015-99/+142
| |\ \ \
| | * | | nvme: use the changed namespaces list log to clear ns data changed AENsChristoph Hellwig2018-06-012-4/+49
| | * | | nvme: mark nvme_queue_scan staticChristoph Hellwig2018-06-012-11/+9
| | * | | nvme: submit AEN event configuration on startupHannes Reinecke2018-06-012-0/+18
| | * | | nvme.h: untangle AEN notice definitionsChristoph Hellwig2018-05-311-12/+18
| | * | | nvme-fabrics: allow internal passthrough command on deleting controllersChristoph Hellwig2018-05-311-48/+31
| | * | | nvme-pci: simplify __nvme_submit_cmdChristoph Hellwig2018-05-301-23/+14
| | * | | nvme-pci: Rate limit the nvme timeout warningsKeith Busch2018-05-301-1/+1
| | * | | nvme: allow duplicate controller if prior controller being deletedJames Smart2018-05-301-1/+3
| * | | | blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-302-6/+0
| |/ / /
| * | | Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-296-52/+40
| |\ \ \
| | * | | nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke2018-05-251-1/+1
| | * | | nvme: fix KASAN warning when parsing host nqnHannes Reinecke2018-05-251-1/+1
| | * | | nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke2018-05-252-1/+3
| | * | | nvme-fabrics: centralize discovery controller defaultsHannes Reinecke2018-05-251-4/+4
| | * | | nvme-fabrics: remove unnecessary controller subnqn validationJames Smart2018-05-251-10/+0
| | * | | nvme-fc: remove setting DNR on exception conditionsJames Smart2018-05-251-10/+0
| | * | | nvme-rdma: stop admin queue before freeing itJianchao Wang2018-05-251-4/+6
| | * | | nvme-pci: Fix AER reset handlingKeith Busch2018-05-251-9/+5
| | * | | nvme-pci: set nvmeq->cq_vector after alloc cq/sqJianchao Wang2018-05-251-9/+16
| | * | | nvme: host: core: fix precedence of ternary operatorIvan Bornyakov2018-05-231-2/+2
| | * | | nvme: fix lockdep warning in nvme_mpath_clear_current_pathJohannes Thumshirn2018-05-231-1/+2
| * | | | nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig2018-05-292-10/+6
| |/ / /
| * | | nvme-pci: fix race between poll and IRQ completionsJens Axboe2018-05-211-4/+11
| * | | Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-215-94/+133
| |\ \ \
| | * | | nvme-pci: drop IRQ disabling on submission queue lockJens Axboe2018-05-181-4/+4
| | * | | nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe2018-05-181-21/+23
| | * | | nvme-pci: handle completions outside of the queue lockJens Axboe2018-05-181-42/+45
| | * | | nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe2018-05-181-5/+13
| | * | | nvme-pci: remove cq check after submissionJens Axboe2018-05-181-2/+0
| | * | | nvme-pci: simplify nvme_cqe_validChristoph Hellwig2018-05-181-6/+6
| | * | | nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig2018-05-182-2/+2
| | * | | nvme/pci: Sync controller reset for AER slot_resetKeith Busch2018-05-111-2/+9
| | * | | nvme/pci: Hold controller reference during async probeKeith Busch2018-05-071-0/+3