From 59c9780344eccca84db91f43fc2c6b1ad31b9a5d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 16 Aug 2019 03:19:28 +0000 Subject: [PATCH 1/2] ChangeLog: Describe SCST 3.4 changes git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8507 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scst/ChangeLog b/scst/ChangeLog index 561d1e04c..c0e7bc2d5 100644 --- a/scst/ChangeLog +++ b/scst/ChangeLog @@ -1,3 +1,19 @@ +Summary of changes between versions 3.3 and 3.4 +----------------------------------------------- +- I/O keeps running at full speed if a LUN is added or removed and also if + a device is added or removed. +- Added support for asynchronous zero-copy file I/O. This change improves + vdisk_fileio performance significantly. See also the documentation of the + 'async' and 'o_direct' attributes. +- Added support for the SCSI WRITE AND VERIFY command. +- Reworked the build infrastructure such that switching between debug, release + and perf modes is now much faster. +- Dropped support for RHEL 5. +- Dropped support for procfs. +- Dropped support for I/O context sharing. This mechanism improved CFQ + performance. +- Fixed a number of small bugs. + Summary of changes between versions 3.2 and 3.3 ----------------------------------------------- - Support for a new build method ("make dpkg"). From 9a4b39b604e73a665930c35b2deb2f10da44496b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 16 Aug 2019 13:53:37 +0000 Subject: [PATCH 2/2] nightly build: Update kernel versions git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8508 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- nightly/conf/nightly.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index 605559396..b5bb733dc 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -3,26 +3,26 @@ ABT_DETAILS="x86_64" ABT_JOBS=5 ABT_KERNELS=" \ -5.2.8 \ +5.2.9 \ 5.1.21-nc \ 5.0.21-nc \ 4.20.17-nc \ -4.19.66-nc \ +4.19.67-nc \ 4.18.20-nc \ 4.17.19-nc \ 4.16.18-nc \ 4.15.18-nc \ -4.14.138-nc \ +4.14.139-nc \ 4.13.16-nc \ 4.12.14-nc \ 4.11.12-nc \ 4.10.17-nc \ -4.9.188-nc \ +4.9.189-nc \ 4.8.17-nc \ 4.7.10-nc \ 4.6.7-nc \ 4.5.7-nc \ -4.4.188-nc \ +4.4.189-nc \ 4.3.6-nc \ 4.2.8-nc \ 4.1.52-nc \ @@ -30,7 +30,7 @@ ABT_KERNELS=" \ 3.19.8-nc \ 3.18.140-nc \ 3.17.8-nc \ -3.16.71-nc \ +3.16.72-nc \ 3.15.10-nc \ 3.14.79-nc \ 3.13.11-nc \