Merging upstream version 2.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3d70d3c76b
commit
ee6621a5b2
507 changed files with 19440 additions and 17258 deletions
|
@ -60,7 +60,7 @@ COMMAND_LIST(
|
|||
ENTRY("set-feature", "Set a feature and show the resulting value", set_feature)
|
||||
ENTRY("set-property", "Set a property and show the resulting value", set_property)
|
||||
ENTRY("get-property", "Get a property and show the resulting value", get_property)
|
||||
ENTRY("format", "Format namespace with new block format", format)
|
||||
ENTRY("format", "Format namespace with new block format", format_cmd)
|
||||
ENTRY("fw-commit", "Verify and commit firmware to a specific slot (fw-activate in old version < 1.2)", fw_commit, "fw-activate")
|
||||
ENTRY("fw-download", "Download new firmware", fw_download)
|
||||
ENTRY("admin-passthru", "Submit an arbitrary admin command, return results", admin_passthru)
|
||||
|
@ -74,15 +74,15 @@ COMMAND_LIST(
|
|||
ENTRY("resv-release", "Submit a Reservation Release, return results", resv_release)
|
||||
ENTRY("resv-report", "Submit a Reservation Report, return results", resv_report)
|
||||
ENTRY("dsm", "Submit a Data Set Management command, return results", dsm)
|
||||
ENTRY("copy", "Submit a Simple Copy command, return results", copy)
|
||||
ENTRY("flush", "Submit a Flush command, return results", flush)
|
||||
ENTRY("copy", "Submit a Simple Copy command, return results", copy_cmd)
|
||||
ENTRY("flush", "Submit a Flush command, return results", flush_cmd)
|
||||
ENTRY("compare", "Submit a Compare command, return results", compare)
|
||||
ENTRY("read", "Submit a read command, return results", read_cmd)
|
||||
ENTRY("write", "Submit a write command, return results", write_cmd)
|
||||
ENTRY("write-zeroes", "Submit a write zeroes command, return results", write_zeroes)
|
||||
ENTRY("write-uncor", "Submit a write uncorrectable command, return results", write_uncor)
|
||||
ENTRY("verify", "Submit a verify command, return results", verify_cmd)
|
||||
ENTRY("sanitize", "Submit a sanitize command", sanitize)
|
||||
ENTRY("sanitize", "Submit a sanitize command", sanitize_cmd)
|
||||
ENTRY("sanitize-log", "Retrieve sanitize log, show it", sanitize_log)
|
||||
ENTRY("reset", "Resets the controller", reset)
|
||||
ENTRY("subsystem-reset", "Resets the subsystem", subsystem_reset)
|
||||
|
@ -109,6 +109,8 @@ COMMAND_LIST(
|
|||
ENTRY("show-topology", "Show the topology", show_topology_cmd) \
|
||||
ENTRY("io-mgmt-recv", "I/O Management Receive", io_mgmt_recv)
|
||||
ENTRY("io-mgmt-send", "I/O Management Send", io_mgmt_send)
|
||||
ENTRY("nvme-mi-recv", "Submit a NVMe-MI Receive command, return results", nmi_recv)
|
||||
ENTRY("nvme-mi-send", "Submit a NVMe-MI Send command, return results", nmi_send)
|
||||
);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue