summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07nvme: consolidate setting the tagset flagsChristoph Hellwig1-2/+1
2022-12-07nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig1-1/+3
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig1-4/+1
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg1-1/+1
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig1-13/+13
2022-11-16nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg1-1/+1
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig1-1/+1
2022-10-12nvme-rdma: fix possible hang caused during ctrl deletionSagi Grimberg1-1/+1
2022-09-27nvme-rdma: use the tagset alloc/free helpersChristoph Hellwig1-99/+34
2022-09-27nvme-rdma: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-6/+6
2022-09-19nvme-rdma: handle number of queue changesDaniel Wagner1-5/+21
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-3/+1
2022-08-02nvme-rdma: split nvme_rdma_alloc_tagsetChristoph Hellwig1-46/+46
2022-08-02nvme-rdma: remove timeout for getting RDMA-CM established eventIsrael Rukshin1-8/+5
2022-08-02nvme: implement In-Band authenticationHannes Reinecke1-0/+1
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+7
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry1-2/+1
2022-06-29nvme: fix regression when disconnect a recovering ctrlRuozhu Li1-3/+9
2022-06-28block: simplify disk shutdownChristoph Hellwig1-6/+6
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2022-05-16nvme-fabrics: add a request timeout helperChaitanya Kulkarni1-4/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-2/+2
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-50/+67
2022-02-28nvme: add a helper to initialize connect_qChaitanya Kulkarni1-4/+2
2022-02-28nvme-rdma: add helpers for mapping/unmapping requestMax Gurtovoy1-46/+65
2022-02-02nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg1-0/+1
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+10
2021-10-20nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy1-0/+2
2021-10-20nvme: display correct subsystem NQNHannes Reinecke1-1/+1
2021-10-20nvme-rdma: limit the maximal queue size for RDMA controllersMax Gurtovoy1-0/+7
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei1-7/+7
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-1/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
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