summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-0418-403/+923
|\
| * Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-06-0110-191/+337
| |\
| | * 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
| | * nvmet: mask pending AENsChristoph Hellwig2018-06-013-1/+10
| | * nvmet: add AEN configuration supportChristoph Hellwig2018-06-013-2/+32
| | * nvmet: implement the changed namespaces logChristoph Hellwig2018-06-013-9/+76
| | * nvmet: split log page implementationChristoph Hellwig2018-06-011-63/+36
| | * nvmet: add a new nvmet_zero_sgl helperChristoph Hellwig2018-06-012-0/+8
| | * nvme.h: untangle AEN notice definitionsChristoph Hellwig2018-05-311-12/+18
| | * nvmet: fix error return code in nvmet_file_ns_enable()Wei Yongjun2018-05-311-2/+6
| | * nvmet: fix a typo in nvmet_file_ns_enable()Wei Yongjun2018-05-311-1/+1
| | * nvme-fabrics: allow internal passthrough command on deleting controllersChristoph Hellwig2018-05-311-48/+31
| | * nvme-loop: add support for multiple portsChristoph Hellwig2018-05-302-19/+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-2916-119/+457
| |\
| | * 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
| | * nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni2018-05-251-1/+1
| | * nvmet-fc: increase LS buffer count per fc portJames Smart2018-05-251-1/+1
| | * nvmet: add simple file backed ns supportChaitanya Kulkarni2018-05-256-52/+413
| | * nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni2018-05-255-12/+1
| | * nvmet: make a few error messages more genericChaitanya Kulkarni2018-05-251-2/+2
| | * 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-293-11/+7
| |/
| * 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
| | * nvme: only reconfigure discard if necessaryJens Axboe2018-05-021-12/+16
| | * nvme/pci: Use async_schedule for initial reset workKeith Busch2018-05-021-1/+9