aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-29cleanup warning and C++20 building issuesDouglas Gilbert
2022-07-27rescan-scsi-bus.sh: fix handling of '-I <secs>' option ; sg_inq+sg_vpd: more ...Douglas Gilbert
2022-07-19another round of sgj_* function renaming; sg_inq+sg_vpd: add new Block Limits...Douglas Gilbert
2022-07-15sg_inq+sg_vpd: JSON work continuesDouglas Gilbert
2022-07-11sg_inq+sg_vpd: merge VPD page processingDouglas Gilbert
2022-07-06sg_vpd: more JSON workDouglas Gilbert
2022-07-02sg3_utils.spec: change tarball extension from .tgz to .tar.gz ; fix build iss...Douglas Gilbert
2022-06-27more JSON work: sense data and vpd device id, start on sg_vpdDouglas Gilbert
2022-06-25sg_rem_rest_elem: new utility for removing or restoring elements; bug fixesDouglas Gilbert
2022-06-02more sg_get_elem_status workDouglas Gilbert
2022-05-24sg_get_elem_status: change '--maxlen=' option default to 1056 (was 32), other...Douglas Gilbert
2022-05-12sg_lib: document internal json interface in include/sg_pr2serr.h; codespell f...Douglas Gilbert
2022-05-06sg_inq: add support for Hitachi/HP open-v ldev names; sg_rep_zone: more json ...Douglas Gilbert
2022-05-02sg_rep_zones: add experimental --json[=JO] option and generationDouglas Gilbert
2022-04-24autoconf: 2.71; automake: 1.16.5; libtool: 2.4.6; updates from Ubuntu 22.04Douglas Gilbert
2022-04-21test commit to test 'continuous integration'Douglas Gilbert
2022-04-21Merge pull request #16 from bvanassche/masterDouglas Gilbert
2022-04-21https://github.com/doug-gilbert/sg3_utils/pull/17 applied with tweaks: add ti...Douglas Gilbert
2022-04-21sg_opcodes: add --inhex=FN to process earlier -HHH, add experimental --json[=...Douglas Gilbert
2022-04-17sg_lib: add hex2fp(); sg_rtpg: https://github.com/hreinecke/sg3_utils/pull/79...Douglas Gilbert
2022-03-10sg_ses: add exp_sas_addr acronym for getting expander's SAS addressDouglas Gilbert
2022-03-09sg_logs: add --exclude and --undefined options, improve 'last_n' log pages; a...Douglas Gilbert
2022-03-01zoned disk man page improvementsDouglas Gilbert
2022-02-24sg_rep_zones: add --statistics option; bump sg3_utils.spec version numberDouglas Gilbert
2022-02-19rescan-scsi-bus.sh: rev 815 changed the order of listing hosts from numeric t...Douglas Gilbert
2022-02-18sg_read_buffer: add --eh_code= and --no_output options; sg_inq, sg_vpd: Devic...Douglas Gilbert
2022-02-11sg_format: allow disk formats on ZBC (zoned) disksDouglas Gilbert
2022-02-07rescan-scsi-bus.sh: Use "seq -s"Douglas Gilbert
2022-02-03sg_rep_zones: add --brief option and --find ZT option; sg_modes: improve hand...Douglas Gilbert
2022-01-28cleanup masks for PDT [0x1f] and group_number [0x3f]Douglas Gilbert
2022-01-27sg_lib: add sg_pdt_s_eq() to cope with ZBC disks which may be either PDT_ZBC ...Douglas Gilbert
2022-01-21sg_rep_density: new utility for decoding the response of Report density suppo...Douglas Gilbert
2022-01-19round of coverity identified issue fixes (and non-issues)Douglas Gilbert
2022-01-09Zoned block device characteristics VPD page, zbd extension field tweakDouglas Gilbert
2022-01-03rescan-scsi-bus.sh: apply fix for '-r' from https://github.com/doug-gilbert/s...Douglas Gilbert
2021-12-31sg_logs: further tweak -lll to cope with missing [0,0xff] 'supported ... subp...Douglas Gilbert
2021-12-27sg_logs: make merger cleaner, don't add [pg,0xff] unless it appears in one of...Douglas Gilbert
2021-12-27sg_logs: make '-lll' set union of log pages 0x0 and 0x0,0xffDouglas Gilbert
2021-12-23sg_logs: tweak the meaning of --list option; sg_opcodes: cleanup error reportingDouglas Gilbert
2021-12-04sg_z_act_query: fix usage callDouglas Gilbert
2021-11-20sg_z_act_query: new utility for sending either a Zone activate or Zone query ...Douglas Gilbert
2021-11-16second fix rev on 1.47 release; accept uclinux as linuxDouglas Gilbert
2021-11-15this is a bugfix rev on release 1.47 [r919,920]Douglas Gilbert
2021-11-10release 1.47, tag will be next rev numberDouglas Gilbert
2021-11-05sgp_dd: add check for stdatomic.h presence in configure.ac; scripts: 55-scsi-...Douglas Gilbert
2021-10-31sg_logs: additions to Command duration limits statistics log page [spc6r06]; ...Douglas Gilbert
2021-10-28sg_dd: 'iflag=00,ff' places the 32 bit block address (big endian) into each b...Douglas Gilbert
2021-10-01sg_requests: fix bug in outputDouglas Gilbert
2021-09-26sg_vpd: zoned block dev char vpd: add zone alignment mode and zone starting L...Douglas Gilbert
2021-09-12sg_dd: srand48_r() and mrand48_r() are GNU libc specific, put conditional in ...Douglas Gilbert