summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* blk-integrity: improved sg segment mappingKeith Busch2024-09-131-2/+2
* nvme-rdma: use request to get integrity segmentsKeith Busch2024-09-131-1/+1
* nvme: rename apptag and appmask to lbat and lbatmAnuj Gupta2024-08-261-2/+2
* nvme-rdma: send cntlid in the RDMA_CM_REQUEST Private DataNiklas Cassel2024-08-261-0/+2
* nvme-pci: do not directly handle subsys reset falloutKeith Busch2024-06-261-0/+1
* nvme: split device add from initializationKeith Busch2024-06-241-0/+5
* nvme: rdma: split controller bringup handlingKeith Busch2024-06-241-7/+21
* nvme-rdma, nvme-tcp: include max reconnects for reconnect loggingTokunori Ikegami2024-05-071-2/+2
* nvme-fabrics: short-circuit reconnect retriesHannes Reinecke2024-05-011-7/+12
* nvme-rdma: clamp queue size according to ctrl capMax Gurtovoy2024-03-031-4/+10
* nvme-rdma: show hostnqn when connecting to rdma targetNitin U. Yewale2024-02-011-2/+2
* nvme: split out fabrics version of nvme_opcode_str()Caleb Sander2024-02-011-4/+3
* nvme-rdma: Fix transfer length when write_generate/read_verify are 0Israel Rukshin2024-01-241-3/+8
* nvme: add module description to stop warningsChaitanya Kulkarni2024-01-241-0/+1
* Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-191-3/+8
|\
| * nvme-rdma: enhance timeout kernel logMax Gurtovoy2024-01-081-3/+8
* | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-2/+2
|\|
| * nvme: refactor ns info helpersDaniel Wagner2023-12-191-1/+1
| * nvme: move ns id info to struct nvme_ns_headDaniel Wagner2023-12-191-1/+1
* | nvme: ensure reset state check orderingKeith Busch2023-12-041-9/+14
|/
* nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke2023-11-221-0/+1
* nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi2023-10-051-0/+3
* nvme-rdma: fix potential unbalanced freeze & unfreezeMing Lei2023-07-211-1/+2
* nvme-fabrics: add queue setup helpersKeith Busch2023-06-121-75/+4
* nvme-rdma: fix typo in commentMax Gurtovoy2023-06-121-1/+1
* blk-mq-rdma: remove queue mapping helper for rdma devicesSagi Grimberg2023-04-131-5/+2
* nvme-rdma: minor cleanup in nvme_rdma_create_cq()zhenwei pi2023-04-131-8/+4
* nvme: consolidate setting the tagset flagsChristoph Hellwig2022-12-071-2/+1
* nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig2022-12-071-1/+3
* nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig2022-12-061-4/+1
* nvme: introduce nvme_start_requestSagi Grimberg2022-12-061-1/+1
* nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-181-13/+13
* nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg2022-11-161-1/+1
* nvme: move OPAL setup from PCIe to coreChristoph Hellwig2022-11-151-1/+1
* nvme-rdma: fix possible hang caused during ctrl deletionSagi Grimberg2022-10-121-1/+1
* nvme-rdma: use the tagset alloc/free helpersChristoph Hellwig2022-09-271-99/+34
* nvme-rdma: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig2022-09-271-6/+6
* nvme-rdma: handle number of queue changesDaniel Wagner2022-09-191-5/+21
* block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-3/+1
* nvme-rdma: split nvme_rdma_alloc_tagsetChristoph Hellwig2022-08-031-46/+46
* nvme-rdma: remove timeout for getting RDMA-CM established eventIsrael Rukshin2022-08-031-8/+5
* nvme: implement In-Band authenticationHannes Reinecke2022-08-031-0/+1
* Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-8/+7
|\
| * blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-061-2/+1
| * block: simplify disk shutdownChristoph Hellwig2022-06-281-6/+6
* | nvme: fix regression when disconnect a recovering ctrlRuozhu Li2022-06-291-3/+9
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-271-2/+2
|\
| * RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-2/+2
* | nvme-fabrics: add a request timeout helperChaitanya Kulkarni2022-05-161-4/+1
|/