aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_ioctl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove disabled CTL_LEGACY_STATS support.Alexander Motin2019-02-231-37/+0
* Rework CTL frontend & backend options to use nv(3), allow creating multipleMarcelo Araujo2018-05-101-39/+13
* sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* ctl: Make max_luns and max_ports tunable variables instead of hardcodedEmmanuel Vadot2017-11-071-16/+1
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-1/+1
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-1/+1
* Bring the ctl headers a bit closer to style(9). No functional changes.Edward Tomasz Napierala2017-01-251-30/+30
* Rewrite CTL statistics in more simple and scalable way.Alexander Motin2017-01-091-13/+84
* Check for lengths being <= 0. Note that this interface can onlyEdward Tomasz Napierala2016-11-031-7/+7
* Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-251-10/+14
* sys/cam: spelling fixes in comments.Pedro F. Giffuni2016-04-291-3/+3
* Remove some duplicate, legacy, dead and questionable code.Alexander Motin2015-09-261-51/+0
* Remove unused target and initiator IDs.Alexander Motin2015-09-101-5/+0
* Drop "internal" CTL frontend.Alexander Motin2015-08-151-22/+0
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)Edward Tomasz Napierala2015-02-061-2/+14
* CTL LUN mapping rewrite.Alexander Motin2015-02-011-0/+7
* Increase CTL ports limit from 128 to 256 and LUNs limit from 256 to 1024.Alexander Motin2014-12-031-3/+3
* Make ctld start even if some LUNs are unable to open backing storage.Alexander Motin2014-10-101-1/+2
* Increase maximal number of SCSI ports in CTL from 32 to 128.Alexander Motin2014-07-171-1/+1
* Pass through iSCSI session ISID from LOGIN request to the CTL frontend.Alexander Motin2014-07-051-0/+1
* Create separate CTL port for every iSCSI target (and maybe portal group).Alexander Motin2014-07-051-1/+41
* Introduce new IOCTL CTL_PORT_LIST reporting in more flexible XML format.Alexander Motin2014-07-051-0/+1
* Properly pass the initiator address when running in proxy mode.Edward Tomasz Napierala2014-04-161-1/+2
* Properly identify target portal when running in proxy mode. While here,Edward Tomasz Napierala2014-04-161-6/+3
* Add some stuff to make it easier to figure out for the system administratorEdward Tomasz Napierala2014-04-161-1/+5
* Make it possible for the iSCSI target side to operate in both normalEdward Tomasz Napierala2014-04-161-10/+7
* Add some spare fields to structs used by the new iSCSI stack - some justEdward Tomasz Napierala2013-09-201-0/+9
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-141-0/+169
* Add LUN resizing to CTL. Also make it possible to explicitly setEdward Tomasz Napierala2012-03-061-1/+17
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-121-0/+604