<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/iscsi, branch release/11.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-04-16T17:22:51Z</updated>
<entry>
<title>MFC r330937:</title>
<updated>2018-04-16T17:22:51Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2018-04-16T17:22:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d8f08366822dca3618423244f1584048b0e581ec'/>
<id>urn:sha1:d8f08366822dca3618423244f1584048b0e581ec</id>
<content type='text'>
Fix typo in a warning message.
</content>
</entry>
<entry>
<title>MFC r330740:</title>
<updated>2018-04-16T17:21:26Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2018-04-16T17:21:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=893ad340df94afd02cf0d1bdc087245f584ed717'/>
<id>urn:sha1:893ad340df94afd02cf0d1bdc087245f584ed717</id>
<content type='text'>
Check for duplicates when modifying an iSCSI session.  Previously we did
this check on open, but "iscsictl -M", or an iSCSI redirect received by
iscsid(8) could end up with two sessions with the same target name and
portal.
</content>
</entry>
<entry>
<title>MFC r326730:</title>
<updated>2018-04-16T17:08:58Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2018-04-16T17:08:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=95313d21c52689e8c4a28ad96c5542d33a93095b'/>
<id>urn:sha1:95313d21c52689e8c4a28ad96c5542d33a93095b</id>
<content type='text'>
Move the DIAGNOSTIC check for lost iSCSI PDUs from icl_conn_close()
to icl_conn_free().  It's perfectly valid for the counter to be non-zero
in the former.

Sponsored by:	playkey.net
</content>
</entry>
<entry>
<title>MFC r328341:</title>
<updated>2018-04-16T16:22:00Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2018-04-16T16:22:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=54c65910c0e924dd201da4812e3daea6152bfaea'/>
<id>urn:sha1:54c65910c0e924dd201da4812e3daea6152bfaea</id>
<content type='text'>
Add SPDX tags to iscsi(4).
</content>
</entry>
<entry>
<title>Revert r330897:</title>
<updated>2018-03-29T02:50:57Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-29T02:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4ab2e064d7950be84256d671a7ae93f87cc6aa36'/>
<id>urn:sha1:4ab2e064d7950be84256d671a7ae93f87cc6aa36</id>
<content type='text'>
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)
</content>
</entry>
<entry>
<title>Partial merge of the SPDX changes</title>
<updated>2018-03-14T03:19:51Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-14T03:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be5d0b9566b13fdf8cabebb63334cbec12bfc409'/>
<id>urn:sha1:be5d0b9566b13fdf8cabebb63334cbec12bfc409</id>
<content type='text'>
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from:	pfg
</content>
</entry>
<entry>
<title>MFC r324957: iscsi_shutdown_post: do nothing if panic-ing</title>
<updated>2017-10-31T09:58:19Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2017-10-31T09:58:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2f1f738bfe82c5181b1f1c91a8faa15c9ca313ad'/>
<id>urn:sha1:2f1f738bfe82c5181b1f1c91a8faa15c9ca313ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r324694: never retry oustanding requests when terminating iscsi session</title>
<updated>2017-10-31T09:56:37Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2017-10-31T09:56:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8498e6b500e7c07defb6c555e702355f7b639cc9'/>
<id>urn:sha1:8498e6b500e7c07defb6c555e702355f7b639cc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r324689: iscsi: do not hold the global lock while tearing down a session</title>
<updated>2017-10-31T09:54:41Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2017-10-31T09:54:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e01d02dac5dfe5b4d7b3a839e94437ffb7b56b33'/>
<id>urn:sha1:e01d02dac5dfe5b4d7b3a839e94437ffb7b56b33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r314555: Inline some trivial wrapper functions.</title>
<updated>2017-03-16T07:07:56Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2017-03-16T07:07:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9e690bad34bafe34bd9a2be1164a5bf1a074eba1'/>
<id>urn:sha1:9e690bad34bafe34bd9a2be1164a5bf1a074eba1</id>
<content type='text'>
</content>
</entry>
</feed>
