aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-14nvme-rdma: destroy cm id before destroy qp to avoid use after freeRuozhu Li1-13/+3
2021-08-16nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li1-2/+2
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg1-2/+2
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch1-2/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-06-03nvme: remove redundant initialization of variable retColin Ian King1-1/+1
2021-05-31nvme-rdma: fix in-casule data send for chained sglsSagi Grimberg1-2/+3
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu1-2/+2
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+4
2021-04-02nvme: use driver pdu command for passthroughKeith Busch1-2/+3
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni1-1/+1
2021-03-18nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg1-2/+5
2021-03-18nvme-fabrics: only reserve a single tagChristoph Hellwig1-2/+2
2021-02-10nvme-rdma: handle nvme_rdma_post_send failures betterChao Leng1-1/+3
2021-02-02nvme-rdma: use cancel tagset helper for tear downChao Leng1-10/+2
2021-02-02nvme-rdma: add clean action for failed reconnectionChao Leng1-2/+16
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2021-01-18nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng1-4/+11
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni1-1/+1
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-13/+13
2020-11-12nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_deviceChristoph Hellwig1-1/+1
2020-11-05Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10Jens Axboe1-11/+3
2020-11-03nvme-rdma: avoid repeated request completionSagi Grimberg1-1/+1
2020-11-03nvme-rdma: avoid race between time out and tear downChao Leng1-10/+2
2020-10-30Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+8
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-2/+2
2020-10-27nvme-rdma: handle unexpected nvme completion data lengthzhenwei pi1-0/+8
2020-10-22nvme-rdma: fix crash due to incorrect cqeChao Leng1-2/+3
2020-10-22nvme-rdma: fix crash when connect rejectedChao Leng1-1/+0
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-09-08nvme-rdma: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+51
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-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig1-1/+1
2020-07-29nvme-rdma: fix controller reset hang during trafficSagi Grimberg1-3/+9
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg1-4/+6
2020-07-29nvme-rdma: use new shared CQ mechanismYamin Friedman1-26/+51
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe1-1/+1
2020-06-24nvme-rdma: assign completion vector correctlyMax Gurtovoy1-1/+1
2020-06-24nvme-rdma: fix a missing completion with remove invalidationChristoph Hellwig1-2/+3
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig1-1/+3
2020-06-24nvme-rdma: factor out a nvme_rdma_end_request helperChristoph Hellwig1-19/+17
2020-05-27nvme-rdma: add metadata/T10-PI supportMax Gurtovoy1-10/+270
2020-05-27nvme-rdma: introduce nvme_rdma_sgl structureIsrael Rukshin1-17/+24
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1