* sg_rep_zones: add support for REPORT ZONE DOMAINS and
REPORT REALMS in this utility
* sg_raw: fix prints of NVMe NVM command names
* sg_logs: additions to Volume statistics lpage [ssc5r05c]
- additions to Command duration limits statistics log
page [spc6r06]
* sg_vpd: fix do_hex type on some recent pages
- zoned block dev char vpd: add zone alignment mode and
zone starting LBA granularity [zbc2r11]
* sg_read_buffer: fix --length= problem
* sg_dd, sgm_dd, sgp_dd: don't close negative file descriptors
* sg_dd: srand48_r() and mrand48_r() are GNU libc specific,
put conditional in so non-reentrant version used otherwise
- 'iflag=00,ff' places the 32 bit block address (big endian)
into each block
* sgp_dd: major rework, fix issue with error being ignored
- new: --chkaddr which checks for block address in each block
- add check for stdatomic.h presence in configure.ac
* sg_xcopy: tweak CSCD identification descriptor
* sg_get_elem_status: fix issue with '--maxlen=' option
- add 2 depopulation revocation health attributes [sbc5r01]
* transport error handling improved. To fix report of a
BAD_TARGET transport error but the utility still continued.
- introduce SG_LIB_TRANSPORT_ERROR [35] exit status
* several utilities: override '--maxlen=LEN' when LEN
is < 16 (or 4), take default (or 4) instead
* scripts: 55-scsi-sg3_id.rules remove outdated rule (bsc#1189297)
* sg_lib: add sg_scsi_status_is_good(),
sg_scsi_status_is_bad() and sg_get_zone_type_str()
OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=89
- Update to version 1.46:
* sg_rep_pip: new utility: report provisioning initialization
pattern command
* sg_turs: estimated time-to-ready [spc6r03]
- add --delay=MS option
* sg_requests: substantial cleanup
* sg_vpd: add Format presets and Concurrent positioning ranges
- add hot-pluggable field in standard Inquiry [spc6r05]
- fix vendor struct opts_t alignment
* sg_inq: add hot-pluggable field in standard Inquiry
* sg_dd: --verify : separate category for miscompare errors
- --verify : oflag=coe continue on miscompares, counts them
- add cdl= operand for command duration limit indexes
- add oflag=nocreat and conv=nocreat : OFILE must exist
- add iflag=00, ff, random flags
- setup conditional auto rule for getrandom()
- add command timeout after comma in time= operand
* 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_opcodes: improve handling of RWCDLP field
* sg_ses: use fan speed factor field for calculation [ses4r04]
- add --all (-a) option, same action as --join
* sg_compare_and_write: add examples section to its manpage
* sg_modes: document '-s' option (same as '-6')
* sg_sanitize + sg_format: when --verbose given once report
probable success; without --verbose 'no news is good news'
* sg_zone: add Remove element and modify zones command
* sg_raw: increase maximum data-in and data-out buffer size
from 64 KB to 1 MB
- fix --cmdfile= handling
- add --nvm option to send commands from the NVM command set
- add --cmdset option to bypass cdb heuristic
- add --scan= first_opcode,last_opcode
* sg_pt_freebsd: allow device names without leading /dev/
thus fix for regression introduced in rev 731 (ver: 1.43)
* sg_pt_solaris+sg_pt_osf1: fix problem with clear_scsi_pt_obj()
which needs to remember is_nvme and dev_fd values
* sg_lib: add ZBC (2020) feature set entries
* sg_lib: restore elements and rebuild command added
* sg_lib,sg_pt: add partial_clear_scsi_pt_obj(),
get_scsi_pt_cdb_len() and get_scsi_pt_cdb_buf()
- add do_nvm_pt() for the NVM (sub-)command set
- tweak transport error handling in Linux
* sg_lib: Linux NVMe SNTL: add read, write and verify;
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'
- fix crash in sg_f2hex_arr() when fname not found
* sg_lib: reprint cdb with illegal request sense key
- asc/ascq match asc-num.txt @t10 20200708 [spc6r02]
* gcc-10: suppress warnings
* autoconf: upgrade version 2.69 to 2.70
* remove space from end of source lines for git-svn
* testing/sg_mrq_testing: new, for blocking mrq usage
* testing/sgs_dd: add evfd flags and eventfd processing
* testing: remove master-slave terminology for sgv4
* examples: add nvme_read_ctl.hex and nvme_write_ctl.hex
OBS-URL: https://build.opensuse.org/request/show/886932
OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=87
- Update to svn r721:
* Merge SUSE-specific patches with upstream svn
* sg_write_atomic: add new program for WRITE ATOMIC
* sg_bg_ctl: new background control command
* sg_ses: Improve output and option handling
* sg_logs: Add --vendor and decode more pages
* sg_get_lba_status: add new program
* Install rescan-scsi-bus.sh and scsi_logging_level per default
OBS-URL: https://build.opensuse.org/request/show/533902
OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=67
- Update to new upstream release 1.41
* sg_zone: new utility for open, close and finish
zone commands introduced in zbc-r02
* sg_rep_zones and sg_reset_wp: change opcodes as
indicated in zbc-r02
* sg_read_buffer: add READ BUFFER(16) support (spc5r02)
* sg_logs: add --enumerate and acronyms
* allow decode from hex or binary in file
* decode environmental reporting + limits lpages
* sg_write_buffer: add --timeout=TO option
* sg_lib interface: add sg_lib_pdt_decay(), TPROTO_PCIE
plus support for zoning service actions
* sg_lib: in Linux blocked devices yield ENXIO from
ioctl(SG_IO), map to SG_LIB_CAT_NOT_READY
* clean up sg_warnings_stream handling
* sg_inq+sg_vpd: fix SCSI name string decoding in
device identification VPD page (0x83)
* increase sanity on Unit Serial number VPD page
* improve rdac vpd page reporting (vendor)
* sg_inq: improve NAA handling in dev_id VPD page
* update version descriptor list to 20150126
OBS-URL: https://build.opensuse.org/request/show/315568
OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=51
- Update to new upstream release 1.39
* This release adds some ZBC support in the form of sg_rep_zones
and sg_reset_wp.
* It tracks changes made by www.t10.org since April 2014.
- Remove
0001-Split-59-scsi-sg_utils.rules-for-multipath-support.patch,
0003-sg_inq-compability-links-for-ata_id.patch,
0004-sg_inq-suppress-warning-messages-for-export.patch,
sginfo-inq-fields-strip-blank.patch (merged upstream).
OBS-URL: https://build.opensuse.org/request/show/237855
OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=39
- Update to version 1.36
- sg_vpd: Protocol-specific port information VPD page
for SAS SSP, persistent connection (spl3r2), power
disable (spl3r3)
- block device characteristics: add FUAB bit
- sg_xcopy: handle more descriptor types; handle zero
maximum segment length; allow list IDs to be disabled;
improve skip/seek handling; allow xcopy on destination
- sg_reset: and --no-esc option to stop reset escalation
- clean up cli, add long option names
- sg_luns: add --test=ALUN option for decoding LUNs
- decoded luns output in decimal or hex (if -HH given)
- add '--linux' option to show Linux LUN after T10
representation, can map one to the other
- sg_inq: add --vendor option to show standard inquiry's
vendor specific fields in ASCII
- take resid into account with response output
- sg_sync: add --16 (for 16 byte command) and --timeout=
- sg_logs: add data compression page (ssc4)
- sg_sat_set_features: increase --lba from 1 to 4 bytes
- sg_write_same: add --ndob option (sbc3r35d)
- sg_map: mark as deprecated
- sginfo: mark as deprecated, especially -l (list)
- sg_lib: improve snprintf handling
- sg_lib_data: sync asc/ascq codes with T10 20130117
- sg_cmds (lib): if noisy given, give more UA info
- make code more C++ friendly
OBS-URL: https://build.opensuse.org/request/show/178508
OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=25
- sg_compare_and_write: new utility
- sg_inq+sg_vpd: block device characteristics VPD page:
add product_type, WABEREQ, WACEREQ and VBULS fields
- sg_inq: more --export option changes for udev
- sg_vpd: add more rdac vendor specific vpd pages
- sg_verify: add --ebytchk option for sbc3r34 changes
- sg_stpg: --offline option: fix 'Invalid state 0xe'
- sg_ses: Door Lock element changed to Door element and
abbreviation changed from 'dl' to 'do' (ses3r05)
- archive/rescan-scsi-bus.sh: upgrade to version 1.53hr
- move rescan-scsi-bus.sh to scripts directory
- sync to sbc3r34
- sg_lib: sg_ll_verify10+16 expand BYTCHK to 2 bit field
- sg_pt_win32, sg_scan(win32): changes for cygwin 1.7.17
- clean up man page summary lines
- sg_xcopy: new dd like utility for extended copy command
- sg_copy_results: new utility for receive copy results
- sg_verify: add 16 byte cdb, bytchk (data-out buffer)
and group number support
- sync to spc4r36 and sbc3r32
- sg_inq: add --export so sg_inq can replace udev's scsi_id
- decode old EMC Symmetrix abuse of VPD page 0x83
- sg_vpd: decode old EMC Symmetrix abuse of VPD page 0x83
- sg_ses: increase max dpage response size to 64 KB
- allow ident,locate on enclosure controller
- more sanity for additional element status descriptor
- sg_sanitize: add --ause, --fail and --test=
- sg_luns: add long extended flat space addressing format
- sg_logs: add ATA pass-through results lpage (SAT-2)
OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=19