1.0.1.1 release

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/1.0.1.x@1050 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2009-08-14 19:18:05 +00:00
parent 05e2ad3452
commit d8fcc078d1
9 changed files with 58 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
Summary of changes in iSCSI-SCST between versions 1.0.0 and 1.0.1.1
-------------------------------------------------------------------
- Fixes in handling of initiators.allow and initiators.deny files
- Wrong usage of parent request's fields in the response fixed.
- Unneeded mutex_lock(&scst_mutex) removed, because it can be done on
atomic or SIRQ context
Summary of changes in iSCSI-SCST between versions 1.0.0 and 1.0.1
-----------------------------------------------------------------

View File

@@ -1,8 +1,8 @@
iSCSI SCST target driver
========================
Version 1.0.1.1, XX XXXXX 2009
------------------------------
Version 1.0.1.1, 14 August 2009
-------------------------------
This driver is a forked with all respects version of iSCSI Enterprise
Target (IET) (http://iscsitarget.sourceforge.net/) with updates to work

View File

@@ -1,8 +1,8 @@
iSCSI SCST target driver
========================
Version 1.0.1.1, XX XXXXX 2009
------------------------------
Version 1.0.1.1, 14 August 2009
-------------------------------
This driver is a forked with all respects version of iSCSI Enterprise
Target (IET) (http://iscsitarget.sourceforge.net/) with updates to work

View File

@@ -1,3 +1,10 @@
Summary of changes between versions 1.0.0 and 1.0.1.1
-----------------------------------------------------
- Fix possible crash with too fast target mode enabling/disabling or
module unload
Summary of changes between versions 1.0.0 and 1.0.1
---------------------------------------------------

View File

@@ -1,8 +1,8 @@
Target driver for Qlogic 22xx/23xx Fibre Channel cards
======================================================
Version 1.0.1.1, XX XXXXX 2009
------------------------------
Version 1.0.1.1, 14 August 2009
-------------------------------
This driver has all required features and looks to be quite stable (for
beta) and useful. It consists from two parts: the target mode driver

View File

@@ -1,3 +1,25 @@
Summary of changes between versions 1.0.0 and 1.0.1.1
-----------------------------------------------------
- Issues cased by change of cdb_len to unsigned fixed
- INIT ELEMENT STATUS WRANGE added to the list of known commands
- Possible miss of UCMD_STATE_ON_FREEING event in scst_user fixed
- Fix possible crash in scst_copy_sg()
- Races on scst_user devices cleanup fixed
- Incorrect errors reporting on scst_user devices unregistration fixed
- Possible double free in scst_user fixed
- 64-bit cleanups
- Other monor fixes and cleanups
Summary of changes between versions 1.0.0 and 1.0.1
---------------------------------------------------

View File

@@ -1,8 +1,8 @@
Generic SCSI target mid-level for Linux (SCST)
==============================================
Version 1.0.1.1, XX XXXXX 2009
------------------------------
Version 1.0.1.1, 14 August 2009
-------------------------------
SCST is designed to provide unified, consistent interface between SCSI
target drivers and Linux kernel and simplify target drivers development

View File

@@ -1,3 +1,11 @@
Summary of changes between versions 1.0.0 and 1.0.1.1
-----------------------------------------------------
- 64-bit cleanups
- Other minor fixes and cleanups
Summary of changes between versions 1.0.0 and 1.0.1
---------------------------------------------------

View File

@@ -1,8 +1,8 @@
User space FILEIO handler
=========================
Version 1.0.1.1, XX XXXXX 2009
------------------------------
Version 1.0.1.1, 14 August 2009
-------------------------------
User space program fileio_tgt uses interface of SCST's scst_user dev
handler and allows to see how it works in various modes. Fileio_tgt