aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvmf/controller
Commit message (Expand)AuthorAgeFilesLines
* nvmf: Fix null ptr referenceMariusz Zaborski2026-03-231-1/+1
* nvmft: Honor any IOCCSZ limit imposed by the transportJohn Baldwin2025-11-103-0/+21
* sbuf_delete() after sbuf_finish() & add SBUF_INCLUDENULDavid E. O'Brien2025-10-311-1/+1
* libnvmf: Add nvmf_nqn_valid_strict() functionJohn Baldwin2025-07-281-40/+0
* nvmft: Fix a resource leak for SET_FEATURES/ASYNC_EVENT_CONFIGURATIONJohn Baldwin2025-05-301-0/+1
* nvmft: Export more info for a ctl port for use by ctladmJohn Baldwin2025-02-202-0/+27
* nvmft: Switch the per-port lock from sx(9) to mtx(9)John Baldwin2025-02-203-44/+62
* nvmft: Don't offline a port being removed if it is already offlineJohn Baldwin2025-01-311-1/+7
* nvmf: Switch several ioctls to using nvlistsJohn Baldwin2024-12-304-41/+62
* nvmft: Fix typo in error message if an I/O queue fails to handoffJohn Baldwin2024-12-281-1/+1
* ctl: Move extern for control_softc into <cam/ctl/ctl_private.h>John Baldwin2024-09-251-2/+0
* nvmft: Defer datamove operations to a pool of taskqueue threadsJohn Baldwin2024-09-243-2/+112
* nvmfd/nvmft: Fix a typo "whiled" -> "while"John Baldwin2024-09-031-1/+1
* nvmft: Handle qpair allocation failures during handoffJohn Baldwin2024-07-231-0/+10
* nvmft: The in-kernel NVMe over Fabrics controllerJohn Baldwin2024-05-024-0/+2788
* nvmft: Add NVMeoF controller routines shared between kernel and userlandJohn Baldwin2024-05-022-0/+306