aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-31nvme: fix various comment typosBjorn Helgaas1-2/+2
2025-07-17nvme: fix multiple spelling and grammar issues in host driversAlok Tiwari1-5/+5
2025-06-04nvme: spelling fixesYi Zhang1-2/+2
2025-05-20nvme-fc: do not reference lsrsp after failureDaniel Wagner1-3/+10
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3
2025-03-20nvme-fc: Utilise min3() to simplify queue count calculationQasim Ijaz1-2/+2
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta1-1/+1
2025-02-20nvme-fc: rely on state transitions to handle connectivity lossDaniel Wagner1-61/+6
2025-01-31nvme-fc: use ctrl state getterDaniel Wagner1-3/+6
2025-01-23nvme-fc: do not ignore connectivity loss during connectingDaniel Wagner1-5/+18
2025-01-23nvme-fc: go straight to connecting state when initializingDaniel Wagner1-2/+1
2024-12-23nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner1-1/+0
2024-06-26nvme-pci: do not directly handle subsys reset falloutKeith Busch1-0/+1
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu1-3/+3
2024-06-24nvme: split device add from initializationKeith Busch1-0/+5
2024-06-24nvme: fc: split controller bringup handlingKeith Busch1-16/+27
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe1-3/+1
2024-05-01nvme-fabrics: short-circuit reconnect retriesHannes Reinecke1-3/+1
2024-04-04nvme-fc: rename free_ctrl callback to match name patternDaniel Wagner1-2/+2
2024-02-01nvme-fc: show hostnqn when connecting to fc targetNitin U. Yewale1-2/+2
2024-02-01nvme-fc: do not wait in vain when unloading moduleDaniel Wagner1-41/+6
2024-01-31nvme-fc: log human-readable opcode on timeoutCaleb Sander1-3/+5
2024-01-24nvme: add module description to stop warningsChaitanya Kulkarni1-0/+1
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-4/+2
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+4
2023-12-21nvme-fc: set numa_node after nvme_init_ctrlKeith Busch1-4/+2
2023-12-19Revert "nvme-fc: fix race between error recovery and creating association"Keith Busch1-16/+5
2023-12-04nvme: ensure reset state check orderingKeith Busch1-3/+3
2023-12-01nvme-fc: replace deprecated strncpy with strscpyJustin Stitt1-4/+4
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke1-11/+8
2023-11-06nvme: start keep-alive after admin queue setupHannes Reinecke1-0/+6
2023-08-21nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()Nigel Kirkland1-1/+1
2023-07-12nvme-fc: fix race between error recovery and creating associationMichael Liang1-5/+16
2023-07-12nvme-fc: return non-zero status code when fails to create associationMichael Liang1-3/+15
2023-05-26overflow: Add struct_size_t() helperKees Cook1-4/+4
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-01-23nvme-fc: fix initialization orderRoss Lagerwall1-10/+8
2022-12-07nvme: consolidate setting the tagset flagsChristoph Hellwig1-2/+2
2022-12-07nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig1-1/+1
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig1-1/+1
2022-12-06nvme-fc: move common code into helperChaitanya Kulkarni1-8/+11
2022-12-06nvme-fc: avoid null pointer dereferenceChaitanya Kulkarni1-1/+10
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg1-1/+1
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig1-8/+8
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig1-1/+1
2022-11-15nvme-fc: improve memory usage in nvme_fc_rcv_ls_req()Christophe JAILLET1-8/+9
2022-09-27nvme-fc: use the tagset alloc/free helpersChristoph Hellwig1-66/+17
2022-09-27nvme-fc: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-20/+12
2022-09-27nvme-fc: keep ctrl->sqsize in sync with opts->queue_sizeChristoph Hellwig1-9/+1
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-2/+1