aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds6-10/+11
2020-09-09nvme-fabrics: allow to queue requests for live queuesSagi Grimberg1-4/+8
2020-09-08nvme-tcp: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-08nvme-rdma: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-08nvme-fc: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-08nvme: Revert: Fix controller creation races with teardown flowJames Smart2-6/+0
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds8-58/+167
2020-08-28nvme-pci: cancel nvme device request before disablingTong Zhang1-2/+2
2020-08-28nvme: only use power of two io boundariesKeith Busch1-9/+38
2020-08-28nvme: fix controller instance leakKeith Busch1-1/+1
2020-08-28nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET1-2/+2
2020-08-28nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg1-0/+4
2020-08-28nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-28nvme-rdma: fix timeout handlerSagi Grimberg1-16/+33
2020-08-28nvme-rdma: serialize controller teardown sequencesSagi Grimberg1-0/+6
2020-08-28nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-28nvme-tcp: fix timeout handlerSagi Grimberg1-20/+36
2020-08-28nvme-tcp: serialize controller teardown sequencesSagi Grimberg1-2/+9
2020-08-28nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg2-2/+3
2020-08-28nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg1-1/+0
2020-08-28nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduZiye Yang1-1/+9
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds11-102/+147
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-14/+12
2020-08-21nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel1-0/+6
2020-08-21nvme: redirect commands on dying queueChao Leng1-4/+5
2020-08-21nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig1-10/+2
2020-08-21nvme: refactor command completionChristoph Hellwig3-64/+89
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig6-7/+13
2020-08-21nvme: skip noiob for zoned devicesKeith Busch1-1/+1
2020-08-21nvme-pci: fix PRP pool sizeChristoph Hellwig1-1/+2
2020-08-21nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry1-6/+6
2020-08-21nvme: Use spin_lock_irq() when taking the ctrl->lockLogan Gunthorpe1-4/+4
2020-08-21nvmet: call blk_mq_free_request() directlyChaitanya Kulkarni1-3/+3
2020-08-21nvmet: fix oops in pt cmd executionChaitanya Kulkarni1-3/+3
2020-08-21nvmet: add ns tear down label for pt-cmd handlingChaitanya Kulkarni1-4/+5
2020-08-21nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck1-5/+4
2020-08-21nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck1-5/+10
2020-08-21nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang1-2/+2
2020-08-21nvmet-passthru: Reject commands with non-sgl flags setLogan Gunthorpe1-0/+8
2020-08-21nvmet: fix a memory leakSagi Grimberg1-0/+1
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds26-422/+1872
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds9-36/+45
2020-07-29nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig3-12/+12
2020-07-29nvme-loop: remove extra variable in create ctrlChaitanya Kulkarni1-8/+6
2020-07-29nvme-loop: set ctrl state connecting after initChaitanya Kulkarni1-0/+3
2020-07-29nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsHannes Reinecke1-4/+7
2020-07-29nvme-multipath: fix logic for non-optimized pathsMartin Wilck1-0/+6
2020-07-29nvme-rdma: fix controller reset hang during trafficSagi Grimberg1-3/+9
2020-07-29nvme-tcp: fix controller reset hang during trafficSagi Grimberg1-3/+9