aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)Author
2024-02-01nvme-rdma: show hostnqn when connecting to rdma targetNitin U. Yewale
2024-01-31nvme: split out fabrics version of nvme_opcode_str()Caleb Sander
2024-01-24nvme-rdma: Fix transfer length when write_generate/read_verify are 0Israel Rukshin
2024-01-24nvme: add module description to stop warningsChaitanya Kulkarni
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-08nvme-rdma: enhance timeout kernel logMax Gurtovoy
2023-12-19nvme: refactor ns info helpersDaniel Wagner
2023-12-19nvme: move ns id info to struct nvme_ns_headDaniel Wagner
2023-12-04nvme: ensure reset state check orderingKeith Busch
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke
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