History log of /freebsd-10-stable/sys/dev/iscsi/iscsi.h
Revision Date Author Comments
# 311401 05-Jan-2017 mav

MFC r295476 (by trasz): Remove stray semicolons from the iSCSI code.


# 294708 25-Jan-2016 smh

MFC r291911, r293659:

Fix panic on shutdown due to iscsi event priority.

Close iSCSI sessions on shutdown.

Sponsored by: Multiplay


# 268703 15-Jul-2014 mav

MFC r268326:
Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.

Previously ISID was changed every time, that made impossible correct
persistent reservation, because reconnected session was identified as
completely new one.


# 265500 07-May-2014 trasz

MFC r264109:

We don't need TAILQ for iSCSI PDUs; STAILQ is enough.

Sponsored by: The FreeBSD Foundation


# 268703 15-Jul-2014 mav

MFC r268326:
Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.

Previously ISID was changed every time, that made impossible correct
persistent reservation, because reconnected session was identified as
completely new one.


# 265500 07-May-2014 trasz

MFC r264109:

We don't need TAILQ for iSCSI PDUs; STAILQ is enough.

Sponsored by: The FreeBSD Foundation