summaryrefslogtreecommitdiffstats
path: root/sys/cam/ctl/ctl_frontend_iscsi.c
Commit message (Expand)AuthorAgeFilesLines
...
* Implement small KPI to access LUN options instead doing it by hands.mav2014-06-141-10/+6
* Modify CTL iSCSI frontend to properly handle situations where datamovetrasz2014-04-241-49/+81
* Properly pass the initiator address when running in proxy mode.trasz2014-04-161-1/+12
* Make it possible to interrupt login when running in proxy mode.trasz2014-04-161-6/+21
* Properly identify target portal when running in proxy mode. While here,trasz2014-04-161-13/+4
* Add some stuff to make it easier to figure out for the system administratortrasz2014-04-161-1/+16
* Make it possible for the iSCSI target side to operate in both normaltrasz2014-04-161-29/+45
* Fix three refcounter leaks and lock recursion they covered.mav2014-04-091-7/+4
* All the iSCSI sysctls are also tunables; advertise that.trasz2014-04-041-4/+4
* Use atomic ops instead of mutexes where appropriate.trasz2014-04-011-7/+3
* 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
* Rework cfiscsi_datamove_in() to obey expected data transfer lengthtrasz2014-03-271-39/+81
* Target Transfer Tag is opaque; no need to htonl(3) it.trasz2014-03-251-2/+2
* Use a less unusual syntax in debug printfs.trasz2014-03-251-17/+26
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Make reset handling in iSCSI target RFC-compliant. This fixes some raretrasz2014-03-061-3/+3
* Remove no longer useful debugging output and a stale comment.trasz2013-10-091-13/+2
* Make the error handling more consistant. Shouldn't make any functionaltrasz2013-10-091-9/+23
* Tidy up, cache return value of a function, and add an assertion;trasz2013-10-091-6/+32
* Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all; fortun...trasz2013-10-091-8/+33
* Properly fix out of memory handling in the iSCSI target.trasz2013-10-081-4/+11
* Split cfiscsi_datamove() in two; no functional changes.trasz2013-10-051-182/+203
* Don't leak memory when removing an unconnected session, and remove uselesstrasz2013-10-041-1/+1
* Properly ignore PDUs with CmdSN outside of allowed range.trasz2013-09-241-17/+18
* Fix a few instances of M_WAITOK in threads marked as prohibited from sleep,trasz2013-09-241-2/+16
* Don't use M_WAITOK when running from context where sleeping is prohibited,trasz2013-09-231-4/+21
* Bring in the new iSCSI target and initiator.trasz2013-09-141-0/+2638
OpenPOWER on IntegriCloud