summaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_util.c
AgeCommit message (Expand)Author
2024-05-02ctl: Support NVMe requests in debug trace functionsJohn Baldwin
2024-05-02ctl: Avoid an upcast for calling ctl_scsi_path_stringJohn Baldwin
2023-11-22CAM: Replace random sbuf_printf() with cheaper cat/putc.Alexander Motin
2023-11-06cam: Remove left-over sys/cdefs.h in sys/camWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-12-03CTL: Increase maximum SCSI tag size from 32 to 64 bits.Alexander Motin
2020-10-25Introduce support of SCSI Command Priority.Alexander Motin
2020-05-26Properly check kern_sg_entries for S/G list.Alexander Motin
2017-11-27sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-15When in kernel, map ctl_scsi_zero_io() to ctl_zero_io().Alexander Motin
2015-09-26Remove some duplicate, legacy, dead and questionable code.Alexander Motin
2015-09-20Remove couple excess SGLIST I/O flags.Alexander Motin
2015-09-14Implement QUERY TASK, QUERY TASK SET and QUERY ASYNC EVENT.Alexander Motin
2015-09-10Remove unused target and initiator IDs.Alexander Motin
2014-10-16Implement more functional CTL debug logging.Alexander Motin
2014-08-05Reimplement WRITE USING TOKEN with Block Zero token using WRITE SAME.Alexander Motin
2014-07-07Implement ABORT TASK SET and I_T NEXUS RESET task management functions.Alexander Motin
2012-01-12Add the CAM Target Layer (CTL).Kenneth D. Merry