aboutsummaryrefslogtreecommitdiff
path: root/lib/sg_pt_linux_nvme.c
AgeCommit message (Expand)Author
2023-12-21cppcheck cleanupsDouglas Gilbert
2023-12-14sg_vpd: add --descriptors option, for version descriptors; re-organiize libra...Douglas Gilbert
2023-12-02more internal SNT work, other cleanupsDouglas Gilbert
2023-11-25improve SNT error translation for sdparmDouglas Gilbert
2023-11-23rearrange SNT and NVMe headers and associated sourceDouglas Gilbert
2023-11-19sg_wr_mode: add --mfile=MF option for decoding mask in the MF file; sg_lib: a...Douglas Gilbert
2023-07-18linux musl libc: changes so musl libc will buildDouglas Gilbert
2023-05-15rename sg_json_sense.[hc] to sg_json_sg_lib.[hc]Douglas Gilbert
2023-05-05sg_turs+sg_requests: add --timeout= option; warning cleanup and configure.ac ...Douglas Gilbert
2023-04-30sg_get_elem_status: add current (maximum) number of depopulated elements fiel...Douglas Gilbert
2023-04-24nvme sntl: add Block Device Characteristics (dummy) VPD page to linux, freebs...Douglas Gilbert
2021-08-01sg_ses: fix crash when 'm LEN' < 252Douglas Gilbert
2021-06-07sg_vpd: fix do_hex type on some recent pages; sg_dd: don't close negative fil...Douglas Gilbert
2021-05-02major rework of lib/sg_pt_freebsd.c; sg_raw: fix prints of NVMe NVM command n...Douglas Gilbert
2021-01-04sg_raw: add --cmdset option to bypass cdb heuristic, add --scan= first_opcode...Douglas Gilbert
2020-12-07gcc-10: suppress warningsDouglas Gilbert
2020-11-17sg_vpd: add Format presets and Concurrent positioning ranges pages; sg_inq+sg...Douglas Gilbert
2020-08-03sg_raw: fix --cmdfile= handling; add --nvm option; sg_pt: add do_nvm_pt(); sg...Douglas Gilbert
2020-05-03sg_ses: use fan speed factor field for calculation [ses4r04]; sg_lib: reprint...Douglas Gilbert
2020-04-13sg_lib: sntl: add flush, synchronize cache, write same and dummy start stop u...Douglas Gilbert
2020-04-11sg_lib: Linux NVMe SNTL: add read, write and verifyDouglas Gilbert
2020-04-04sync with sbc4r19a; start req/write SNTL work; testing fixesDouglas Gilbert
2019-09-17sync with fixes from Redhat, via github; remove testing/Makefile.cplus and te...Douglas Gilbert
2019-03-03sg_lib: SNTL, fix readcap off-by-one errorDouglas Gilbert
2019-03-02sg_lib: extend small SNTL to support read capacityDouglas Gilbert
2019-02-11sg_pt: add sg_get_opcode_translation() to replace global pointer to array; ut...Douglas Gilbert
2019-01-14sg_lib: tweak sg_pt interface to better handle bidi; sg_cmds_process_resp(): ...Douglas Gilbert
2018-12-07add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_d...Douglas Gilbert
2018-06-29sg_opcode: support MLU, Multiple Logical Units (18-045r1); sg_lib: sg_simple_...Douglas Gilbert
2018-06-03sg_decode sense: add --err=ES; sg_dd, sgp_dd, sgm_dd: add --dry-run and --ve...Douglas Gilbert
2018-06-01expand SNTL; sg_dd: add --dry-run and --verbose optionsDouglas Gilbert
2018-05-30define SG_NVME_VPD_NICR sg3_utils (vendor) specific VPD page; work with SG_LI...Douglas Gilbert
2018-05-15cleanup of error messages around sg_cmds_open_device(); add flock error msg f...Douglas Gilbert
2018-03-09Add mode sense(10) and mode select(10) to SNTLDouglas Gilbert
2018-03-08cleanup casting for 32 bit target; man page cleanupDouglas Gilbert
2018-02-22sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows...Douglas Gilbert
2018-02-19sg_raw: add --raw option (for CF in binary); sg_lib: add sg_get_nvme_opcode_n...Douglas Gilbert
2018-02-04add sg_convert_errno() and sg_if_can2stderr(); work on NVMe support for Win32...Douglas Gilbert
2018-01-19update BSD license from 3 to 2 clause aka FreeBSD license (without reference ...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
2018-01-09FreeBSD port now works with NVMe SNTL and sg3_ses pass-through (NVME-MI); man...Douglas Gilbert
2017-12-29sg_ses: further NVMe support work; decode array status dpage (obsolete); buil...Douglas Gilbert
2017-12-20sg_write_x: almost finished; lots of nvme infrastructureDouglas Gilbert
2017-12-09Clean C++ and clang errors and warnings; fix FreeBSD problem; sg_write_x: bit...Douglas Gilbert
2017-12-08sg_ses: first cut of NVMe support, lib/sg_linux_nvme.c has small SNTL and cod...Douglas Gilbert
2017-12-07add include/sg_pt_linux.h lib/sg_pt_linux_nvme.c and .gitignore; sg_write_x: ...Douglas Gilbert