summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)Author
2022-09-27nvme-rdma: use the tagset alloc/free helpersChristoph Hellwig
2022-09-27nvme-rdma: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig
2022-09-19nvme-rdma: handle number of queue changesDaniel Wagner
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-02nvme-rdma: split nvme_rdma_alloc_tagsetChristoph Hellwig
2022-08-02nvme-rdma: remove timeout for getting RDMA-CM established eventIsrael Rukshin
2022-08-02nvme: implement In-Band authenticationHannes Reinecke
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry
2022-06-29nvme: fix regression when disconnect a recovering ctrlRuozhu Li
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-05-16nvme-fabrics: add a request timeout helperChaitanya Kulkarni
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-02-28nvme: add a helper to initialize connect_qChaitanya Kulkarni
2022-02-28nvme-rdma: add helpers for mapping/unmapping requestMax Gurtovoy
2022-02-02nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-20nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy
2021-10-20nvme: display correct subsystem NQNHannes Reinecke
2021-10-20nvme-rdma: limit the maximal queue size for RDMA controllersMax Gurtovoy
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-09-14nvme-rdma: destroy cm id before destroy qp to avoid use after freeRuozhu Li
2021-08-16nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-03nvme: remove redundant initialization of variable retColin Ian King
2021-05-31nvme-rdma: fix in-casule data send for chained sglsSagi Grimberg
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-02nvme: use driver pdu command for passthroughKeith Busch
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni
2021-03-18nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg
2021-03-18nvme-fabrics: only reserve a single tagChristoph Hellwig
2021-02-10nvme-rdma: handle nvme_rdma_post_send failures betterChao Leng
2021-02-02nvme-rdma: use cancel tagset helper for tear downChao Leng
2021-02-02nvme-rdma: add clean action for failed reconnectionChao Leng
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-18nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe
2020-11-12nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_deviceChristoph Hellwig
2020-11-05Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10Jens Axboe
2020-11-03nvme-rdma: avoid repeated request completionSagi Grimberg
2020-11-03nvme-rdma: avoid race between time out and tear downChao Leng