]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
nvme-format: Add optional reset parameter
authorKeith Busch <keith.busch@intel.com>
Thu, 22 Sep 2016 16:11:25 +0000 (12:11 -0400)
committerKeith Busch <keith.busch@intel.com>
Thu, 22 Sep 2016 16:37:04 +0000 (12:37 -0400)
Reset after format shouldn't be necessary, but some controllers require
it. This patch adds a parameter a user can set to trigger an automatic
controller reset after a successful format.

Signed-off-by: Keith Busch <keith.busch@intel.com>
57 files changed:
Documentation/nvme-admin-passthru.1
Documentation/nvme-attach-ns.1
Documentation/nvme-compare.1
Documentation/nvme-create-ns.1
Documentation/nvme-delete-ns.1
Documentation/nvme-detach-ns.1
Documentation/nvme-dsm.1
Documentation/nvme-error-log.1
Documentation/nvme-flush.1
Documentation/nvme-format.1
Documentation/nvme-format.html
Documentation/nvme-format.txt
Documentation/nvme-fw-activate.1
Documentation/nvme-fw-download.1
Documentation/nvme-fw-log.1
Documentation/nvme-get-feature.1
Documentation/nvme-get-log.1
Documentation/nvme-get-ns-id.1
Documentation/nvme-help.1
Documentation/nvme-id-ctrl.1
Documentation/nvme-id-ns.1
Documentation/nvme-intel-id-ctrl.1
Documentation/nvme-intel-internal-log.1
Documentation/nvme-intel-lat-stats.1
Documentation/nvme-intel-market-name.1
Documentation/nvme-intel-smart-log-add.1
Documentation/nvme-intel-temp-stats.1
Documentation/nvme-io-passthru.1
Documentation/nvme-list-ctrl.1
Documentation/nvme-list-ns.1
Documentation/nvme-list.1
Documentation/nvme-lnvm-create.1
Documentation/nvme-lnvm-diag-bbtbl.1
Documentation/nvme-lnvm-diag-set-bbtbl.1
Documentation/nvme-lnvm-factory.1
Documentation/nvme-lnvm-id-ns.1
Documentation/nvme-lnvm-info.1
Documentation/nvme-lnvm-init.1
Documentation/nvme-lnvm-list.1
Documentation/nvme-lnvm-remove.1
Documentation/nvme-read.1
Documentation/nvme-reset.1
Documentation/nvme-resv-acquire.1
Documentation/nvme-resv-register.1
Documentation/nvme-resv-release.1
Documentation/nvme-resv-report.1
Documentation/nvme-security-recv.1
Documentation/nvme-security-send.1
Documentation/nvme-set-feature.1
Documentation/nvme-show-regs.1
Documentation/nvme-smart-log.1
Documentation/nvme-subsystem-reset.1
Documentation/nvme-write-uncor.1
Documentation/nvme-write-zeroes.1
Documentation/nvme-write.1
Documentation/nvme.1
nvme.c

