diff --git a/TAGS b/TAGS index bab0dab12..e85c80f03 100644 --- a/TAGS +++ b/TAGS @@ -6,3 +6,4 @@ Tag Revision 1.0.0 439 SRPT 1.0.0 450 1.0.1 805 +1.0.1.1 1050 diff --git a/iscsi-scst/ChangeLog b/iscsi-scst/ChangeLog index fc2846cd4..fff3a7249 100644 --- a/iscsi-scst/ChangeLog +++ b/iscsi-scst/ChangeLog @@ -3,6 +3,14 @@ Summary of changes in iSCSI-SCST between versions 1.0.1 and 1.0.2 - Support bidirectional transfers added + - Connection and session reinstatements fixes + + - Fixes in handling of initiators.allow and initiators.deny files + + - Sync with the latest IET + + - Other minor fixes and cleanups + Summary of changes in iSCSI-SCST between versions 1.0.0 and 1.0.1 ----------------------------------------------------------------- diff --git a/qla2x00t/qla2x00-target/ChangeLog b/qla2x00t/qla2x00-target/ChangeLog index 8f46cb8d4..f93a5a2fd 100644 --- a/qla2x00t/qla2x00-target/ChangeLog +++ b/qla2x00t/qla2x00-target/ChangeLog @@ -1,8 +1,14 @@ Summary of changes between versions 1.0.1 and 1.0.2 --------------------------------------------------- + - Failure of enabling target mode, if do it too fast, fixed + Based on work by sdrb + - Possible crash with too fast target mode enabling/disabling or + module unload fixed + - Implemented abort on timeout of stuck in the firmware commands + Summary of changes between versions 1.0.0 and 1.0.1 --------------------------------------------------- diff --git a/scst/ChangeLog b/scst/ChangeLog index 7fe13f490..66163f089 100644 --- a/scst/ChangeLog +++ b/scst/ChangeLog @@ -1,8 +1,42 @@ Summary of changes between versions 1.0.1 and 1.0.2 --------------------------------------------------- - - Support bidirectional transfers added + - Support for bidirectional transfers added + + - REQUEST SENSE now can return the most recent sense + + - READ CAPACITY(16) now reports number of logical blocks per phisical + block + + - Parameters scst_max_cmd_mem and scst_max_dev_cmd_mem as well as + vdisk's parameters num_threads and scst_vdisk_ID made visible through + /sys/module/scst and /sys/module/scst_vdisk correspondingly + + - Shared between devices SGV caches were implemented + - Possibilities to operate with single size entries as well as control of + the reclamation time added to the SGV cache + + - Issues cased by change of cdb_len to unsigned fixed. + + - INIT ELEMENT STATUS WRANGE added to the list of known commands. + + - Races on scst_user devices cleanup fixed + + - Implemented abort on timeout of stuck in tgt hardware commands + + - Automatic sessions reassignment implemented with corresponding atomic + management commands added + + - Generation of INQUERY DATA HAS CHANGED Unit Attention or AEN for + changed devices during automatic sessions reassignment added + + - Requeue global Unit Attentions on delivery failure added + + - Update for 2.6.30 + + - Other bug fixes and cleanups + Summary of changes between versions 1.0.0 and 1.0.1 --------------------------------------------------- diff --git a/usr/fileio/ChangeLog b/usr/fileio/ChangeLog index e3a5c6a18..c35f3e657 100644 --- a/usr/fileio/ChangeLog +++ b/usr/fileio/ChangeLog @@ -1,6 +1,13 @@ Summary of changes between versions 1.0.1 and 1.0.2 --------------------------------------------------- + - Support for shared between devices caches added + + - Possibility to use single size SGV cache as well as control + of the SGV cache reclamation time added + + - Other monor fixes and cleanups + Summary of changes between versions 1.0.0 and 1.0.1 ---------------------------------------------------