aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2020-04-24 02:15:20 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2020-04-24 02:15:20 +0000
commit3110953e4ba6939a85d5a6610382a43c942aa0ae (patch)
tree7a48d95f28e3d373b1548dfb814c4e0c68094eec /ChangeLog
parent5d44c4851d5e727359442b8d371965ab64685b6f (diff)
downloadsg3_utils-3110953e4ba6939a85d5a6610382a43c942aa0ae.tar.gz
sg_get_elem_status: add ralwd bit sbc4r20a, sg_rep_zones: print invalid write pointer LBA as -1 rather than 16 'f's
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@849 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a4bcebcc..64008fc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,14 +2,16 @@ 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 [20200412] [svn: r847]
+Changelog for sg3_utils-1.46 [20200423] [svn: r849]
- sg_dd: separate category for miscompare errors
- - sg_get_elem_status: add res_all or ralwd bit, t10 is fuzzy
+ - sg_get_elem_status: add ralwd bit sbc4r20a
- sg_write_x: add dld bits to write(32) [sbc4r19a]
+ - sg_rep_zones: print invalid write pointer LBA as -1 rather
+ than 16 "f"s
- sg_lib: restore elements and rebuild command added
- sg_lib: Linux NVMe SNTL: add read, write and verify;
- plus flush, synchronize cache and write same
- - add dummy start stop unit command
+ synchronize cache and write same translations
+ - add dummy start stop unit and test unit ready commands
- wire cache mpage's WCE to nvme 'volatile write cache'
- testing/sgs_dd: add evfd flags and eventfd processing
- testing/sgh_dd: various fixes