summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe3-38/+38
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2-9/+4
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-0/+1
2020-09-23nvme-core: don't use NVME_NSID_ALL for command effects and supported logChaitanya Kulkarni1-1/+1
2020-09-22Merge 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-09-02nvme: opencode revalidate_disk in nvme_validate_nsChristoph Hellwig1-6/+10
2020-09-01nvme: don't call revalidate_disk from nvme_set_queue_dyingChristoph Hellwig2-23/+23
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig1-1/+1
2020-09-01Merge branch 'block-5.9' into for-5.10/blockJens Axboe6-55/+156
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-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-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds7-93/+122
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-9/+8
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 Hellwig5-6/+12
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-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-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 Torvalds13-293/+1057
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds7-34/+42