]>
www.infradead.org Git - users/sagi/nvme-cli.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Keith Busch [Tue, 2 Dec 2014 20:31:09 +0000 (13:31 -0700)]
NVMe: Add support for Flush command
Signed-off-by: Keith Busch <keith.busch@intel.com>
Keith Busch [Mon, 1 Dec 2014 21:47:27 +0000 (14:47 -0700)]
NVMe: Add support for get feature's SEL field.
Added in the 1.1 specification.
Signed-off-by: Keith Busch <keith.busch@intel.com>
Keith Busch [Mon, 1 Dec 2014 21:38:47 +0000 (14:38 -0700)]
NVMe: Fixing typos
Fixing typos propogated from copy-paste from help and documentation.
Signed-off-by: Keith Busch <keith.busch@intel.com>
Keith Busch [Mon, 1 Dec 2014 21:15:16 +0000 (14:15 -0700)]
NVMe: Add support for identify namespace list
Signed-off-by: Keith Busch <keith.busch@intel.com>
Keith Busch [Mon, 1 Dec 2014 20:51:11 +0000 (13:51 -0700)]
NVMe: Add reservation support
Signed-off-by: Keith Busch <keith.busch@intel.com>
Keith Busch [Mon, 1 Dec 2014 19:00:22 +0000 (12:00 -0700)]
NVMe: Add security send/receive support
Signed-off-by: Keith Busch <keith.busch@intel.com>
Keith Busch [Mon, 1 Dec 2014 17:31:47 +0000 (10:31 -0700)]
NVMe: Add additional help documentation
Added:
fw-download
fw-activate
format
io-passthru
Signed-off-by: Keith Busch <keith.busch@intel.com>
Keith Busch [Mon, 1 Dec 2014 15:48:07 +0000 (08:48 -0700)]
add: .gitignore
Signed-off-by: Keith Busch <keith.busch@intel.com>
Keith Busch [Wed, 26 Nov 2014 20:44:30 +0000 (13:44 -0700)]
NVMe: Initial commit for cli program
This is a combined nvme user space program for all commands into a single
program. Usage was inspired by 'git'. Run 'nvme help' to see what commands
are available, and 'nvme help <cmd>' for detailed usage.
Some documentation is missing or partially completed, but I wanted to
get this on a public repo before leaving for holiday.
Signed-off-by: Keith Busch <keith.busch@intel.com>