aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* tpm: Refactor TIS and add a SPI attachmentJustin Hibbits2024-05-0313-154/+640
* zfs: merge openzfs/zfs@8f1b7a6faMartin Matuska2024-05-0349-271/+1332
* MINIMAL: Grow minimal to support ata, scsi and nvmeWarner Losh2024-05-032-0/+24
* geom_stripe: Cascade cantrim just like we do for gmirrorMatthew Grooms2024-05-032-1/+23
* da: Update trim stats for WRITE SAME and ATA TRIMMatthew Grooms2024-05-031-0/+6
* linuxkpi: Fix set_memory_*Tijl Coosemans2024-05-031-15/+6
* nvmft: The in-kernel NVMe over Fabrics controllerJohn Baldwin2024-05-028-2/+2807
* mbuf: Add EXT_CTL for mbufs backed by a CTL backend bufferJohn Baldwin2024-05-022-0/+2
* ctl: Add NVMF port type and ioctlsJohn Baldwin2024-05-023-0/+80
* ctl_backend_block: Add support for NVMeJohn Baldwin2024-05-021-28/+444
* ctl_backend_block: Prepare for NVMe supportJohn Baldwin2024-05-021-56/+73
* ctl_backend_ramdisk: Add support for NVMeJohn Baldwin2024-05-021-2/+205
* ctl_backend_ramdisk: Prepare for NVMe supportJohn Baldwin2024-05-021-30/+23
* ctl: Add helper routines to populate NVMe namespace data IDs for a LUNJohn Baldwin2024-05-022-0/+96
* ctl: Support for NVMe commandsJohn Baldwin2024-05-025-10/+908
* ctl: Add assertions in SCSI-only pathsJohn Baldwin2024-05-021-0/+45
* ctl: Update some core data paths to be protocol agnosticJohn Baldwin2024-05-021-56/+169
* ctl: Support NVMe requests in debug trace functionsJohn Baldwin2024-05-025-12/+306
* ctl: Add helper routines for setting NVMe completion statusJohn Baldwin2024-05-022-0/+246
* ctl: Add structure and related constants for NVMe commandsJohn Baldwin2024-05-021-2/+335
* nvme: Add constants for the Fused Operation (FUSE) field in commandsJohn Baldwin2024-05-021-0/+5
* ctl: Add CTL_IO_ASSERT wrapper macroJohn Baldwin2024-05-024-12/+21
* ctl: Avoid an upcast for calling ctl_scsi_path_stringJohn Baldwin2024-05-024-9/+9
* nvmf: The in-kernel NVMe over Fabrics hostJohn Baldwin2024-05-0212-2/+2994
* cam: Add a XPORT_NVMF for NVMe over Fabrics simsJohn Baldwin2024-05-022-1/+18
* nvmf_tcp: Add a TCP transport for NVMe over FabricsJohn Baldwin2024-05-025-1/+1879
* nvmf: Add infrastructure kernel module for NVMe over FabricsJohn Baldwin2024-05-026-0/+625
* 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-022-0/+81
* 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
* cam/iosched: Document latency buckets correctly.Warner Losh2024-05-021-1/+6
* sysctl: Make sysctl_ctx_free() a bit saferMark Johnston2024-05-021-4/+2
* in6.h: expose s6_addr* definitions to user levelMike Karels2024-05-021-1/+7
* in_pcb: don't leak credential refcounts on errorRichard Scheffenegger2024-05-011-0/+4
* guestrpc module to handle VMware backdoor port GuestRPC functionalityStephen J. Kiernan2024-05-018-5/+391
* sdt: Add macros which expand to probe and provider structure namesMark Johnston2024-05-011-16/+21
* fattime: fix fattime to timespec conversion of dates beyond 2106-02-06Josef 'Jeff' Sipek2024-05-011-14/+3
* fattime: make the test code check beyond 32-bit time_t limitsJosef 'Jeff' Sipek2024-05-011-4/+11
* fattime: make the test code build againJosef 'Jeff' Sipek2024-05-011-2/+7
* cxgbe/tom: Fix the rx channel selection in options2.Navdeep Parhar2024-05-011-2/+4
* cxgbe(4): Query TPCHMAP once and not once per port.Navdeep Parhar2024-04-303-10/+13
* cxgbe(4): Rename rx_c_chan to rx_chan.Navdeep Parhar2024-04-304-7/+17
* arm: Remove duplicate definitions in armreg.hMark Johnston2024-04-301-2/+0
* cons: Add boot option to mute boot messages after bannerJustin Hibbits2024-04-305-3/+23
* cxgbe(4): Minor tweaks to comments.Navdeep Parhar2024-04-301-5/+7
* cxgbe(4): Initialize mps_bg_map to an invalid value if it's not known.Navdeep Parhar2024-04-302-2/+2
* cxgbe(4): Do not read hardware registers to determine the number of ports.Navdeep Parhar2024-04-301-6/+7