From 59c9780344eccca84db91f43fc2c6b1ad31b9a5d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 16 Aug 2019 03:19:28 +0000 Subject: [PATCH] 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").