aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvmf/host
Commit message (Expand)AuthorAgeFilesLines
* nvmf: Add support for DIOCGIDENTJohn Baldwin2025-11-172-0/+6
* nvmf: Honor any data transfer limit imposed by the transportJohn Baldwin2025-11-103-3/+17
* nvmf: Auto-reconnect periodically after a disconnectJohn Baldwin2025-07-092-5/+120
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* nvmf: Add NVMF_CONNECTION_STATUS ioctlJohn Baldwin2025-01-312-0/+27
* nvme/nvmf: Add NVME_GET_CONTROLLER_DATA ioctl to fetch cached cdataJohn Baldwin2025-01-311-0/+3
* nvmf: Refactor reconnection supportJohn Baldwin2025-01-242-20/+36
* nvmf: Defer the post-sync shutdown handler to SHUTDOWN_PRI_LASTJohn Baldwin2025-01-131-1/+13
* nvmf: Switch several ioctls to using nvlistsJohn Baldwin2024-12-304-106/+136
* nvmf: Track SQ flow controlJohn Baldwin2024-11-111-5/+28
* nvmf: Schedule requests across multiple I/O queuesJohn Baldwin2024-11-112-5/+5
* nvmf: Fix an off by one error when scanning active namespace IDsJohn Baldwin2024-11-051-2/+2
* nvmf: Deregister the post_sync eventhandler correctly during detachJohn Baldwin2024-11-021-1/+1
* nvmf: Add sysctl nodes for each queue pairJohn Baldwin2024-11-023-4/+53
* nvmf: Fail pass through commands while a controller is not associatedJohn Baldwin2024-10-171-0/+9
* nvmf: Narrow scope of sim lock in nvmf_sim_ioJohn Baldwin2024-09-261-2/+1
* nvmf: Always use xpt_done instead of xpt_done_directJohn Baldwin2024-09-261-1/+1
* nvmf: Use device_set_descf()Mark Johnston2024-06-161-3/+1
* nvmf: Handle shutdowns more gracefullyJohn Baldwin2024-06-054-7/+114
* nvmf: Permit failing I/O requests while disconnectedJohn Baldwin2024-06-054-7/+36
* nvmf: Rescan namespaces after reconnectingJohn Baldwin2024-06-051-0/+2
* nvmf: Rescan all namespaces if the changed NS log page is too largeJohn Baldwin2024-06-053-1/+51
* nvmf: Factor out most of nvmf_rescan_ns into a helper routineJohn Baldwin2024-06-051-22/+30
* nvmf: Refactor nvmf_add_namespaces to be more genericJohn Baldwin2024-06-051-27/+47
* nvmf: Pass const pointers to namespace data to nvmf_*_nsJohn Baldwin2024-06-052-4/+5
* nvme: Change namespace device nameChuck Tuffli2024-06-011-2/+6
* nvme/f: Use strlcpy instead of strncpy + manual string terminationJohn Baldwin2024-05-132-4/+2
* nvmf: Use strlcpy instead of strncpy to ensure terminationJohn Baldwin2024-05-101-1/+1
* nvmf: The in-kernel NVMe over Fabrics hostJohn Baldwin2024-05-028-0/+2968