summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/kernel.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing error checks.trasz2015-11-141-6/+12
* Don't try to avoid calling free(3) with NULL argument.trasz2015-11-141-4/+2
* Introduce portal group options in ctl.conf.mav2015-11-091-25/+30
* Add to CTL initial support for CDROMs and removable devices.mav2015-09-271-1/+5
* Remove some duplicate, legacy, dead and questionable code.mav2015-09-261-1/+1
* Make cltd ignore HA ports.mav2015-09-211-1/+7
* Add ctl-lun config option for consistency in HA setups.mav2015-09-151-0/+5
* When updating port, apply only change of LUN map, not whole.mav2015-09-131-1/+9
* Allow LUN options modification via CTL_LUNREQ_MODIFY.mav2015-09-061-2/+27
* Another addition to r287455.mav2015-09-041-1/+0
* Drop "internal" CTL frontend.mav2015-08-151-1/+0
* Plug minor memory leak at r284765.mav2015-06-261-0/+2
* Teach ctld about CTL's physical_port and virtual_port fields.mav2015-06-241-5/+21
* If target name starts with "naa.", set it as WWNN for CTL port.mav2015-03-041-1/+13
* Move the "offload" clause from the target section to portal-grouptrasz2015-02-281-2/+3
* Add checks for malloc() failures.mav2015-02-251-0/+5
* Teach ctld(8) to control non-iSCSI CTL ports.mav2015-02-071-60/+98
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)trasz2015-02-061-0/+37
* Add support for multiple portal groups per target.mav2015-02-061-26/+59
* Bring some more order into iSCSI portal group tags support.mav2015-02-031-6/+2
* CTL LUN mapping rewrite.mav2015-02-011-66/+67
* Whitespace fixes.trasz2014-10-221-3/+3
* Make ctld start even if some LUNs are unable to open backing storage.mav2014-10-101-22/+30
* Make the iSCSI stack use __FBSDID() properly.trasz2014-08-211-1/+3
* Fix ctld crash on startup if target alias is not set.mav2014-07-171-2/+5
* Close race in r268291 between port destruction, delayed by sessionsmav2014-07-061-0/+8
* Pass through iSCSI session ISID from LOGIN request to the CTL frontend.mav2014-07-051-0/+2
* Burry devid port method, which was a gross hack.mav2014-07-051-15/+13
* Create separate CTL port for every iSCSI target (and maybe portal group).mav2014-07-051-36/+283
* serial_num and device_id fields are not necessarily null-terminated.mav2014-06-191-2/+2
* Properly pass the initiator address when running in proxy mode.trasz2014-04-161-1/+6
* Properly identify target portal when running in proxy mode. While here,trasz2014-04-161-15/+14
* Make it possible for the iSCSI target side to operate in both normaltrasz2014-04-161-1/+10
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-161-1/+1
* Improve error reporting.trasz2014-02-111-7/+24
* Rename a variable, no functional changes.trasz2014-02-111-5/+5
* Fix off-by-one.trasz2013-10-091-1/+1
* Fix several problems in the new iSCSI stack; this includes interoperabilitytrasz2013-09-181-2/+2
* Make iscsictl(8) automatically try to load the iscsi module. While here,trasz2013-09-181-1/+1
* Bring in the new iSCSI target and initiator.trasz2013-09-141-0/+782
OpenPOWER on IntegriCloud