ChangeLogs updates

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3361 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2011-04-06 12:28:40 +00:00
parent e44496cf67
commit b1d4ad6706
4 changed files with 43 additions and 6 deletions

View File

@@ -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
-----------------------------------------------------------------

View File

@@ -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 <steven.umbehocker@osnexus.com>
- Bug fixes and other improvements
Summary of changes between versions 1.0.2 and 2.0.0

View File

@@ -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

View File

@@ -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