summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c
Commit message (Expand)AuthorAgeFilesLines
...
* | nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei2021-10-191-7/+7
|/
* block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe2021-10-181-1/+1
* block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+1
* nvme-rdma: destroy cm id before destroy qp to avoid use after freeRuozhu Li2021-09-141-13/+3
* nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li2021-08-161-2/+2
* nvme: code command_id with a genctr for use-after-free validationSagi Grimberg2021-08-161-2/+2
* nvme: use blk_execute_rq() for passthrough commandsKeith Busch2021-06-301-2/+1
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-1/+1
|\
| * nvme: remove redundant initialization of variable retColin Ian King2021-06-031-1/+1
* | nvme-rdma: fix in-casule data send for chained sglsSagi Grimberg2021-05-311-2/+3
|/
* nvme: move the fabrics queue ready check routines to coreTao Chiu2021-05-041-2/+2
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-3/+4
|\
| * nvme: use driver pdu command for passthroughKeith Busch2021-04-021-2/+3
| * nvme: rename nvme_init_identify()Chaitanya Kulkarni2021-04-021-1/+1
* | nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg2021-03-181-2/+5
* | nvme-fabrics: only reserve a single tagChristoph Hellwig2021-03-181-2/+2
|/
* nvme-rdma: handle nvme_rdma_post_send failures betterChao Leng2021-02-101-1/+3
* nvme-rdma: use cancel tagset helper for tear downChao Leng2021-02-021-10/+2
* nvme-rdma: add clean action for failed reconnectionChao Leng2021-02-021-2/+16
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng2021-01-181-4/+11
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-161-1/+1
|\
| * Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-171-13/+13
| |\
| * | nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_deviceChristoph Hellwig2020-11-121-1/+1
* | | nvme: use consistent macro name for timeoutChaitanya Kulkarni2020-12-011-1/+1
| |/ |/|
* | Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10Jens Axboe2020-11-051-11/+3
|\ \
| * | nvme-rdma: avoid repeated request completionSagi Grimberg2020-11-031-1/+1
| * | nvme-rdma: avoid race between time out and tear downChao Leng2020-11-031-10/+2
* | | Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-301-0/+8
|\| |
| * | nvme-rdma: handle unexpected nvme completion data lengthzhenwei pi2020-10-271-0/+8
| |/
* / RDMA: Add rdma_connect_locked()Jason Gunthorpe2020-10-281-2/+2
|/
* nvme-rdma: fix crash due to incorrect cqeChao Leng2020-10-221-2/+3
* nvme-rdma: fix crash when connect rejectedChao Leng2020-10-221-1/+0
* Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-111-0/+1
|\
| * nvme-rdma: cancel async events before freeing event structDavid Milburn2020-09-081-0/+1
* | Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-041-17/+51
|\|
| * 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
* | Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-241-1/+1
|\|
| * nvme: rename and document nvme_end_requestChristoph Hellwig2020-08-211-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* nvme-rdma: fix controller reset hang during trafficSagi Grimberg2020-07-291-3/+9
* nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg2020-07-291-4/+6
* nvme-rdma: use new shared CQ mechanismYamin Friedman2020-07-291-26/+51
* Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe2020-07-081-1/+1
|\
| * nvme-rdma: assign completion vector correctlyMax Gurtovoy2020-06-241-1/+1
* | nvme-rdma: fix a missing completion with remove invalidationChristoph Hellwig2020-06-241-2/+3
* | nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig2020-06-241-1/+3
* | nvme-rdma: factor out a nvme_rdma_end_request helperChristoph Hellwig2020-06-241-19/+17
|/