#
b1277ad1 |
| 25-Mar-2014 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Use a less unusual syntax in debug printfs.
Sponsored by: The FreeBSD Foundation
|
#
5748b897 |
| 19-Feb-2014 |
Martin Matuska <mm@FreeBSD.org> |
Merge head up to r262222 (last merge was incomplete).
|
#
485ac45a |
| 04-Feb-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r259205 in preparation for some SVM updates. (for real this time)
|
Revision tags: release/10.0.0 |
|
#
0260023f |
| 10-Dec-2013 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Properly refuse handoff requests on already connected sessions. Previously this would result in dropping the session.
MFC after: 2 days Sponsored by: The FreeBSD Foundation
|
#
c4dfe4ab |
| 01-Dec-2013 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Fix hang on reboot with active iSCSI connections.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
#
064bee34 |
| 30-Oct-2013 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r256071
This is just prior to the bhyve_npt_pmap import so will allow just the change to be merged for easier debug.
|
#
0bfd163f |
| 18-Oct-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r233826 through r256722.
|
#
3caf0790 |
| 13-Oct-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head@256284
|
#
1ccca3b5 |
| 10-Oct-2013 |
Alan Somers <asomers@FreeBSD.org> |
IFC @256277
Approved by: ken (mentor)
|
#
72acff0f |
| 09-Oct-2013 |
Mark Murray <markm@FreeBSD.org> |
MFC - tracking commit.
|
#
69647b7b |
| 09-Oct-2013 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Properly handle residual count in Data-In PDUs with S bit set.
Approved by: re (gjb) Sponsored by: FreeBSD Foundation
|
#
d43c9ec1 |
| 09-Oct-2013 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Be extra paranoid with values obtained from the target.
Approved by: re (glebius) Sponsored by: FreeBSD Foundation
|
#
371cbaaf |
| 09-Oct-2013 |
Mark Murray <markm@FreeBSD.org> |
MFC - tracking commit
|
#
1008ac5e |
| 09-Oct-2013 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all; fortunately nothing seems to actually use this feature, but it's required by standard.
Approved by: re (glebius) Sponsored by:
Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all; fortunately nothing seems to actually use this feature, but it's required by standard.
Approved by: re (glebius) Sponsored by: FreeBSD Foundation
show more ...
|
#
586f9f8f |
| 05-Oct-2013 |
Mark Murray <markm@FreeBSD.org> |
MFC- tracking commit.
|
#
c28c09c1 |
| 04-Oct-2013 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Don't leak memory when removing an unconnected session, and remove useless UMA_ZONE_NOFREE that caused another leak when unloading the module.
Approved by: re (glebius) Sponsored by: FreeBSD Foundat
Don't leak memory when removing an unconnected session, and remove useless UMA_ZONE_NOFREE that caused another leak when unloading the module.
Approved by: re (glebius) Sponsored by: FreeBSD Foundation
show more ...
|
#
27650413 |
| 02-Oct-2013 |
Mark Murray <markm@FreeBSD.org> |
MFC - tracking update.
|
Revision tags: release/9.2.0 |
|
#
a667cf73 |
| 24-Sep-2013 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
As it turns out, when MOD_LOAD handler returns error, kernel calls MOD_UNLOAD handler. Make the new iSCSI initiator not panic when this happens.
Approved by: re (glebius) Sponsored by: FreeBSD Foun
As it turns out, when MOD_LOAD handler returns error, kernel calls MOD_UNLOAD handler. Make the new iSCSI initiator not panic when this happens.
Approved by: re (glebius) Sponsored by: FreeBSD Foundation
show more ...
|
#
46aaea89 |
| 23-Sep-2013 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Don't use M_WAITOK when running from context where sleeping is prohibited, such as callout or a geom thread.
Approved by: re (marius) Sponsored by: FreeBSD Foundation
|
#
ef90af83 |
| 20-Sep-2013 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r255692
Comment out IA32_MISC_ENABLE MSR access - this doesn't exist on AMD. Need to sort out how arch-specific MSRs will be handled.
|
#
7843bd03 |
| 18-Sep-2013 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Fix several problems in the new iSCSI stack; this includes interoperability fix for LIO (Linux target), removing possibility for the target to avoid mutual CHAP by choosing to skip authentication alt
Fix several problems in the new iSCSI stack; this includes interoperability fix for LIO (Linux target), removing possibility for the target to avoid mutual CHAP by choosing to skip authentication altogether, and fixing truncated error messages in iscsictl(8) output. This also fixes several of the problems found with Coverity.
Note that this change requires world rebuild.
Coverity CID: 1088038, 1087998, 1087990, 1088004, 1088044, 1088041, 1088040 Approved by: re (blanket) Sponsored by: FreeBSD Foundation
show more ...
|
#
009ea47e |
| 14-Sep-2013 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Bring in the new iSCSI target and initiator.
Reviewed by: ken (parts) Approved by: re (delphij) Sponsored by: FreeBSD Foundation
|