- ISCSI sending response timeout increased to 30 seconds

- Fixed 2 problems in scst_user on release() cleanup
 - Added per-device memory limit and new scst.ko module parameter scst_max_dev_cmd_mem
 - Cleanups, including important ones
 - Version changed to 1.0.0-rc1


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@411 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2008-06-12 18:55:13 +00:00
parent 2cd7071377
commit da47dc7a6c
19 changed files with 423 additions and 238 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
User space FILEIO handler
=========================
Version 0.9.6, XX XXX 200X
--------------------------
Version 1.0.0, XX June 2008
---------------------------
User space program fileio_tgt uses interface of SCST's scst_user dev
handler as well as allows to see how it works in various modes.
+1 -1
View File
@@ -66,7 +66,7 @@ unsigned long trace_flag = DEFAULT_LOG_FLAGS;
#endif /* defined(DEBUG) || defined(TRACING) */
#define DEF_BLOCK_SHIFT 9
#define VERSION_STR "0.9.6"
#define VERSION_STR "1.0.0"
#define THREADS 7
static struct option const long_options[] =