summaryrefslogtreecommitdiff
path: root/sys/dev/nvmf/host
AgeCommit message (Expand)Author
2025-11-17nvmf: Add support for DIOCGIDENTJohn Baldwin
2025-11-10nvmf: Honor any data transfer limit imposed by the transportJohn Baldwin
2025-07-09nvmf: Auto-reconnect periodically after a disconnectJohn Baldwin
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-01-31nvmf: Add NVMF_CONNECTION_STATUS ioctlJohn Baldwin
2025-01-31nvme/nvmf: Add NVME_GET_CONTROLLER_DATA ioctl to fetch cached cdataJohn Baldwin
2025-01-24nvmf: Refactor reconnection supportJohn Baldwin
2025-01-13nvmf: Defer the post-sync shutdown handler to SHUTDOWN_PRI_LASTJohn Baldwin
2024-12-30nvmf: Switch several ioctls to using nvlistsJohn Baldwin
2024-11-11nvmf: Track SQ flow controlJohn Baldwin
2024-11-11nvmf: Schedule requests across multiple I/O queuesJohn Baldwin
2024-11-04nvmf: Fix an off by one error when scanning active namespace IDsJohn Baldwin
2024-11-02nvmf: Deregister the post_sync eventhandler correctly during detachJohn Baldwin
2024-11-02nvmf: Add sysctl nodes for each queue pairJohn Baldwin
2024-10-17nvmf: Fail pass through commands while a controller is not associatedJohn Baldwin
2024-09-25nvmf: Narrow scope of sim lock in nvmf_sim_ioJohn Baldwin
2024-09-25nvmf: Always use xpt_done instead of xpt_done_directJohn Baldwin
2024-06-16nvmf: Use device_set_descf()Mark Johnston
2024-06-05nvmf: Handle shutdowns more gracefullyJohn Baldwin
2024-06-05nvmf: Permit failing I/O requests while disconnectedJohn Baldwin
2024-06-05nvmf: Rescan namespaces after reconnectingJohn Baldwin
2024-06-05nvmf: Rescan all namespaces if the changed NS log page is too largeJohn Baldwin
2024-06-05nvmf: Factor out most of nvmf_rescan_ns into a helper routineJohn Baldwin
2024-06-05nvmf: Refactor nvmf_add_namespaces to be more genericJohn Baldwin
2024-06-05nvmf: Pass const pointers to namespace data to nvmf_*_nsJohn Baldwin
2024-06-01nvme: Change namespace device nameChuck Tuffli
2024-05-13nvme/f: Use strlcpy instead of strncpy + manual string terminationJohn Baldwin
2024-05-10nvmf: Use strlcpy instead of strncpy to ensure terminationJohn Baldwin
2024-05-02nvmf: The in-kernel NVMe over Fabrics hostJohn Baldwin