index 9543b4fb106ccac11a71f2822160bb1865b0070c..5b33ecf19ac25cf8febb82c3388613bc420f53a2 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-admin-passthru
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-ADMIN\-PASSTHR" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-ADMIN\-PASSTHR" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 32508047230abaefdbe8c95a843be7796c3b971c..abf0f4c3d874aa50632970d6fe695e7f7e05d44b 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-attach-ns
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-ATTACH\-NS" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-ATTACH\-NS" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 1b3088e24e227f913ada1e85647c41df64b15e5b..813244b2a7939e545f2490667491307c6492f78a 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-compare
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-COMPARE" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-COMPARE" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 7e2e9fcc20fe57cdd24c5490e5dae8bc8fc8d812..fca9581c32620c5113ff964d64026fdd025bea98 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-create-ns
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-CREATE\-NS" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-CREATE\-NS" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 3d1b697c32e56fa70a9b554dad71b3c0eb103400..3045e2e4b63906dbeb013a15cbe493ae5f083c2e 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-id-ns
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-ID\-NS" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-ID\-NS" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 3b9732042a063a10e6d30e677b4667111c5cd7a3..411712e18a1e6764d91fcfa045a202e80c11d52e 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-detach-ns
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-DETACH\-NS" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-DETACH\-NS" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index dbb68632fb869a63eed6075e05273d1b54b5c5cf..ed314f79672d959b9e33f6e9c3244d367f28f990 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-dsm
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-DSM" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-DSM" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 7ed0fa978318053049b8cd17d9e5819c275bd006..6b1364f8cc2fd094ecbc23483a74c8a9b2e5db9c 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-error-log
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/06/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-ERROR\-LOG" "1" "06/06/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-ERROR\-LOG" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 0e478a732b09b723ea67d23cc60b2a8988afe699..507b2661c8bb15b9a690cb2fdb22d34469dcf47e 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-flush
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-FLUSH" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-FLUSH" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 09aa4719bcae35b62ed57089efcddf15342956c6..99ad33c20fd867ff8f43414c39e899d8f6235c72 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-format
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-FORMAT" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-FORMAT" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -38,6 +38,7 @@ nvme-format \- Format an NVMe device
                     [\-\-pil=<pil> | \-p <pil>]
                     [\-\-pi=<pi> | \-i <pi>]
                     [\-\-ms=<ms> | \-m <ms>]
+                    [\-\-reset | \-r ]
 .fi
 .SH "DESCRIPTION"
 .sp
