summaryrefslogtreecommitdiff
path: root/sys/dev/nvmf/controller/ctl_frontend_nvmf.c
AgeCommit message (Expand)Author
2025-02-20nvmft: Export more info for a ctl port for use by ctladmJohn Baldwin
2025-02-20nvmft: Switch the per-port lock from sx(9) to mtx(9)John Baldwin
2025-01-31nvmft: Don't offline a port being removed if it is already offlineJohn Baldwin
2024-12-30nvmf: Switch several ioctls to using nvlistsJohn Baldwin
2024-12-28nvmft: Fix typo in error message if an I/O queue fails to handoffJohn Baldwin
2024-09-25ctl: Move extern for control_softc into <cam/ctl/ctl_private.h>John Baldwin
2024-09-24nvmft: Defer datamove operations to a pool of taskqueue threadsJohn Baldwin
2024-05-02nvmft: The in-kernel NVMe over Fabrics controllerJohn Baldwin