libnvme: rename API functions per function-index.md proposal#12
Closed
Copilot wants to merge 3 commits into
Closed
libnvme: rename API functions per function-index.md proposal#12Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
Add a table which documents the renaming proposal. Signed-off-by: Daniel Wagner <wagi@kernel.org>
Co-authored-by: igaw <1050803+igaw@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update function names in libnvme documentation
libnvme: rename API functions per function-index.md proposal
Mar 16, 2026
9a10fac to
d1d2518
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the renaming proposals from
libnvme/doc/function-index.mdto make the API naming consistent (verb placement, object prefix ordering).Renames applied
nvme_ctrl_config_matchnvme_ctrl_match_confignvme_host_getnvme_get_hostnvme_subsystem_getnvme_get_subsystemnvme_hostid_from_filenvme_read_hostidnvme_hostid_generatenvme_generate_hostidnvme_hostnqn_from_filenvme_read_hostnqnnvme_hostnqn_generatenvme_generate_hostnqnnvme_hostnqn_generate_from_hostidnvme_generate_hostnqn_from_hostidnvme_ctrl_resetnvme_reset_ctrlnvme_ns_rescannvme_rescan_nsnvme_subsystem_resetnvme_reset_subsystemnvme_ctrls_filternvme_filter_ctrlsnvme_namespace_filternvme_filter_namespacenvme_paths_filternvme_filter_pathsnvme_subsys_filternvme_filter_subsysnvme_nbft_freenvme_free_nbftnvme_nbft_readnvme_read_nbftnvme_uuid_findnvme_find_uuidnvme_uuid_randomnvme_random_uuidnvme_ctrl_identify→nvme_identify_ctrlis excluded:nvme_identify_ctrlalready exists incmds.hwith a different signature (nvme_transport_handle*vsnvme_ctrl_t).Scope
libnvme/src/nvme/— headers, source, andlibnvme.ldversion scriptlibnvme/libnvme/nvme.i— SWIG bindingslibnvme/test/,libnvme/examples/— tests and examplesnvme.c,plugins/— all nvme-cli callers💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.