@@ -151,6 +152,11 @@ T}
 .RS 4
 Metadata Settings: This field is set to \(oq1\(cq if the metadata is transferred as part of an extended data LBA\&. This field is cleared to \(oq0\(cq if the metadata is transferred as part of a separate buffer\&. The metadata may include protection information, based on the Protection Information (PI) field\&. Defaults to 0\&.
 .RE
+.PP
+\-r, \-\-reset
+.RS 4
+Issue a reset after successful format\&. Must use the character device for this\&.
+.RE
 .SH "EXAMPLES"
 .sp
 .RS 4
index 8db55ba41199bde7f67b43be059f39f1155d9b17..e047511ec7bcfd58de9fac403b7dde2afe6dd063 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 8.6.7" />\r
+<meta name="generator" content="AsciiDoc 8.6.8" />\r
 <title>nvme-format(1)</title>\r
 <style type="text/css">\r
 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */\r
@@ -87,11 +87,15 @@ ul, ol, li > p {
 ul > li     { color: #aaa; }\r
 ul > li > * { color: black; }\r
 \r
-pre {\r
+.monospaced, code, pre {\r
+  font-family: "Courier New", Courier, monospace;\r
+  font-size: inherit;\r
+  color: navy;\r
   padding: 0;\r
   margin: 0;\r
 }\r
 \r
+\r
 #author {\r
   color: #527bbd;\r
   font-weight: bold;\r
@@ -415,12 +419,6 @@ div.unbreakable { page-break-inside: avoid; }
  *\r
  * */\r
 \r
-tt {\r
-  font-family: "Courier New", Courier, monospace;\r
-  font-size: inherit;\r
-  color: navy;\r
-}\r
-\r
 div.tableblock {\r
   margin-top: 1.0em;\r
   margin-bottom: 1.5em;\r
@@ -435,7 +433,7 @@ thead, p.table.header {
 p.table {\r
   margin-top: 0;\r
 }\r
-/* Because the table frame attribute is overridden by CSS in most browsers. */\r
+/* Because the table frame attribute is overriden by CSS in most browsers. */\r
 div.tableblock > table[frame="void"] {\r
   border-style: none;\r
 }\r
@@ -454,12 +452,6 @@ div.tableblock > table[frame="vsides"] {
  *\r
  * */\r
 \r
-.monospaced {\r
-  font-family: "Courier New", Courier, monospace;\r
-  font-size: inherit;\r
-  color: navy;\r
-}\r
-\r
 table.tableblock {\r
   margin-top: 1.0em;\r
   margin-bottom: 1.5em;\r
@@ -539,6 +531,8 @@ body.manpage div.sectionbody {
 @media print {\r
   body.manpage div#toc { display: none; }\r
 }\r
+\r
+\r
 </style>\r
 <script type="text/javascript">\r
 /*<![CDATA[*/\r
@@ -757,7 +751,8 @@ nvme-format(1) Manual Page
                     [--ses=&lt;ses&gt; | -s &lt;ses&gt;]\r
                     [--pil=&lt;pil&gt; | -p &lt;pil&gt;]\r
                     [--pi=&lt;pi&gt; | -i &lt;pi&gt;]\r
-                    [--ms=&lt;ms&gt; | -m &lt;ms&gt;]</pre>\r
+                    [--ms=&lt;ms&gt; | -m &lt;ms&gt;]\r
+                    [--reset | -r ]</pre>\r
 <div class="attribution">\r
 </div></div>\r
 </div>\r
@@ -939,6 +934,18 @@ cellspacing="0" cellpadding="4">
         based on the Protection Information (PI) field. Defaults to 0.\r
 </p>\r
 </dd>\r
+<dt class="hdlist1">\r
+-r\r
+</dt>\r
+<dt class="hdlist1">\r
+--reset\r
+</dt>\r
+<dd>\r
+<p>\r
+        Issue a reset after successful format. Must use the character\r
+        device for this.\r
+</p>\r
+</dd>\r
 </dl></div>\r
 </div>\r
 </div>\r
@@ -952,7 +959,7 @@ Format the device using all defaults:
 </p>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt># nvme format /dev/nvme0n1</tt></pre>\r
+<pre><code># nvme format /dev/nvme0n1</code></pre>\r
 </div></div>\r
 </li>\r
 <li>\r
@@ -962,7 +969,7 @@ information:
 </p>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt># nvme format /dev/nvme0 --namespace-id=1 --ses=1 --pi=1</tt></pre>\r
+<pre><code># nvme format /dev/nvme0 --namespace-id=1 --ses=1 --pi=1</code></pre>\r
 </div></div>\r
 </li>\r
 </ul></div>\r
@@ -978,7 +985,7 @@ information:
 <div id="footnotes"><hr /></div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2016-02-26 08:26:37 MST\r
+Last updated 2016-09-22 12:09:58 EDT\r
 </div>\r
 </div>\r
 </body>\r
index 49fcbec729e5277ac542e1e3fe77c0c66106693d..fee7799a9d768c9d0b2f4a22cb3569424f9961c8 100644 (file)
@@ -14,6 +14,7 @@ SYNOPSIS
                    [--pil=<pil> | -p <pil>]
                    [--pi=<pi> | -i <pi>]
                    [--ms=<ms> | -m <ms>]
+                   [--reset | -r ]
 
 DESCRIPTION
 -----------
@@ -101,6 +102,11 @@ cryptographically. This is accomplished by deleting the encryption key.
        separate buffer. The metadata may include protection information,
        based on the Protection Information (PI) field. Defaults to 0.
 
+-r::
+--reset::
+       Issue a reset after successful format. Must use the character
+       device for this.
+
 EXAMPLES
 --------
 * Format the device using all defaults:
index 586bfd978567d82165f0931499bbc58775e92f0c..4d50620513c1d871e35b043f2e7b05b00b09c3a9 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-fw-activate
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-FW\-ACTIVATE" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-FW\-ACTIVATE" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 4b6ddd8a0f3960cfc70de5605f864eb5ea740c40..3d0de7ae9f80b643aef133ea0175c8daa13adea5 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-fw-download
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-FW\-DOWNLOAD" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-FW\-DOWNLOAD" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 93a5d860d400a640ff62beaffa5a377bc6046685..0a5ed94a90c7c1180b0e08f471e19a662c5ed4c1 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-fw-log
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/06/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-FW\-LOG" "1" "06/06/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-FW\-LOG" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 12b0a3dbbb85727ba9ffc77324c5dbc00c6f871d..ee765af84d1111a07fe89cf5ab8d4dbd77a57d53 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-get-feature
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-GET\-FEATURE" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-GET\-FEATURE" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 7ccf763b90dfdc3e344eab104c07b51fb75c0fc3..2191094f4df8c5e023b1623573d55c41651e39ca 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-get-log
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-GET\-LOG" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-GET\-LOG" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 0e8da37505f378cce76b0592ff5e0b2c7a9af5c2..e2f60a2d27145f90494616c064384a2e68bd316c 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-get-ns-id
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-GET\-NS\-ID" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-GET\-NS\-ID" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 308b3d799e2904b8cc0492ec3efa4efa5f2a2a23..a3288b34ae5178d79d5e35194745a3569ed448cb 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-help
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-HELP" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-HELP" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 36109ca03043f0c2c6a7350a0b76f47e219c268c..b908f380c654179eff4be212198f49c38f5ebc8c 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-id-ctrl
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/06/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-ID\-CTRL" "1" "06/06/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-ID\-CTRL" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 0f1721834fc26452963f3218a253bd10c12167a2..ed06f37f8fa3245f61a3433e5577665e107c8578 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-id-ns
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/06/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-ID\-NS" "1" "06/06/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-ID\-NS" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 6f7fa3a2c592332ac2041bb02ee46a2aa69a9fb2..9ad12dfbf40579967214d875619bf52d52ddceed 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-intel-id-ctrl
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/10/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-INTEL\-ID\-CTR" "1" "06/10/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-INTEL\-ID\-CTR" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index d4c02105f858e93b2b79aefba13f45b05900e3cf..e1bb1b9155993dc76139f260eb162ea3c36faa9e 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-intel-internal-log
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/10/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-INTEL\-INTERNA" "1" "06/10/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-INTEL\-INTERNA" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 53e2218bea9fe37e581c93a39a124b2d5fd79037..880bb2fa252dbb1340c709e6f78b0c12b4c27ef0 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-intel-lat-stats
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/10/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-INTEL\-LAT\-ST" "1" "06/10/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-INTEL\-LAT\-ST" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index bd7d1fb41946a5bb683430d01c032e78588c286a..5ea028b448fc0430ae856824e1c7f604a14721a8 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-intel-market-name
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/10/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-INTEL\-MARKET\" "1" "06/10/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-INTEL\-MARKET\" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 3cdc7bd1e5c15464917312b9c5a90f54d714ea88..0447a3883518b6975a0ebd8e0dec3e2a4a1c6514 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-intel-smart-log-add
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/10/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-INTEL\-SMART\-" "1" "06/10/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-INTEL\-SMART\-" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index da39e57dc30d206967fec7e071ab504fba6ccd3c..e86a5ad5079bf2c1a34dc897e2496f29a3a112cf 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-intel-temp-stats
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/10/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-INTEL\-TEMP\-S" "1" "06/10/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-INTEL\-TEMP\-S" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 128fab20fe7ef93634be10ba4ab24f98253a71e2..d4b3a53ade52aadfa311d29c53edbdbbbd982a14 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-io-passthru
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-IO\-PASSTHRU" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-IO\-PASSTHRU" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index cb2b0c0d5c669ee3c641e95f90c2211784734a3b..f3cfcf8747348782d45ab010768d2152af75fec0 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-id-ns
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-ID\-NS" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-ID\-NS" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 134712f2cdb9e5c1c8248a1dc35ad62aa13d11cb..ede91feae284f96eeade0101373ce39e29565d64 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-id-ns
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-ID\-NS" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-ID\-NS" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index fdf7d5033f5ec8f797b5a0371be8825fa4f28fa8..98fd2a97a7c53833681b719f64df9ad877e88451 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-list
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/20/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-LIST" "1" "06/20/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-LIST" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -37,7 +37,6 @@ nvme-list \- List all recognized NVMe devices
 .SH "DESCRIPTION"
 .sp
 Scan the sysfs tree for NVM Express devices and return the /dev node for those devices as well as some pertinent information about them\&.
-.sp
 .SH "OPTIONS"
 .sp
 No options yet\&.
index 31275709557b8542595ced1024f6868a0b126d8b..c3569caed658488600ef7a1bca722d90b2f2f9a2 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-lnvm-create
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/02/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-LNVM\-CREATE" "1" "06/02/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-LNVM\-CREATE" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 528c108f5c2bcd589b94a55f6f095eed541584d0..6d02cd4e8d79cc7c08df158b530af2107ef83c3e 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-lnvm-diag-bbtbl
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/02/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-LNVM\-DIAG\-BB" "1" "06/02/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-LNVM\-DIAG\-BB" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 91b5919d41ea6d6e7ae73b92cc3a14b7f9c806a2..7908a5f30b875507ae3ef0bcb3e930069701513e 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-lnvm-diag-set-bbtbl
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/02/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-LNVM\-DIAG\-SE" "1" "06/02/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-LNVM\-DIAG\-SE" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index d6e29018cbe09003fd8766fe538b72e1f9ce26b5..4b1885ce3e105680ebc43e5f412e0525cbfdb8ee 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-lnvm-factory
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/02/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-LNVM\-FACTORY" "1" "06/02/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-LNVM\-FACTORY" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 59852094a1d3f87709d371de74ca973df8507de5..f632b6122149ca62736b02ebba30791ada0e144d 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-lnvm-id-ns
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/02/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-LNVM\-ID\-NS" "1" "06/02/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-LNVM\-ID\-NS" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 4c421ac1ecf09a602ce8eb7a8e65f2b881035431..46a0894fdc0d55f2cb8b342cbb4e67a39f8180fe 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-lnvm-info
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/02/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-LNVM\-INFO" "1" "06/02/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-LNVM\-INFO" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index aef3eb56e889975a5e182a575088a343e15b52a2..a104c54df6c160d5095a4f74a315301fa92ed7e0 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-lnvm-init
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/02/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-LNVM\-INIT" "1" "06/02/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-LNVM\-INIT" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index dd37b45a65a4d4add0f5ad91b5ff2e8039529ef9..73b69e1b6467015dc9bd6d69c62946d1185aedf7 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-lnvm-list
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/02/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-LNVM\-LIST" "1" "06/02/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-LNVM\-LIST" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 8e2b5fdb238a85df406d8cca2f04fe73ef00fa4b..71601e21a314c49c30eaf41794228859a9fed535 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-lnvm-remove
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/02/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-LNVM\-REMOVE" "1" "06/02/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-LNVM\-REMOVE" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 73bc5e8b191f1ab87ad3e575a8f4d67a530bfda2..afec8c9f7ef71bfc4b129e3a4eecdd397bc58201 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-read
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/20/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-READ" "1" "06/20/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-READ" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 70016252c42ae763af05f48e15d0b0e6a4c86906..aa654911998d7ce343aa147a5f6986a21834181a 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-reset
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-RESET" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-RESET" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 4fdc46556fd264348e0d0a1c328a054bad9328f9..3478bebc79e8c0c7f5788e64d99bbe3e0cb5835d 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-resv-acquire
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-RESV\-ACQUIRE" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-RESV\-ACQUIRE" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 4d3cb32e4593e8a31a85e064f13252ef9c128adf..4ca211511cc3c77605455eb00b32c0eadf083ae4 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-resv-register
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-RESV\-REGISTER" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-RESV\-REGISTER" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index fe346b2874d24c3a371f24cfc62c3c3f98b641ac..3b4fd459a4e92b0565a2b3e5b0b7971e12e9b511 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-resv-release
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-RESV\-RELEASE" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-RESV\-RELEASE" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 8e81cbc80aebff9699cb8132d571de6223fc2f4d..393d9611e10d8000dfaed64176456f76297213f1 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-resv-report
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/06/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-RESV\-REPORT" "1" "06/06/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-RESV\-REPORT" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 3dc2f7d0e849ad72ca926330a9b6f9f0b933686c..796744ae19000255fb4a3418ea0af03d6f00cc95 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-security-recv
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-SECURITY\-RECV" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-SECURITY\-RECV" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 9cdde93ed3138b9bcdf868d5298c2dcbfd46fe06..61e889b3123b51ee134a8903698e330462358a37 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-security-send
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-SECURITY\-SEND" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-SECURITY\-SEND" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index cbe6bab78424d334c99914cca98518d5e192d673..1e2fe4d64c2d1b6477146870165c6569075f497f 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-set-feature
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/27/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-SET\-FEATURE" "1" "06/27/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-SET\-FEATURE" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 1c8454081777ba568ef54be2c68f0b546078a198..743c41ca2ad40cf165b38d0812f8d49c46b34d37 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-id-ns
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 07/07/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-ID\-NS" "1" "07/07/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-ID\-NS" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 5311ac3e2de83efea09b207d70724db8e0ead03b..62f9a3eba24a3790092a43fda5d1a3c060cb06d6 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-smart-log
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/10/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-SMART\-LOG" "1" "06/10/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-SMART\-LOG" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 78748f224bfcecb2d4f8fb7eec6c66def0f2ed8e..e09c4f83308c4cc4477a50bce433be889e64d163 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-subsystem-reset
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-SUBSYSTEM\-RES" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-SUBSYSTEM\-RES" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index acd9c27508b2ed77ed180ae92e1faf770450d528..28a27d90e77277bd0fba13ea7a6a059b293148d8 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-uncor
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/14/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-UNCOR" "1" "05/14/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-UNCOR" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 274d9256447ced233734b0a00be6e0070aa13662..a4ff88dab00ff84a5378dcefccb4b15a3837164e 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-zeroes
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/14/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-ZEROES" "1" "05/14/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-ZEROES" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 5bfefd79f6f8ebee449cae7008891faafff90433..0d789229bd81edfcad1220d774c4518e11661aa0 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nvme-write
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 06/20/2016
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-WRITE" "1" "06/20/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-WRITE" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index c3c1d756e0c7a64db0db871a7a843aed1f477947..e4df1384342a481e8143ed89b027f515c1bf130a 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme
 .\"    Author: [see the "Authors" section]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2016
+.\"      Date: 09/22/2016
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME" "1" "09/22/2016" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff --git a/nvme.c b/nvme.c
index a08d613610c8a89d2b6015766e25a1c038f4c90f..e7b50b8606d743c88851e153d4614dc71113b1b0 100644 (file)
--- a/nvme.c
+++ b/nvme.c
@@ -1403,6 +1403,7 @@ static int format(int argc, char **argv, struct command *cmd, struct plugin *plu
        const char *pil = "[0-1]: protection info location last/first 8 bytes of metadata";
        const char *pi = "[0-3]: protection info off/Type 1/Type 2/Type 3";
        const char *ms = "[0-1]: extended format off/on";
+       const char *reset = "Automatically reset the controller after successful format";
        const char *timeout = "timeout value";
        int err;
 
@@ -1414,6 +1415,7 @@ static int format(int argc, char **argv, struct command *cmd, struct plugin *plu
                __u8  pi;
                __u8  pil;
                __u8  ms;
+               int reset;
        };
 
        struct config cfg = {
@@ -1422,6 +1424,7 @@ static int format(int argc, char **argv, struct command *cmd, struct plugin *plu
                .lbaf         = 0,
                .ses          = 0,
                .pi           = 0,
+               .reset        = 0,
        };
 
        const struct argconfig_commandline_options command_line_options[] = {
@@ -1432,6 +1435,7 @@ static int format(int argc, char **argv, struct command *cmd, struct plugin *plu
                {"pi",           'i', "NUM",  CFG_BYTE,     &cfg.pi,           required_argument, pi},
                {"pil",          'p', "NUM",  CFG_BYTE,     &cfg.pil,          required_argument, pil},
                {"ms",           'm', "NUM",  CFG_BYTE,     &cfg.ms,           required_argument, ms},
+               {"reset",        'r', "FLAG", CFG_NONE,     &cfg.reset,        no_argument,       reset},
                {0}
        };
 
@@ -1471,6 +1475,8 @@ static int format(int argc, char **argv, struct command *cmd, struct plugin *plu
        else {
                printf("Success formatting namespace:%x\n", cfg.namespace_id);
                ioctl(fd, BLKRRPART);
+               if (cfg.reset && S_ISCHR(nvme_stat.st_mode))
+                       nvme_reset_controller(fd);
        }
        return err;
 }