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