diff --git a/www/downloads.html b/www/downloads.html index 93190558e..d4313ddce 100644 --- a/www/downloads.html +++ b/www/downloads.html @@ -31,7 +31,7 @@

Stable SCST Releases

-

The latest stable version of SCST core is 0.9.5.2. It requires Linux kernel 2.6.14 or higher. Tested mostly on +

The latest stable version of SCST core is 1.0.0. It requires Linux kernel 2.6.16 or higher. Tested mostly on i386 and x86_64, but should also work on any other supported by Linux platform. More detail information you could find in its README file.

The latest development version of SCST core, target drivers and @@ -56,19 +56,23 @@

Stable Releases

:: scst

- +

:: scstadmin

- +

:: qla2x00-target

- + +

:: qla_isp

+ +

:: iscsi-scst

+ +

:: fileio_tgt

+

:: doc-src

:: qla2x00-target-24

:: scst-24

-

:: unh-iscsi-1.6.0-scst

-
diff --git a/www/handler_fileio_tgt.html b/www/handler_fileio_tgt.html new file mode 100644 index 000000000..cb60acc98 --- /dev/null +++ b/www/handler_fileio_tgt.html @@ -0,0 +1,85 @@ + + + + + + + + +SCST: Generic SCSI Target Middle Level for Linux + + + + +
+ + + + + +
+ + +
+

FILEIO_TGT handler

+ +

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 provides mostly the same functionality as the kernel space + SCST's scst_vdisk handler with the only exceptions that it supports + O_DIRECT mode and doesn't support BLOCKIO one. O_DIRECT mode is + basically the same as BLOCKIO, but also supports files, so for some + loads it could be significantly faster, than the regular FILEIO access. + All the words about BLOCKIO mode from SCST's README file apply to + O_DIRECT mode as well.

+ +

The latest stable version is 1.0.0. Requires SCST version 1.0.0 or higher.

+

You can find the latest development version of this handler in the SCST SVN. See the download page how to setup + access to it.

+ +
+
+
+ + + + + + + diff --git a/www/scst_admin.html b/www/scst_admin.html index 2cbd84b79..0ad97bb88 100644 --- a/www/scst_admin.html +++ b/www/scst_admin.html @@ -40,9 +40,10 @@
  • Open-FCoE Target SW
  • Old Unsupported
  • -

    SCST Admin

    +

    User utilities

    @@ -58,7 +59,7 @@ and add them to SCST.

    - Download + Download SCST SVN Repository

     

    diff --git a/www/target_fcoe.html b/www/target_fcoe.html index 806ca09d9..deef08bd5 100644 --- a/www/target_fcoe.html +++ b/www/target_fcoe.html @@ -40,9 +40,10 @@
  • Open-FCoE Target SW
  • Old Unsupported
  • -

    SCST Admin

    +

    User utilities

    diff --git a/www/target_iscsi.html b/www/target_iscsi.html index 2c1d89dd8..30feb3080 100644 --- a/www/target_iscsi.html +++ b/www/target_iscsi.html @@ -40,9 +40,10 @@
  • Open-FCoE Target SW
  • Old Unsupported
  • -

    SCST Admin

    +

    User utilities

    @@ -111,11 +112,15 @@ iscsi-scstd.conf file in /etc, but using corresponding SCST facilities. This is because now the responsibilities are divided (as it should be) between the target driver (iSCSI-SCST) and the SCST core: target driver is responsible for handling targets and their parameters, SCST core is responsible for handling backstorage.

    - -

    - IET WebPage - SCST SVN Repository -

    + +

    The latest stable version is 1.0.0. Requires Linux kernel version 2.6.16.x or higher and SCST version 1.0.0 or higher. + Tested mostly on i386 and x86_64, but should work on any other supported by Linux platform.

    +

    You can find the latest development version of this driver in the SCST SVN. See the download page how to setup + access to it.

    +

    + Download + SCST SVN Repository +

    diff --git a/www/target_lsi.html b/www/target_lsi.html index 16867630b..701bbf118 100644 --- a/www/target_lsi.html +++ b/www/target_lsi.html @@ -40,9 +40,10 @@
  • Open-FCoE Target SW
  • Old Unsupported
  • -

    SCST Admin

    +

    User utilities

    diff --git a/www/target_old.html b/www/target_old.html index c1e6a9073..f17ebcc2a 100644 --- a/www/target_old.html +++ b/www/target_old.html @@ -40,9 +40,10 @@
  • Open-FCoE Target SW
  • Old Unsupported
  • -

    SCST Admin

    +

    User utilities

    diff --git a/www/target_qla22xx_23xx.html b/www/target_qla22xx_23xx.html index d2fa6589b..f353feeed 100644 --- a/www/target_qla22xx_23xx.html +++ b/www/target_qla22xx_23xx.html @@ -40,9 +40,10 @@
  • Open-FCoE Target SW
  • Old Unsupported
  • -

    SCST Admin

    +

    User utilities

    @@ -50,7 +51,7 @@

    Target driver for QLogic 22xx/23xx cards

    This is target driver for QLogic 22xx/23xx Fibre Channel cards. It is stable and well tested.

    -

    The latest version is 0.9.5. Requires Linux kernel version 2.6.16.x or higher and SCST version 0.9.5. +

    The latest stable version is 1.0.0. Requires Linux kernel version 2.6.16.x or higher and SCST version 1.0.0 or higher. Tested mostly on i386 and x86_64, but should work on any other supported by Linux platform.

    You can find the latest development version of this driver in the SCST SVN. See the download page how to setup access to it.

    diff --git a/www/target_qla_isp.html b/www/target_qla_isp.html index 7566c4845..1440d3aca 100644 --- a/www/target_qla_isp.html +++ b/www/target_qla_isp.html @@ -40,9 +40,10 @@
  • Open-FCoE Target SW
  • Old Unsupported
  • -

    SCST Admin

    +

    User utilities

    @@ -56,10 +57,12 @@

    Driver operates on the same hardware as the qla2x00 target driver, but has one notable advantage over it: support of 24xx series of QLogic adapters.

    This driver is in beta stages. You may want to use it in production, but you need to test it for your hardware - configuration. It is available for download from the SCST SVN repository. See the download page how to setup access - to it.

    + configuration. The latest version is 1.0.0.

    +

    You can find the latest development version of this driver in the SCST SVN. See the download page how to setup + access to it.

    - SCST SVN Repository + Download + SCST SVN Repository

     

    diff --git a/www/target_srp.html b/www/target_srp.html index 5cf8ff39d..526220f0b 100644 --- a/www/target_srp.html +++ b/www/target_srp.html @@ -40,9 +40,10 @@
  • Open-FCoE Target SW
  • Old Unsupported
  • -

    SCST Admin

    +

    User utilities

    diff --git a/www/targets.html b/www/targets.html index ce46d45de..706829308 100644 --- a/www/targets.html +++ b/www/targets.html @@ -40,9 +40,10 @@
  • Open-FCoE Target SW
  • Old Unsupported
  • -

    SCST Admin

    +

    User utilities