aboutsummaryrefslogtreecommitdiff
path: root/src/sg_format.c
AgeCommit message (Expand)Author
2022-08-12sg_inq+sg_vpd: more JSON work (add SG_C_CPP_ZERO_INIT)Douglas Gilbert
2022-06-25sg_rem_rest_elem: new utility for removing or restoring elements; bug fixesDouglas Gilbert
2022-02-11sg_format: allow disk formats on ZBC (zoned) disksDouglas Gilbert
2022-01-28cleanup masks for PDT [0x1f] and group_number [0x3f]Douglas Gilbert
2021-11-20sg_z_act_query: new utility for sending either a Zone activate or Zone query ...Douglas Gilbert
2021-08-30improve transport error handling. To fix report of a BAD_TARGET transport err...Douglas Gilbert
2021-04-15change links to http://sg.danny/cz/sg/* to httpsDouglas Gilbert
2020-12-24sg_sanitize + sg_format: when --verbose given once report probable success; w...Douglas Gilbert
2020-01-25sbc4r18+spc6r01 partial catch-up; sg_format: add FORMAT WITH PRESET supportDouglas Gilbert
2019-12-27sg_lib: add sg_get_command_str() and sg_print_command_len(); sg_verify+sg_wri...Douglas Gilbert
2019-09-17sync with fixes from Redhat, via github; remove testing/Makefile.cplus and te...Douglas Gilbert
2019-01-14sg_lib: tweak sg_pt interface to better handle bidi; sg_cmds_process_resp(): ...Douglas Gilbert
2019-01-11spc5r20 updates; fixes for FreeBSD 12.0 releaseDouglas Gilbert
2018-12-13sg_format: add --dcrt used twice (FOV=1 DCRT=0); sg_pt_linux: uses sg v4 inte...Douglas Gilbert
2018-12-07add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_d...Douglas Gilbert
2018-08-31sg_format: FFMT tweaks: default CMPLST to false, shorten pollDouglas Gilbert
2018-08-13apply most patches from sg3_utils-1.42-6.fc29.src*; sg_get_lba_status fixes; ...Douglas Gilbert
2018-07-25sg_format: when changing block size allow for Mode Select rejecting SP=1 (Sav...Douglas Gilbert
2018-06-29sg_opcode: support MLU, Multiple Logical Units (18-045r1); sg_lib: sg_simple_...Douglas Gilbert
2018-05-24add SG_LIB_LOGIC_ERROR and SG_LIB_CONTRADICT; implement across many utilities...Douglas Gilbert
2018-05-20sg_sanitize: add --dry-run option; sg_format: extend --wait timeout to 40 hou...Douglas Gilbert
2018-05-15cleanup of error messages around sg_cmds_open_device(); add flock error msg f...Douglas Gilbert
2018-05-11sg_lib: enhance exit status values and associated stringsDouglas Gilbert
2018-03-30sg_lib: add SG_LIB_LBA_OUT_OF_RANGE; sg_format: add --dry-run; sg_unmap: add ...Douglas Gilbert
2018-02-22sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows...Douglas Gilbert
2018-02-11fix compile error in sg_pt_win32.c when NVME_IGNORE; sg_raw: add --cmdfile=CF...Douglas Gilbert
2018-01-19add hex2stdout(), hex2stderr() and hex2str(); add testing/sg_tst_nvme; clean ...Douglas Gilbert
2018-01-13sg_ses_microcode: add --dry-run and --ealsd; sg_write_buffer: add --dry-runDouglas Gilbert
2017-11-15rename sg_write_atomic to sg_write_x; sg_inq: decode NVMe identify for Linux+...Douglas Gilbert
2017-10-31sg_lib: add sg_msense_calc_length(); sg_pt: add dummy pt_device_is_nvme()Douglas Gilbert
2017-10-22sg_lib: add sg_ll_log_sense_v2(), sg_ll_mode_sense10_v2() and sg_ll_receive_d...Douglas Gilbert
2017-10-13further two valued ints converted to boolDouglas Gilbert
2017-10-09convert lots of two valued 'int's to bool; add sg_ll_inquiry_v2() sg_ll_write...Douglas Gilbert
2017-09-18https://github.com/hreinecke/sg3_utils branch sles15 synced 20170914; change ...Douglas Gilbert
2016-09-14sg_format: add --quick option; add write scattered (16+32) cdb namesDouglas Gilbert
2016-05-28cdb naming clean upDouglas Gilbert
2016-04-24sg_decode sense: add --cdb option; add stdint.h to some headersDouglas Gilbert
2016-02-28sg_sanitize+sg_format: add --timeout=SEC option; sg_reassign+sg_write_same: f...Douglas Gilbert
2016-02-09sg_inq: '--export': new entries for UUID descriptor; sg_format: add support f...Douglas Gilbert
2016-01-27sg_logs: LPS misalignment lpage; sg_format: add ffmt option; sg_lib: big sens...Douglas Gilbert
2015-12-20rescan-scsi-bus.sh: updates from Suse; sg_lib: add 'sense' categories for SCS...Douglas Gilbert
2015-12-10unaligned cleanups for C++; misc workDouglas Gilbert
2014-10-07sg_ll_inquiry(), sg_ll_mode_sense*(), sg_ll_log_sense(): use resid to clear u...Douglas Gilbert
2014-09-22sg_ll_unmap_v2(): fix group number; sg_ses: add --warn++; sg_senddiag: add --...Douglas Gilbert
2014-07-10sg_format: make '-FFF' bypass mode sense/select, add --mode=MP; trim trailing...Douglas Gilbert
2014-05-16other half of the sg_get_category_sense_str() changesDouglas Gilbert
2014-04-28another ... dStrHex(Err): fix output truncation errorDouglas Gilbert
2014-04-23sg_format: add --ip_def option to fully provision; docoDouglas Gilbert
2013-07-30sg_lib: add dStrHexErr() and dStrHexStr(); sg_xcopy work (and in sg_cmds_extr...Douglas Gilbert
2013-05-31sg_luns: increase max number of LUNs, use heap; general cleanupDouglas Gilbert