aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-58/+167
2020-08-28nvme-pci: cancel nvme device request before disablingGravatar Tong Zhang 1-2/+2
2020-08-28nvme: only use power of two io boundariesGravatar Keith Busch 1-9/+38
2020-08-28nvme: fix controller instance leakGravatar Keith Busch 1-1/+1
2020-08-28nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Gravatar Christophe JAILLET 1-2/+2
2020-08-28nvme: Fix NULL dereference for pci nvme controllersGravatar Sagi Grimberg 1-0/+4
2020-08-28nvme-rdma: fix reset hang if controller died in the middle of a resetGravatar Sagi Grimberg 1-1/+12
2020-08-28nvme-rdma: fix timeout handlerGravatar Sagi Grimberg 1-16/+33
2020-08-28nvme-rdma: serialize controller teardown sequencesGravatar Sagi Grimberg 1-0/+6
2020-08-28nvme-tcp: fix reset hang if controller died in the middle of a resetGravatar Sagi Grimberg 1-1/+12
2020-08-28nvme-tcp: fix timeout handlerGravatar Sagi Grimberg 1-20/+36
2020-08-28nvme-tcp: serialize controller teardown sequencesGravatar Sagi Grimberg 1-2/+9
2020-08-28nvme: have nvme_wait_freeze_timeout return if it timed outGravatar Sagi Grimberg 2-2/+3
2020-08-28nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceGravatar Sagi Grimberg 1-1/+0
2020-08-28nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduGravatar Ziye Yang 1-1/+9
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 11-102/+147
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 8-14/+12
2020-08-21nvmet: Disable keep-alive timer when kato is cleared to 0hGravatar Amit Engel 1-0/+6
2020-08-21nvme: redirect commands on dying queueGravatar Chao Leng 1-4/+5
2020-08-21nvme: just check the status code type in nvme_is_path_errorGravatar Christoph Hellwig 1-10/+2
2020-08-21nvme: refactor command completionGravatar Christoph Hellwig 3-64/+89
2020-08-21nvme: rename and document nvme_end_requestGravatar Christoph Hellwig 6-7/+13
2020-08-21nvme: skip noiob for zoned devicesGravatar Keith Busch 1-1/+1
2020-08-21nvme-pci: fix PRP pool sizeGravatar Christoph Hellwig 1-1/+2
2020-08-21nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthGravatar John Garry 1-6/+6
2020-08-21nvme: Use spin_lock_irq() when taking the ctrl->lockGravatar Logan Gunthorpe 1-4/+4
2020-08-21nvmet: call blk_mq_free_request() directlyGravatar Chaitanya Kulkarni 1-3/+3
2020-08-21nvmet: fix oops in pt cmd executionGravatar Chaitanya Kulkarni 1-3/+3
2020-08-21nvmet: add ns tear down label for pt-cmd handlingGravatar Chaitanya Kulkarni 1-4/+5
2020-08-21nvme: multipath: round-robin: eliminate "fallback" variableGravatar Martin Wilck 1-5/+4
2020-08-21nvme: multipath: round-robin: fix single non-optimized path caseGravatar Martin Wilck 1-5/+10
2020-08-21nvme-fc: Fix wrong return value in __nvme_fc_init_request()Gravatar Tianjia Zhang 1-2/+2
2020-08-21nvmet-passthru: Reject commands with non-sgl flags setGravatar Logan Gunthorpe 1-0/+8
2020-08-21nvmet: fix a memory leakGravatar Sagi Grimberg 1-0/+1
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+2
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 26-422/+1872
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 9-36/+45
2020-07-29nvme: add a Identify Namespace Identification Descriptor list quirkGravatar Christoph Hellwig 3-12/+12
2020-07-29nvme-loop: remove extra variable in create ctrlGravatar Chaitanya Kulkarni 1-8/+6
2020-07-29nvme-loop: set ctrl state connecting after initGravatar Chaitanya Kulkarni 1-0/+3
2020-07-29nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsGravatar Hannes Reinecke 1-4/+7
2020-07-29nvme-multipath: fix logic for non-optimized pathsGravatar Martin Wilck 1-0/+6
2020-07-29nvme-rdma: fix controller reset hang during trafficGravatar Sagi Grimberg 1-3/+9
2020-07-29nvme-tcp: fix controller reset hang during trafficGravatar Sagi Grimberg 1-3/+9
2020-07-29nvmet: introduce the passthru Kconfig optionGravatar Chaitanya Kulkarni 1-0/+12
2020-07-29nvmet: introduce the passthru configfs interfaceGravatar Logan Gunthorpe 2-0/+100
2020-07-29nvmet: Add passthru enable/disable helpersGravatar Logan Gunthorpe 4-1/+111
2020-07-29nvmet: add passthru code to process commandsGravatar Logan Gunthorpe 5-2/+506
2020-07-29nvme: export nvme_find_get_ns() and nvme_put_ns()Gravatar Logan Gunthorpe 2-2/+6
2020-07-29nvme: introduce nvme_ctrl_get_by_path()Gravatar Logan Gunthorpe 2-0/+24