| Age | Commit message (Expand) | Author |
| 2022-09-13 | kill_session now uses the session id to avoid stale session pointers. | mlelstv |
| 2021-06-06 | Schedule command timeout without connection lock being held to prevent | mlelstv |
| 2018-03-04 | Return temporary errors when the session is trying to recover the last | mlelstv |
| 2017-12-03 | - add a prefix to struct members (but not the ioctl ones because they affect | christos |
| 2017-12-03 | add debug messages | mlelstv |
| 2017-02-25 | Use correct lock for session wakeup. | mlelstv |
| 2017-02-05 | Destroy callouts when cleaning up. | mlelstv |
| 2016-12-25 | Lock correctly around CV calls. | mlelstv |
| 2016-06-15 | Remove throttling code, instead signal scsipi layer to reduce the openings | mlelstv |
| 2016-06-05 | Handle freeing of PDU when referencing CCB is freed. | mlelstv |
| 2016-06-05 | wrong assertion. | mlelstv |
| 2016-06-05 | Need session mutex to read serial number. | mlelstv |
| 2016-06-05 | Add missing mutex_exit(). | mlelstv |
| 2016-06-05 | Whitespace, braces. | mlelstv |
| 2016-06-05 | Replace the simple tag counter with the command tag coming down from scsipi. | mlelstv |
| 2016-06-05 | No need to acquire KERNEL_LOCK when entering network code. | mlelstv |
| 2016-06-05 | Make PDU init routines record serial number in CCB too. | mlelstv |
| 2016-06-05 | Fix locking for pdu flags here, in particular PDUF_INQUEUE. | mlelstv |
| 2016-06-05 | More debugging output, changed debug levels for some. | mlelstv |
| 2016-06-03 | fix debug message | mlelstv |
| 2016-06-01 | don't sleep in run_xfer path. | mlelstv |
| 2016-06-01 | refactor callouts | mlelstv |
| 2016-06-01 | factor out sernum handling. | mlelstv |
| 2016-05-29 | Several improvements to the ISCSI driver. | mlelstv |
| 2015-12-24 | fix amd64/conf/ALL build failure | knakahara |
| 2015-05-30 | Inline SET_CCB_TIMEOUT and SET_CONN_TIMEOUT | joerg |
| 2015-05-30 | Remove ISCSI_PERFTEST. | joerg |
| 2015-05-30 | Remove ISCSI_TEST_MODE and corresponding dev/iscsi_test.h header. | joerg |
| 2015-05-15 | Remove conditionals for NetBSD before 4.0. | joerg |
| 2014-09-25 | The "throttling" code in the in-kernel iSCSI initiator is very questionable; | tls |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2012-12-29 | - defer session cleanup to not force detachments | mlelstv |
| 2012-09-09 | Remove an erroneous change that crept in. It was part of an earlier, | mhitch |
| 2012-08-12 | Don't use common variables, also prefix global variables to avoid | mlelstv |
| 2012-06-24 | Add more debugging, fix filehandle usage, login negotiation and session | mlelstv |
| 2012-06-19 | assemble_login_parameters() has a strange error reporting convention: | martin |
| 2012-06-09 | Close file descriptor passed into the kernel on success. | mlelstv |
| 2012-06-05 | Fix system freeze when trying to write to a raw iSCSI device with MAXPHYS | mhitch |
| 2011-10-23 | Start to move the in-kernel iSCSI initiator, kindly contributed to the | agc |