Chenge logs and TAGS updated

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1051 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2009-08-14 19:19:04 +00:00
parent 8befa6faad
commit befe0a36fa
5 changed files with 57 additions and 1 deletions

1
TAGS
View File

@@ -6,3 +6,4 @@ Tag Revision
1.0.0 439
SRPT 1.0.0 450
1.0.1 805
1.0.1.1 1050

View File

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

View File

@@ -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 <sdrb@onet.eu>
- 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
---------------------------------------------------

View File

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

View File

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