aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_frontend.h
Commit message (Expand)AuthorAgeFilesLines
* Rework CTL frontend & backend options to use nv(3), allow creating multipleMarcelo Araujo2018-05-101-1/+2
* sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove max_targets and max_target_id CTL port variables; they were unused.Edward Tomasz Napierala2017-01-221-8/+0
* Add initial support for CTL module unloading.Alexander Motin2017-01-211-5/+6
* Rewrite CTL statistics in more simple and scalable way.Alexander Motin2017-01-091-0/+5
* Decouple limits on number of LUNs per port and LUs per CTL.Alexander Motin2016-12-271-0/+1
* Modify target port groups logic in CTL.Alexander Motin2015-11-111-1/+2
* Remove some control_softc references.Alexander Motin2015-09-251-0/+1
* Remove unused target and initiator IDs.Alexander Motin2015-09-101-2/+2
* Bring per-port LUN enable/disable code up to date:Alexander Motin2015-06-201-1/+1
* Remove some dead and duplicate LUN enabling code.Alexander Motin2015-06-201-3/+1
* CTL LUN mapping rewrite.Alexander Motin2015-02-011-2/+1
* Partially reconstruct Active/Standby clusting.Alexander Motin2014-11-211-1/+1
* Add support for VMWare dialect of EXTENDED COPY command, aka VAAI Clone.Alexander Motin2014-07-161-0/+1
* Teach ctl_add_initiator() to dynamically allocate IIDs from pool.Alexander Motin2014-07-071-12/+17
* Close race in r268291 between port destruction, delayed by sessionsAlexander Motin2014-07-061-0/+2
* Move lun_map() method from command nexus to port.Alexander Motin2014-07-061-1/+2
* Burry devid port method, which was a gross hack.Alexander Motin2014-07-051-2/+2
* Create separate CTL port for every iSCSI target (and maybe portal group).Alexander Motin2014-07-051-3/+2
* Implement and use ctl_frontend_find().Alexander Motin2014-07-051-0/+5
* Separate concepts of frontend and port.Alexander Motin2014-07-041-7/+58
* Remove targ_enable()/targ_disable() frontend methods.Alexander Motin2014-07-041-26/+0
* CTL changes required for iSCSI target, most notably LUN remappingEdward Tomasz Napierala2013-08-241-0/+5
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-121-0/+295