summaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_ioctl.h
AgeCommit message (Expand)Author
2025-04-02ctl_ioctl.h: Do not use enums for bit fields of flagsJohn Baldwin
2024-12-30nvmf: Switch several ioctls to using nvlistsJohn Baldwin
2024-05-02ctl: Add NVMF port type and ioctlsJohn Baldwin
2023-08-16sys: Remove $FreeBSD$: one-line .h 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
2022-09-06CTL: Validate IOCTL parameters.Alexander Motin
2022-04-18iscsi: Fetch limits based on a socket rather than assuming global limits.John Baldwin
2020-05-29Report STATUS_QUEUED/SENT in `ctladm dumpooa` output.Alexander Motin
2019-02-23Remove disabled CTL_LEGACY_STATS support.Alexander Motin
2018-05-10Rework CTL frontend & backend options to use nv(3), allow creating multipleMarcelo Araujo
2017-11-27sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-07ctl: Make max_luns and max_ports tunable variables instead of hardcodedEmmanuel Vadot
2017-01-28Revert crap accidentally committedBaptiste Daroussin
2017-01-28Revert r312923 a better approach will be taken laterBaptiste Daroussin
2017-01-25Bring the ctl headers a bit closer to style(9). No functional changes.Edward Tomasz Napierala
2017-01-09Rewrite CTL statistics in more simple and scalable way.Alexander Motin
2016-11-03Check for lengths being <= 0. Note that this interface can onlyEdward Tomasz Napierala
2016-08-25Make the iSCSI parameter negotiation more flexible.Navdeep Parhar
2016-04-29sys/cam: spelling fixes in comments.Pedro F. Giffuni
2015-09-26Remove some duplicate, legacy, dead and questionable code.Alexander Motin
2015-09-10Remove unused target and initiator IDs.Alexander Motin
2015-08-15Drop "internal" CTL frontend.Alexander Motin
2015-02-06Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)Edward Tomasz Napierala
2015-02-01CTL LUN mapping rewrite.Alexander Motin
2014-12-03Increase CTL ports limit from 128 to 256 and LUNs limit from 256 to 1024.Alexander Motin
2014-10-10Make ctld start even if some LUNs are unable to open backing storage.Alexander Motin
2014-07-17Increase maximal number of SCSI ports in CTL from 32 to 128.Alexander Motin
2014-07-05Pass through iSCSI session ISID from LOGIN request to the CTL frontend.Alexander Motin
2014-07-05Create separate CTL port for every iSCSI target (and maybe portal group).Alexander Motin
2014-07-05Introduce new IOCTL CTL_PORT_LIST reporting in more flexible XML format.Alexander Motin
2014-04-16Properly pass the initiator address when running in proxy mode.Edward Tomasz Napierala
2014-04-16Properly identify target portal when running in proxy mode. While here,Edward Tomasz Napierala
2014-04-16Add some stuff to make it easier to figure out for the system administratorEdward Tomasz Napierala
2014-04-16Make it possible for the iSCSI target side to operate in both normalEdward Tomasz Napierala
2013-09-20Add some spare fields to structs used by the new iSCSI stack - some justEdward Tomasz Napierala
2013-09-14Bring in the new iSCSI target and initiator.Edward Tomasz Napierala
2012-03-06Add LUN resizing to CTL. Also make it possible to explicitly setEdward Tomasz Napierala
2012-01-12Add the CAM Target Layer (CTL).Kenneth D. Merry