aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-133-38/+38
|\
| * bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-242-9/+4
| * block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-0/+1
| * nvme: opencode revalidate_disk in nvme_validate_nsChristoph Hellwig2020-09-021-6/+10
| * nvme: don't call revalidate_disk from nvme_set_queue_dyingChristoph Hellwig2020-09-012-23/+23
| * block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig2020-09-011-1/+1
| * Merge branch 'block-5.9' into for-5.10/blockJens Axboe2020-09-016-55/+156
| |\
* | \ Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-081-1/+3
|\ \ \
| * | | nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni2020-10-071-1/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-10-051-4/+3
|\ \ \ \
| * | | | nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li2020-10-021-4/+3
* | | | | Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-265-22/+28
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | nvme-core: don't use NVME_NSID_ALL for command effects and supported logChaitanya Kulkarni2020-09-231-1/+1
| * | | nvme-fc: fail new connections to a deleted host or remote portJames Smart2020-09-221-2/+4
| * | | nvme-pci: fix NULL req in completion handlerXianting Tian2020-09-221-7/+7
| * | | nvme: return errors for hwmon initKeith Busch2020-09-223-12/+16
* | | | Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-223-1/+18
|\| | |
| * | | nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni2020-09-171-0/+15
| * | | nvme-tcp: fix kconfig dependency warning when !CRYPTONecip Fazil Yildiran2020-09-151-0/+1
| * | | nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn2020-09-151-1/+2
* | | | Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-116-10/+11
|\| | |
| * | | nvme-fabrics: allow to queue requests for live queuesSagi Grimberg2020-09-091-4/+8
| * | | nvme-tcp: cancel async events before freeing event structDavid Milburn2020-09-081-0/+1
| * | | nvme-rdma: cancel async events before freeing event structDavid Milburn2020-09-081-0/+1
| * | | nvme-fc: cancel async events before freeing event structDavid Milburn2020-09-081-0/+1
| * | | nvme: Revert: Fix controller creation races with teardown flowJames Smart2020-09-082-6/+0
| | |/ | |/|
* | | Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-046-55/+156
|\| | | |/ |/|
| * nvme-pci: cancel nvme device request before disablingTong Zhang2020-08-281-2/+2
| * nvme: only use power of two io boundariesKeith Busch2020-08-281-9/+38
| * nvme: fix controller instance leakKeith Busch2020-08-281-1/+1
| * nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg2020-08-281-0/+4
| * nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg2020-08-281-1/+12
| * nvme-rdma: fix timeout handlerSagi Grimberg2020-08-281-16/+33
| * nvme-rdma: serialize controller teardown sequencesSagi Grimberg2020-08-281-0/+6
| * nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg2020-08-281-1/+12
| * nvme-tcp: fix timeout handlerSagi Grimberg2020-08-281-20/+36
| * nvme-tcp: serialize controller teardown sequencesSagi Grimberg2020-08-281-2/+9
| * nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg2020-08-282-2/+3
| * nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg2020-08-281-1/+0
* | Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-247-93/+122
|\|
| * nvme: redirect commands on dying queueChao Leng2020-08-211-4/+5
| * nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig2020-08-211-10/+2
| * nvme: refactor command completionChristoph Hellwig2020-08-213-64/+89
| * nvme: rename and document nvme_end_requestChristoph Hellwig2020-08-215-6/+12
| * nvme: skip noiob for zoned devicesKeith Busch2020-08-211-1/+1
| * nvme-pci: fix PRP pool sizeChristoph Hellwig2020-08-211-1/+2
| * nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry2020-08-211-6/+6
| * nvme: Use spin_lock_irq() when taking the ctrl->lockLogan Gunthorpe2020-08-211-4/+4
| * nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck2020-08-211-5/+4
| * nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck2020-08-211-5/+10