aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2018-06-01nvme: submit AEN event configuration on startupGravatar Hannes Reinecke 2-0/+18
2018-06-01nvmet: mask pending AENsGravatar Christoph Hellwig 3-1/+10
2018-06-01nvmet: add AEN configuration supportGravatar Christoph Hellwig 3-2/+32
2018-06-01nvmet: implement the changed namespaces logGravatar Christoph Hellwig 3-9/+76
2018-06-01nvmet: split log page implementationGravatar Christoph Hellwig 1-63/+36
2018-06-01nvmet: add a new nvmet_zero_sgl helperGravatar Christoph Hellwig 2-0/+8
2018-05-31nvme.h: untangle AEN notice definitionsGravatar Christoph Hellwig 1-12/+18
2018-05-31nvmet: fix error return code in nvmet_file_ns_enable()Gravatar Wei Yongjun 1-2/+6
2018-05-31nvmet: fix a typo in nvmet_file_ns_enable()Gravatar Wei Yongjun 1-1/+1
2018-05-31nvme-fabrics: allow internal passthrough command on deleting controllersGravatar Christoph Hellwig 1-48/+31
2018-05-30Merge tag 'for-linus-20180530' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterGravatar Christoph Hellwig 2-6/+0
2018-05-30nvme-loop: add support for multiple portsGravatar Christoph Hellwig 2-19/+31
2018-05-30nvme-pci: simplify __nvme_submit_cmdGravatar Christoph Hellwig 1-23/+14
2018-05-30nvme-pci: Rate limit the nvme timeout warningsGravatar Keith Busch 1-1/+1
2018-05-30nvme: allow duplicate controller if prior controller being deletedGravatar James Smart 1-1/+3
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockGravatar Jens Axboe 16-119/+457
2018-05-29nvme: fix extended data LBA supported settingGravatar Max Gurtovoy 1-1/+1
2018-05-29nvme: return BLK_EH_DONE from ->timeoutGravatar Christoph Hellwig 3-11/+7
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Gravatar Arnd Bergmann 2-2/+2
2018-05-25nvme: fixup memory leak in nvme_init_identify()Gravatar Hannes Reinecke 1-1/+1
2018-05-25nvme: fix KASAN warning when parsing host nqnGravatar Hannes Reinecke 1-1/+1
2018-05-25nvmet-loop: use nr_phys_segments when map rq to sglGravatar Chaitanya Kulkarni 1-1/+1
2018-05-25nvmet-fc: increase LS buffer count per fc portGravatar James Smart 1-1/+1
2018-05-25nvmet: add simple file backed ns supportGravatar Chaitanya Kulkarni 6-52/+413
2018-05-25nvmet: remove duplicate NULL initialization for req->nsGravatar Chaitanya Kulkarni 5-12/+1
2018-05-25nvmet: make a few error messages more genericGravatar Chaitanya Kulkarni 1-2/+2
2018-05-25nvme-fabrics: allow duplicate connections to the discovery controllerGravatar Hannes Reinecke 2-1/+3
2018-05-25nvme-fabrics: centralize discovery controller defaultsGravatar Hannes Reinecke 1-4/+4
2018-05-25nvme-fabrics: remove unnecessary controller subnqn validationGravatar James Smart 1-10/+0
2018-05-25nvme-fc: remove setting DNR on exception conditionsGravatar James Smart 1-10/+0
2018-05-25nvme-rdma: stop admin queue before freeing itGravatar Jianchao Wang 1-4/+6
2018-05-25nvme-pci: Fix AER reset handlingGravatar Keith Busch 1-9/+5
2018-05-25nvme-pci: set nvmeq->cq_vector after alloc cq/sqGravatar Jianchao Wang 1-9/+16
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 2-2/+2
2018-05-23nvme: host: core: fix precedence of ternary operatorGravatar Ivan Bornyakov 1-2/+2
2018-05-23nvme: fix lockdep warning in nvme_mpath_clear_current_pathGravatar Johannes Thumshirn 1-1/+2
2018-05-21nvme-pci: fix race between poll and IRQ completionsGravatar Jens Axboe 1-4/+11
2018-05-21Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockGravatar Jens Axboe 5-94/+133
2018-05-18nvme-pci: drop IRQ disabling on submission queue lockGravatar Jens Axboe 1-4/+4
2018-05-18nvme-pci: split the nvme queue lock into submission and completion locksGravatar Jens Axboe 1-21/+23
2018-05-18nvme-pci: handle completions outside of the queue lockGravatar Jens Axboe 1-42/+45
2018-05-18nvme-pci: move ->cq_vector == -1 check outside of ->q_lockGravatar Jens Axboe 1-5/+13
2018-05-18nvme-pci: remove cq check after submissionGravatar Jens Axboe 1-2/+0
2018-05-18nvme-pci: simplify nvme_cqe_validGravatar Christoph Hellwig 1-6/+6
2018-05-18nvme: mark the result argument to nvme_complete_async_event volatileGravatar Christoph Hellwig 2-2/+2
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-1/+1
2018-05-15nvme: Avoid flush dependency in delete controller flowGravatar Nitzan Carmi 1-1/+1
2018-05-11nvme/pci: Sync controller reset for AER slot_resetGravatar Keith Busch 1-2/+9
2018-05-11nvme: add quirk to force medium priority for SQ creationGravatar Jens Axboe 2-1/+16