summaryrefslogtreecommitdiff
path: root/sys/dev/nvmf/controller
AgeCommit message (Expand)Author
2025-11-10nvmft: Honor any IOCCSZ limit imposed by the transportJohn Baldwin
2025-10-30sbuf_delete() after sbuf_finish() & add SBUF_INCLUDENULDavid E. O'Brien
2025-07-28libnvmf: Add nvmf_nqn_valid_strict() functionJohn Baldwin
2025-05-30nvmft: Fix a resource leak for SET_FEATURES/ASYNC_EVENT_CONFIGURATIONJohn Baldwin
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-09-03nvmfd/nvmft: Fix a typo "whiled" -> "while"John Baldwin
2024-07-23nvmft: Handle qpair allocation failures during handoffJohn Baldwin
2024-05-02nvmft: The in-kernel NVMe over Fabrics controllerJohn Baldwin
2024-05-02nvmft: Add NVMeoF controller routines shared between kernel and userlandJohn Baldwin