summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)Author
2023-10-05nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi
2023-07-21nvme-rdma: fix potential unbalanced freeze & unfreezeMing Lei
2023-06-12nvme-fabrics: add queue setup helpersKeith Busch
2023-06-12nvme-rdma: fix typo in commentMax Gurtovoy
2023-04-13blk-mq-rdma: remove queue mapping helper for rdma devicesSagi Grimberg
2023-04-13nvme-rdma: minor cleanup in nvme_rdma_create_cq()zhenwei pi
2022-12-07nvme: consolidate setting the tagset flagsChristoph Hellwig
2022-12-07nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig
2022-11-16nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig
2022-10-12nvme-rdma: fix possible hang caused during ctrl deletionSagi Grimberg
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