summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2020-12-02nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im1-0/+15
2020-11-18nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg1-2/+0
2020-11-18nvme: freeze the queue over ->lba_shift updatesSasha Levin1-6/+14
2020-11-18nvme: factor out a nvme_configure_metadata helperChristoph Hellwig1-31/+47
2020-11-18nvme-tcp: avoid repeated request completionSagi Grimberg1-1/+1
2020-11-18nvme-rdma: avoid repeated request completionSagi Grimberg1-1/+1
2020-11-18nvme-tcp: avoid race between time out and tear downChao Leng1-11/+3
2020-11-18nvme-rdma: avoid race between time out and tear downChao Leng1-10/+2
2020-11-18nvme: introduce nvme_sync_io_queuesChao Leng2-2/+7
2020-11-18Revert "nvme-pci: remove last_sq_tail"Keith Busch1-4/+19
2020-11-10nvme-rdma: handle unexpected nvme completion data lengthzhenwei pi1-0/+8
2020-11-05nvme-rdma: fix crash when connect rejectedChao Leng1-1/+0
2020-10-29nvme: fix error handling in nvme_ns_report_zonesChristoph Hellwig1-25/+16
2020-10-09Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2020-10-07nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni1-1/+3
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+3
2020-10-03nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li1-4/+3
2020-09-26Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds5-22/+28
2020-09-23nvme-core: don't use NVME_NSID_ALL for command effects and supported logChaitanya Kulkarni1-1/+1
2020-09-23Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds3-1/+18
2020-09-22nvme-fc: fail new connections to a deleted host or remote portJames Smart1-2/+4
2020-09-22nvme-pci: fix NULL req in completion handlerXianting Tian1-7/+7
2020-09-22nvme: return errors for hwmon initKeith Busch3-12/+16
2020-09-17nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni1-0/+15
2020-09-15nvme-tcp: fix kconfig dependency warning when !CRYPTONecip Fazil Yildiran1-0/+1
2020-09-15nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn1-1/+2
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 Torvalds6-55/+156
2020-08-29nvme-pci: cancel nvme device request before disablingTong Zhang1-2/+2
2020-08-29nvme: only use power of two io boundariesKeith Busch1-9/+38
2020-08-29nvme: fix controller instance leakKeith Busch1-1/+1
2020-08-29nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg1-0/+4
2020-08-29nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-29nvme-rdma: fix timeout handlerSagi Grimberg1-16/+33
2020-08-29nvme-rdma: serialize controller teardown sequencesSagi Grimberg1-0/+6
2020-08-29nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-29nvme-tcp: fix timeout handlerSagi Grimberg1-20/+36
2020-08-29nvme-tcp: serialize controller teardown sequencesSagi Grimberg1-2/+9
2020-08-29nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg2-2/+3
2020-08-29nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg1-1/+0
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds7-93/+122
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-9/+8
2020-08-22nvme: redirect commands on dying queueChao Leng1-4/+5
2020-08-22nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig1-10/+2
2020-08-22nvme: refactor command completionChristoph Hellwig3-64/+89