summaryrefslogtreecommitdiffstats
path: root/sys/dev/iscsi/iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* Add XPT_ABORT support to iSCSI initiator.mav2014-07-081-23/+138
* Make XPT_GET_TRAN_SETTINGS to report CAM that command queueing is enabled,mav2014-07-071-18/+36
* Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.mav2014-07-061-1/+7
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-6/+0
* Revert r267961, r267973:gjb2014-06-271-0/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-6/+0
* Implement redirection handling in initiator.trasz2014-06-181-13/+64
* Make it possible for the initiator side to operate in both proxytrasz2014-04-161-7/+19
* Add kern.iscsi.fail_on_disconnection; this is required for gmultipathtrasz2014-04-161-63/+65
* Remove useless debug.trasz2014-04-161-1/+0
* Be more strict with locking for is_waiting_for_iscsid variable.trasz2014-04-161-1/+4
* Get rid of ISCSIDCLOSE; it wasn't used and is redundant anyway,trasz2014-04-161-25/+0
* Add some stuff to make it easier to figure out for the system administratortrasz2014-04-161-0/+4
* Remove unused val argument value from SYSCTL_INT() calls.mav2014-04-111-5/+5
* All the iSCSI sysctls are also tunables; advertise that.trasz2014-04-041-5/+5
* We don't need TAILQ for iSCSI PDUs; STAILQ is enough.trasz2014-04-041-15/+15
* Instead of "icltx" and "iclrx", use thread names with prefix from uppertrasz2014-04-011-1/+1
* Get rid of ICL lock; use upper-layer (initiator or target) lock instead.trasz2014-04-011-1/+1
* Fix harmless warning after reconnecting a session and not doing anythingtrasz2014-03-251-2/+2
* Use newly added extended LUN support in CAM.trasz2014-03-251-40/+5
* Use a less unusual syntax in debug printfs.trasz2014-03-251-17/+24
* Properly refuse handoff requests on already connected sessions. Previouslytrasz2013-12-101-0/+12
* Fix hang on reboot with active iSCSI connections.trasz2013-12-011-3/+5
* Properly handle residual count in Data-In PDUs with S bit set.trasz2013-10-091-12/+33
* Be extra paranoid with values obtained from the target.trasz2013-10-091-8/+26
* Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all; fortun...trasz2013-10-091-6/+36
* Don't leak memory when removing an unconnected session, and remove uselesstrasz2013-10-041-1/+1
* As it turns out, when MOD_LOAD handler returns error, kernel calls MOD_UNLOADtrasz2013-09-241-11/+7
* Don't use M_WAITOK when running from context where sleeping is prohibited,trasz2013-09-231-1/+5
* Fix several problems in the new iSCSI stack; this includes interoperabilitytrasz2013-09-181-10/+26
* Bring in the new iSCSI target and initiator.trasz2013-09-141-0/+2109
OpenPOWER on IntegriCloud