]> www.infradead.org Git - users/sagi/nvme-cli.git/shortlog
users/sagi/nvme-cli.git
2024-08-05 Daniel WagnerRelease v2.10.2
2024-08-05 Daniel Wagnerdoc: Regenerate all docs for v2.10.2
2024-08-05 Daniel Wagnerbuild: fix libnvme dependency
2024-08-05 Daniel WagnerRelease v2.10.1
2024-08-05 Daniel Wagnerdoc: Regenerate all docs for v2.10.1
2024-08-02 Daniel Wagnerbuild: add install step to doc CI build
2024-08-02 Daniel Wagnerdocs: rename ocp-unsupported-req-log file
2024-08-02 Daniel WagnerRelease v2.10
2024-08-02 Daniel Wagnerdoc: Regenerate all docs for v2.10
2024-08-02 Daniel Wagnerbuild: bump libnvme wrap
2024-08-02 Milan Brozsed: Fix parsing of Discovery0 features
2024-08-02 Martin Georgefabrics: avoid potential segfault in nvmf_dim()
2024-08-02 Martin Georgenvme: avoid segfault in show-topology
2024-08-01 Daniel Wagnerfabrics: do not leak nvme_ctrl_t object on connect
2024-08-01 Daniel Wagnernvme: extend help message when mmap regs fails
2024-08-01 Tokunori Ikegaminvme: return -ENXIO value to open device if errno not set
2024-08-01 jeff-lien-wdcwdc: OCP 2.5 Log Page Updates
2024-08-01 Daniel Wagnerfabrics: drop --quiet alias -S
2024-08-01 Daniel Wagnerfabrics: drop --disable-sqflow alias -d
2024-08-01 Daniel Wagnerfabrics: check if json config is existing
2024-08-01 Vigneshwaran... plugins/ocp: fix UAF when printing telemetry log
2024-07-29 Xiaoyuan Zhangnvme-print-stdout: fix persistent-event-log set feature...
2024-07-29 Daniel Wagnerfabrics: do not report error when no modules are loaded...
2024-07-29 Daniel Wagnerfabrics: use cleanup helper where possible
2024-07-29 Martin Georgefabrics: print an error for ENOENT too
2024-07-25 Heitor Alves... plugins/virtium: use time_t for time_stamp values
2024-07-24 Tokunori Ikegamicompletions: add ocp set-error-injection command
2024-07-24 Tokunori Ikegamidoc: add ocp set-error-injection command
2024-07-24 Tokunori Ikegamiocp: add set-error-injection command
2024-07-19 zhangxiaoyuannvme: use argconfig_parse_seen to check conditions
2024-07-18 Francis Pravinnvme: use proper mask to get correct lbafu value
2024-07-17 Daniel Wagnerutils: fix print formatting option
2024-07-17 Daniel Wagnerutils: cleanup includes in utils.h
2024-07-17 Daniel Wagnerutils: add missing header
2024-07-17 Nitin Saonvme-print: Added print for two new fields for HMB...
2024-07-17 Chaithanya... plugins/micron: Move OCP internal log parsing from...
2024-07-17 Caleb Sander... fabrics: remove unused _discover_from_json_config_file...
2024-07-17 Caleb Sander... nvme: avoid unnecessary dup() + close() in io_mgmt_send()
2024-07-17 Caleb Sander... util: remove unnecessary NULL check in cleanup_nvme_root()
2024-07-17 Caleb Sander... nvme: use argconfig_parse_comma_sep_array_u16() in...
2024-07-17 Caleb Sander... util: avoid duplication in argconfig_parse_comma_sep_ar...
2024-07-17 Caleb Sander... util: remove redundant loop condition in argconfig_parse()
2024-07-17 Caleb Sander... util: introduce is_null_or_empty() to avoid strlen()
2024-07-17 Caleb Sander... util: reduce allocation sizes in argconfig_parse()
2024-07-17 Caleb Sander... util: consolidate call paths to argconfig_parse_type()
2024-07-17 Caleb Sander... util: reduce complexity of argconfig_parse_val()
2024-07-17 Caleb Sander... util: reduce arguments passed to argconfig_parse_type()
2024-07-17 Caleb Sander... util: remove empty default case in argconfig functions
2024-07-17 Caleb Sander... util: remove unnecessary parentheses in argconfig_parse...
2024-07-17 Caleb Sander... util: remove redundant cast in argconfig_parse_type()
2024-07-17 Caleb Sander... util: inline argconfig_parse_byte()
2024-07-17 Caleb Sander... util: remove redundant NULL check in argconfig_print_help()
2024-07-17 Caleb Sander... util: use cleanup to avoid goto in argconfig_parse()
2024-07-17 Caleb Sander... util: make argconfig_set_opt_val() a void function
2024-07-17 Caleb Sander... util: remove argconfig_parse_val() declaration
2024-07-17 Caleb Sander... util: remove argconfig CFG_SIZE type
2024-07-17 Caleb Sander... test: add test cases for argconfig comma-separated...
2024-07-17 Caleb Sander... test: add test cases for argconfig option values
2024-07-16 jeff-lien-wdcwdc: Update and refactor the C0h log page parsing
2024-07-16 dependabot... build(deps): bump mosteo-actions/docker-run from 1...
2024-07-12 Daniel Wagnerbuild: use official download action
2024-07-12 Daniel Wagnerbuild: fetch complete git history
2024-07-12 Daniel Wagnerbuild: show git version used during configuration
2024-07-12 Daniel Wagnerbuild: add static build target
2024-07-12 Tokunori Ikegamiccan: Add freed pointer checking to delete strset member
2024-07-12 Daniel Wagnerfabrics: connect all hosts in config.json
2024-07-12 Daniel Wagnerfabrics: refactore discover from json config
2024-07-12 Daniel Wagnerfabrics: first read config before topology scanning
2024-07-12 Daniel Wagnerfabrics: use helper to lookup default hostnqn/hostid
2024-07-12 Daniel Wagnerfabrics: extend already connected message
2024-07-12 Daniel Wagnerfabrics: use cleanup helper to free nvme root object
2024-07-12 Daniel Wagnerbuild: bump libnvme wrap
2024-07-12 Francis Pravinnvme: check MD size with PI size when PRACT set to 1
2024-07-12 Nitin Saonvme-print: add new field added in TP4090
2024-07-12 Nitin Saobuild: bump libnvme wrap
2024-07-10 Tokunori Ikegaminvme-print-binary: add effects-log command output missed
2024-07-10 Daniel Wagnerbuild: add documentation CI build
2024-07-10 Tokunori Ikegamicompletions: add ocp get-error-injection command
2024-07-10 Tokunori Ikegamidoc: add ocp get-error-injection command
2024-07-10 Tokunori Ikegamiocp: add get-error-injection command
2024-07-10 Tokunori Ikegamiocp: fix eol-plp-failure-mode command sel option value
2024-07-10 Tokunori Ikegamidoc: fix ocp eol-plp-failure-mode select short option
2024-07-10 Tokunori Ikegamiocp: set UUID index for eol-plp-failure-mode command...
2024-07-10 Martin Georgenvme: fix verbose logging
2024-07-09 Daniel Wagnerdoc: fix micron ocp telemetry log parse title
2024-07-09 Tokunori Ikegaminvme-rpmb: send RPMB_REQ_READ_RESULT for authentication...
2024-07-09 Chaithanya... plugins/micron: Add support for OCP telemetry log parsing
2024-07-09 jeff-lien-wdcocp: Update Plugin Version
2024-07-09 Steven Seungcheol Leenvme: fix lbaf inuse to use 6:5 bits
2024-07-09 Tokunori Ikegamiocp: use NVME_ARGS macro definition by eol-plp-failure...
2024-07-09 Tokunori Ikegaminvme: extern NVME_ARGS macro definition
2024-07-09 Tokunori Ikegaminvme: use _cleanup_free_ type buffer for get-feature...
2024-07-09 Vigneshwaran... plugins/ocp: Update telemetry string log page (C9h)
2024-07-09 Tokunori Ikegaminvme-print-json: add get-feature command fahrenheit...
2024-07-09 Tokunori Ikegaminvme: add get-feature and id-ctrl commands fahrenheit...
2024-07-09 Tokunori Ikegaminvme: delete smart-log command fahrenheit option
2024-07-09 Tokunori Ikegaminvme-print: check locale to use temperatures in degrees...
2024-07-09 Daniel Wagnercompletion: add support for tls-key
2024-07-09 Daniel Wagnerdoc: add tls-key --revoke documentation
2024-07-09 Daniel Wagnerdoc: fix tls-key --keyfile shorthand
next