aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctladm
Commit message (Expand)AuthorAgeFilesLines
* Fix man page to match real option names.Alexander Motin2015-02-121-4/+4
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)Edward Tomasz Napierala2015-02-061-0/+5
* Make "ctladm islist" ignore unknown elements, so the old versionEdward Tomasz Napierala2015-02-061-2/+6
* Bring some more order into iSCSI portal group tags support.Alexander Motin2015-02-031-0/+1
* CTL LUN mapping rewrite.Alexander Motin2015-02-012-7/+108
* Report initiator id in portlist XML in more formalized way.Alexander Motin2014-12-201-11/+16
* Report XML parsing errors.Alexander Motin2014-12-201-3/+12
* Add configuration options to override physical and UNMAP blocks geometry.Alexander Motin2014-12-171-1/+8
* Count consecutive read requests as blocking in CTL for files and ZVOLs.Alexander Motin2014-12-061-1/+8
* Document r275481 changes.Alexander Motin2014-12-041-2/+3
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
* Add to CTL support for logical block provisioning threshold notifications.Alexander Motin2014-11-061-1/+9
* Add "rpm" and "formfactor" LUN options to match istgt functionality.Alexander Motin2014-10-261-1/+7
* Whitespace fixes.Edward Tomasz Napierala2014-10-222-29/+29
* Improve and document `ctladm portlist` subcommand.Alexander Motin2014-10-122-18/+74
* Make ctld start even if some LUNs are unable to open backing storage.Alexander Motin2014-10-101-19/+31
* Implement software (mode page) and hardware (config) write protection.Alexander Motin2014-10-081-1/+4
* Implement control over command reordering via options and control mode page.Alexander Motin2014-09-131-0/+7
* Add "readcache" and "writecache" LUN options to control default behavior.Alexander Motin2014-09-131-2/+6
* Add support for VMWare dialect of EXTENDED COPY command, aka VAAI Clone.Alexander Motin2014-07-161-0/+8
* Fix typos.Sergey Kandaurov2014-07-091-2/+2
* Add LUN options to specify 64-bit EUI and NAA identifiers.Alexander Motin2014-07-091-1/+5
* Add support for READ FULL STATUS action of PERSISTENT RESERVE IN command.Alexander Motin2014-07-071-0/+4
* Burry devid port method, which was a gross hack.Alexander Motin2014-07-051-0/+2
* Fix minor copy-paste bug in r268284.Alexander Motin2014-07-051-1/+1
* Introduce new IOCTL CTL_PORT_LIST reporting in more flexible XML format.Alexander Motin2014-07-051-1/+270
* use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
* mdoc: add missing width to Bl -tag.Joel Dahl2014-06-151-2/+2
* Document additional LUN/backend options.Alexander Motin2014-06-151-1/+24
* Bump .Dd after r257379.Edward Tomasz Napierala2013-10-301-1/+1
* Rename '-h' option to '-p', and use "portal" instead of "host" or "address",Edward Tomasz Napierala2013-10-302-38/+38
* Fix two off-by-ones.Edward Tomasz Napierala2013-10-091-2/+2
* Fix incorrect use of sizeof().Edward Tomasz Napierala2013-10-091-1/+1
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-142-2/+467
* Check the return value of sbuf_finish().Jaakko Heinonen2013-05-101-2/+4
* Remove contractions.Joel Dahl2013-04-111-1/+1
* Make ctladm(8) try to load ctl.ko kernel module if needed.Edward Tomasz Napierala2013-04-101-0/+10
* Fix dates in manual pages modified in 249009.Edward Tomasz Napierala2013-04-021-1/+1
* Make it possible to build CTL as a module.Edward Tomasz Napierala2013-04-021-1/+2
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-192-5/+5
* In usr.sbin/ctladm/ctladm.c, function cctl_error_inject(), initializeDimitry Andric2012-08-051-1/+1
* Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-191-6/+2
* Minor spelling fixes.Joel Dahl2012-06-031-1/+1
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-6/+6
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-14/+14
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-3/+0
* Add LUN resizing to CTL. Also make it possible to explicitly setEdward Tomasz Napierala2012-03-063-7/+131
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-125-0/+5195