summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'nvme-7.3-2026-09-03' of git://git.infradead.org/nvme into block-7.3Jens Axboe1-8/+10
2026-08-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+5
2026-08-19nvme-rdma: fix -EIO cleanup order in queue_rqXixin Liu1-8/+10
2026-07-28nvme: fix context analysis warning in rdma.cNilay Shroff1-1/+1
2026-07-28nvme: add context annotations in rdma.cNilay Shroff1-9/+14
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela1-3/+5
2026-07-06nvme-rdma: parallelize I/O queue allocation and startupSurabhi Gogte1-46/+76
2026-07-06nvme-rdma: refactor nvme_rdma_alloc_queue() to take a queue pointerSurabhi Gogte1-10/+9
2026-06-05Merge tag 'nvme-7.2-2026-06-04' of git://git.infradead.org/nvme into for-7.2/...Jens Axboe1-1/+3
2026-06-04nvme: export controller reconnect event count via sysfsNilay Shroff1-0/+2
2026-05-26block: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki1-1/+1
2026-05-20nvme: remove redundant timeout argument from nvme_wait_freeze_timeoutMaurizio Lombardi1-1/+1
2026-04-08nvme: enable PCI P2PDMA support for RDMA transportShivaji Kant1-0/+8
2026-04-08nvme: add missing MODULE_ALIAS for fabrics transportsGeliang Tang1-0/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+6
2025-11-06nvme: remove virtual boundary for sgl capable devicesKeith Busch1-0/+1
2025-07-17nvme: fix multiple spelling and grammar issues in host driversAlok Tiwari1-1/+1
2025-06-04nvme: spelling fixesYi Zhang1-2/+2
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta1-2/+1
2024-12-04nvme-rdma: unquiesce admin_q before destroy itChunguang.xu1-7/+1
2024-11-18nvme: define the remaining used sgls constantsKeith Busch1-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-13blk-integrity: improved sg segment mappingKeith Busch1-2/+2
2024-09-13nvme-rdma: use request to get integrity segmentsKeith Busch1-1/+1
2024-08-26nvme: rename apptag and appmask to lbat and lbatmAnuj Gupta1-2/+2
2024-08-26nvme-rdma: send cntlid in the RDMA_CM_REQUEST Private DataNiklas Cassel1-0/+2
2024-06-26nvme-pci: do not directly handle subsys reset falloutKeith Busch1-0/+1
2024-06-24nvme: split device add from initializationKeith Busch1-0/+5
2024-06-24nvme: rdma: split controller bringup handlingKeith Busch1-7/+21
2024-05-07nvme-rdma, nvme-tcp: include max reconnects for reconnect loggingTokunori Ikegami1-2/+2
2024-05-01nvme-fabrics: short-circuit reconnect retriesHannes Reinecke1-7/+12
2024-03-02nvme-rdma: clamp queue size according to ctrl capMax Gurtovoy1-4/+10
2024-02-01nvme-rdma: show hostnqn when connecting to rdma targetNitin U. Yewale1-2/+2
2024-01-31nvme: split out fabrics version of nvme_opcode_str()Caleb Sander1-4/+3
2024-01-24nvme-rdma: Fix transfer length when write_generate/read_verify are 0Israel Rukshin1-3/+8
2024-01-24nvme: add module description to stop warningsChaitanya Kulkarni1-0/+1
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds1-2/+7
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2024-01-08nvme-rdma: enhance timeout kernel logMax Gurtovoy1-2/+7
2023-12-19nvme: refactor ns info helpersDaniel Wagner1-1/+1
2023-12-19nvme: move ns id info to struct nvme_ns_headDaniel Wagner1-1/+1
2023-12-04nvme: ensure reset state check orderingKeith Busch1-9/+14
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke1-0/+1
2023-10-05nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi1-0/+3
2023-07-21nvme-rdma: fix potential unbalanced freeze & unfreezeMing Lei1-1/+2
2023-06-12nvme-fabrics: add queue setup helpersKeith Busch1-75/+4
2023-06-12nvme-rdma: fix typo in commentMax Gurtovoy1-1/+1
2023-04-13blk-mq-rdma: remove queue mapping helper for rdma devicesSagi Grimberg1-5/+2