aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvmf
Commit message (Expand)AuthorAgeFilesLines
...
* 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_transport: Remove invalid assertionJohn Baldwin2024-05-101-2/+0
* nvmf: Use strlcpy instead of strncpy to ensure terminationJohn Baldwin2024-05-101-1/+1
* nvmf: Add explicit alignment for struct nvmf_fabric_cmdJohn Baldwin2024-05-061-1/+1
* nvmf_tcp: Correct tests for PDU directionJohn Baldwin2024-05-061-1/+1
* nvmf: Remove packing pragmas from nvmf_proto.hJohn Baldwin2024-05-061-4/+0
* nvmft: The in-kernel NVMe over Fabrics controllerJohn Baldwin2024-05-024-0/+2788
* nvmf: The in-kernel NVMe over Fabrics hostJohn Baldwin2024-05-028-0/+2968
* nvmf_tcp: Add a TCP transport for NVMe over FabricsJohn Baldwin2024-05-021-0/+1867
* nvmf: Add infrastructure kernel module for NVMe over FabricsJohn Baldwin2024-05-023-0/+612
* nvmft: Add NVMeoF controller routines shared between kernel and userlandJohn Baldwin2024-05-022-0/+306
* nvmf_tcp.h: Internal header shared between userspace and kernelJohn Baldwin2024-05-021-0/+276
* nvmf.h: New header defining ioctls for NVMe over FabricsJohn Baldwin2024-05-021-0/+79
* nvmf_proto.h: Add additional types and constants from the 1.1 specJohn Baldwin2024-05-021-0/+44
* nvmf_proto.h: Update for use in FreeBSDJohn Baldwin2024-05-021-237/+241
* nvmf_proto.h: NVMe over Fabrics protocol definitionsJohn Baldwin2024-05-021-0/+721