aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi/iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-6/+0
* Implement redirection handling in initiator.Edward Tomasz Napierala2014-06-181-13/+64
* Make it possible for the initiator side to operate in both proxyEdward Tomasz Napierala2014-04-161-7/+19
* Add kern.iscsi.fail_on_disconnection; this is required for gmultipathEdward Tomasz Napierala2014-04-161-63/+65
* Remove useless debug.Edward Tomasz Napierala2014-04-161-1/+0
* Be more strict with locking for is_waiting_for_iscsid variable.Edward Tomasz Napierala2014-04-161-1/+4
* Get rid of ISCSIDCLOSE; it wasn't used and is redundant anyway,Edward Tomasz Napierala2014-04-161-25/+0
* Add some stuff to make it easier to figure out for the system administratorEdward Tomasz Napierala2014-04-161-0/+4
* Remove unused val argument value from SYSCTL_INT() calls.Alexander Motin2014-04-111-5/+5
* All the iSCSI sysctls are also tunables; advertise that.Edward Tomasz Napierala2014-04-041-5/+5
* We don't need TAILQ for iSCSI PDUs; STAILQ is enough.Edward Tomasz Napierala2014-04-041-15/+15
* Instead of "icltx" and "iclrx", use thread names with prefix from upperEdward Tomasz Napierala2014-04-011-1/+1
* Get rid of ICL lock; use upper-layer (initiator or target) lock instead.Edward Tomasz Napierala2014-04-011-1/+1
* Fix harmless warning after reconnecting a session and not doing anythingEdward Tomasz Napierala2014-03-251-2/+2
* Use newly added extended LUN support in CAM.Edward Tomasz Napierala2014-03-251-40/+5
* Use a less unusual syntax in debug printfs.Edward Tomasz Napierala2014-03-251-17/+24
* Properly refuse handoff requests on already connected sessions. PreviouslyEdward Tomasz Napierala2013-12-101-0/+12
* Fix hang on reboot with active iSCSI connections.Edward Tomasz Napierala2013-12-011-3/+5
* Properly handle residual count in Data-In PDUs with S bit set.Edward Tomasz Napierala2013-10-091-12/+33
* Be extra paranoid with values obtained from the target.Edward Tomasz Napierala2013-10-091-8/+26
* Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all; fortun...Edward Tomasz Napierala2013-10-091-6/+36
* Don't leak memory when removing an unconnected session, and remove uselessEdward Tomasz Napierala2013-10-041-1/+1
* As it turns out, when MOD_LOAD handler returns error, kernel calls MOD_UNLOADEdward Tomasz Napierala2013-09-241-11/+7
* Don't use M_WAITOK when running from context where sleeping is prohibited,Edward Tomasz Napierala2013-09-231-1/+5
* Fix several problems in the new iSCSI stack; this includes interoperabilityEdward Tomasz Napierala2013-09-181-10/+26
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-141-0/+2109