aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2020-04-13 04:43:10 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2020-04-13 04:43:10 +0000
commit5d44c4851d5e727359442b8d371965ab64685b6f (patch)
treef7a8949ade1f1c31c0b18f59fa61b6400605f424 /ChangeLog
parent0a9f85769a18562cb3cb5a59ec202e044b18389c (diff)
downloadsg3_utils-5d44c4851d5e727359442b8d371965ab64685b6f.tar.gz
sg_lib: sntl: add flush, synchronize cache, write same and dummy start stop unit commands; wire cache mpage's WCE to nvme 'volatile write cache'
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@848 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 79c416b4..a4bcebcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,15 @@ Each utility has its own version number, date of last change and
some description at the top of its ".c" file. All utilities in the main
directory have their own "man" pages. There is also a sg3_utils man page.
-Changelog for sg3_utils-1.46 [20200410] [svn: r847]
+Changelog for sg3_utils-1.46 [20200412] [svn: r847]
- sg_dd: separate category for miscompare errors
- sg_get_elem_status: add res_all or ralwd bit, t10 is fuzzy
- sg_write_x: add dld bits to write(32) [sbc4r19a]
- sg_lib: restore elements and rebuild command added
- - sg_lib: Linux NVMe SNTL: add read, write and verify
+ - sg_lib: Linux NVMe SNTL: add read, write and verify;
+ plus flush, synchronize cache and write same
+ - add dummy start stop unit command
+ - wire cache mpage's WCE to nvme 'volatile write cache'
- testing/sgs_dd: add evfd flags and eventfd processing
- testing/sgh_dd: various fixes