diff --git a/iscsi-scst/ChangeLog b/iscsi-scst/ChangeLog index bb6606276..e6b82ca96 100644 --- a/iscsi-scst/ChangeLog +++ b/iscsi-scst/ChangeLog @@ -1,10 +1,12 @@ Summary of changes between versions 2.0.0 and 2.1.0 --------------------------------------------------- - - Update to 2.6.37 + - Update to 2.6.37 and 2.6.38 - Assigning CPU affinity to RD/WR threads added + - Other minor fixes and improvements + Summary of changes in iSCSI-SCST between versions 1.0.1 and 1.0.2 ----------------------------------------------------------------- diff --git a/qla2x00t/qla2x00-target/ChangeLog b/qla2x00t/qla2x00-target/ChangeLog index 0df136e97..57f49c436 100644 --- a/qla2x00t/qla2x00-target/ChangeLog +++ b/qla2x00t/qla2x00-target/ChangeLog @@ -1,7 +1,7 @@ Summary of changes between versions 2.0.0 and 2.1.0 --------------------------------------------------- - - Update to 2.6.37 + - Update to 2.6.37 and 2.6.38 - Complete NPIV support added. Particularly, now SCST core sees all the virtual targets and provide separate target-oriented access @@ -16,7 +16,10 @@ Summary of changes between versions 2.0.0 and 2.1.0 - Long CDBs handling fixed - - Other minor fixes and cleanups + - Per sessions commands stats implemented based on patch from Steven + Umbehocker + + - Bug fixes and other improvements Summary of changes between versions 1.0.2 and 2.0.0 diff --git a/scst/ChangeLog b/scst/ChangeLog index 32140e698..5bb1c4ad3 100644 --- a/scst/ChangeLog +++ b/scst/ChangeLog @@ -1,7 +1,11 @@ Summary of changes between versions 2.0.0 and 2.1.0 --------------------------------------------------- - - Update to 2.6.37 + - Update to 2.6.37 and 2.6.38 + + - Change T10 ID and USN generations to get the random part be CRC32 + from the device name in the first 8 characters as many MPIO + implementations expect - Assigning CPU affinity to threads and connections added @@ -10,7 +14,17 @@ Summary of changes between versions 2.0.0 and 2.1.0 - Support for thin provisioning commands added in scst_vdisk - - Bug fixes and minor improvements + - Fix possible incorrect atomic context on exec stages + + - Limit max tasklet commands via scst_max_tasklet_cmd global attribute + to prevent possible starvation under heavy load and in some cases + improve performance + + - Custom parse improvements + + - Logging improvements + + - Bug fixes and other improvements Summary of changes between versions 1.0.1 and 1.0.2 diff --git a/usr/fileio/ChangeLog b/usr/fileio/ChangeLog index c35f3e657..04e0a7882 100644 --- a/usr/fileio/ChangeLog +++ b/usr/fileio/ChangeLog @@ -1,4 +1,16 @@ -Summary of changes between versions 1.0.1 and 1.0.2 +Summary of changes between versions 2.0.0 and 2.1.0 +--------------------------------------------------- + + - Change T10 ID and USN generations to get the random part be CRC32 + from the device name in the first 8 characters as many MPIO + implementations expect + + - Custom parse improvements + + - Other monor fixes and cleanups + + +Summary of changes between versions 1.0.1 and 2.0.0 --------------------------------------------------- - Support for shared between devices caches added @@ -6,6 +18,12 @@ Summary of changes between versions 1.0.1 and 1.0.2 - Possibility to use single size SGV cache as well as control of the SGV cache reclamation time added + - Change T10 ID and USN generations to get the random part be CRC32 + from the device name in the first 8 characters as many MPIO + implementations expect + + - Custom parse improvements + - Other monor fixes and cleanups