]> www.infradead.org Git - users/sagi/nvme-cli.git/log
users/sagi/nvme-cli.git
10 years agoNVMe: Add support for Flush command
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>
10 years agoNVMe: Add support for get feature's SEL field.
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>
10 years agoNVMe: Fixing typos
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>
10 years agoNVMe: Add support for identify namespace list
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>
10 years agoNVMe: Add reservation support
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>
10 years agoNVMe: Add security send/receive support
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>
10 years agoNVMe: Add additional help documentation
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>
10 years agoadd: .gitignore
Keith Busch [Mon, 1 Dec 2014 15:48:07 +0000 (08:48 -0700)]
add: .gitignore

Signed-off-by: Keith Busch <keith.busch@intel.com>
10 years agoNVMe: Initial commit for cli program
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>