Restrict 'nvme list' to disks, i.e. exclude partitions#53
Merged
keithbusch merged 1 commit intolinux-nvme:masterfrom Jan 27, 2016
Merged
Restrict 'nvme list' to disks, i.e. exclude partitions#53keithbusch merged 1 commit intolinux-nvme:masterfrom
keithbusch merged 1 commit intolinux-nvme:masterfrom
Conversation
This stops 'nvme list' from separately enumerating all partitions. Signed-off-by: Andy Lutomirski <luto@kernel.org>
keithbusch
pushed a commit
that referenced
this pull request
Jan 27, 2016
Restrict 'nvme list' to disks, i.e. exclude partitions
Contributor
|
Yeah, we can do better with the table output. Similar to how partitions used to be displayed, controller information is also duplicated with multi-namespace devices still. |
Contributor
|
Thanks for this. Yes a cleanup here would be good so if you can please send those 'improvements' ;-) |
ikegami-t
pushed a commit
to ikegami-t/nvme-cli
that referenced
this pull request
Aug 18, 2023
Fix version number for meson build
jimmunn
added a commit
to Micron-TPG-OSS/nvme-cli
that referenced
this pull request
Feb 23, 2026
Remove --strict from call to checkpatch.pl to match upstream behavior.
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.
I used to see:
Now I see:
I think it would be even better to enumerate all nvme admin devices and then list the namespaces for each device, but this is probably a decent start toward improving 'nvme list'.