Skip to content

Commit e110d51

Browse files
authored
Merge pull request #1 from linux-nvme/master
Sync with upstream fork
2 parents 66652af + 64835c1 commit e110d51

201 files changed

Lines changed: 15907 additions & 7153 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/Makefile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,23 @@ API_DOCS =
1818
SP_ARTICLES += $(API_DOCS)
1919
SP_ARTICLES += $(TECH_DOCS)
2020

21+
ifneq ($(findstring $(MAKEFLAGS),s),s)
22+
ifndef V
23+
QUIET_ASCIIDOC = @echo ' ' ASCIIDOC $@;
24+
QUIET_XMLTO = @echo ' ' XMLTO $@;
25+
QUIET_DB2TEXI = @echo ' ' DB2TEXI $@;
26+
QUIET_MAKEINFO = @echo ' ' MAKEINFO $@;
27+
QUIET_DBLATEX = @echo ' ' DBLATEX $@;
28+
QUIET_XSLTPROC = @echo ' ' XSLTPROC $@;
29+
QUIET_GEN = @echo ' ' GEN $@;
30+
QUIET_LINT = @echo ' ' LINT $@;
31+
QUIET_STDERR = 2> /dev/null
32+
QUIET_SUBDIR0 = +@subdir=
33+
QUIET_SUBDIR1 = ;$(NO_SUBDIR) echo ' ' SUBDIR $$subdir; \
34+
$(MAKE) $(PRINT_DIR) -C $$subdir
35+
export V
36+
endif
37+
endif
2138

2239
DOC_MAN1 = $(patsubst %.txt,%.1,$(MAN1_TXT))
2340

Documentation/nvme-admin-passthru.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-admin-passthru
33
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 10/12/2019
5+
.\" Date: 01/07/2020
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-ADMIN\-PASSTHR" "1" "10/12/2019" "NVMe" "NVMe Manual"
10+
.TH "NVME\-ADMIN\-PASSTHR" "1" "01/07/2020" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

Documentation/nvme-ana-log.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-ana-log
33
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 10/12/2019
5+
.\" Date: 01/07/2020
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-ANA\-LOG" "1" "10/12/2019" "NVMe" "NVMe Manual"
10+
.TH "NVME\-ANA\-LOG" "1" "01/07/2020" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

Documentation/nvme-attach-ns.1

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-attach-ns
33
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 10/12/2019
5+
.\" Date: 01/07/2020
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-ATTACH\-NS" "1" "10/12/2019" "NVMe" "NVMe Manual"
10+
.TH "NVME\-ATTACH\-NS" "1" "01/07/2020" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -51,7 +51,25 @@ The comma separated list of controller identifiers to attach the namesapce too\&
5151
.RE
5252
.SH "EXAMPLES"
5353
.sp
54-
No examples yet\&.
54+
.if n \{\
55+
.RS 4
56+
.\}
57+
.nf
58+
Attach namspace to the controller:
59+
.fi
60+
.if n \{\
61+
.RE
62+
.\}
63+
.sp
64+
.if n \{\
65+
.RS 4
66+
.\}
67+
.nf
68+
# nvme attach\-ns /dev/nvme1 \-n 0x2 \-c 0x21
69+
.fi
70+
.if n \{\
71+
.RE
72+
.\}
5573
.SH "NVME"
5674
.sp
5775
Part of the nvme\-user suite

Documentation/nvme-changed-ns-list-log.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-changed-ns-list-log
33
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 10/12/2019
5+
.\" Date: 01/07/2020
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-CHANGED\-NS\-L" "1" "10/12/2019" "NVMe" "NVMe Manual"
10+
.TH "NVME\-CHANGED\-NS\-L" "1" "01/07/2020" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

Documentation/nvme-compare.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-compare
33
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 10/12/2019
5+
.\" Date: 01/07/2020
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-COMPARE" "1" "10/12/2019" "NVMe" "NVMe Manual"
10+
.TH "NVME\-COMPARE" "1" "01/07/2020" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

Documentation/nvme-connect-all.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-connect-all
33
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 10/12/2019
5+
.\" Date: 01/07/2020
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-CONNECT\-ALL" "1" "10/12/2019" "NVMe" "NVMe Manual"
10+
.TH "NVME\-CONNECT\-ALL" "1" "01/07/2020" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

Documentation/nvme-connect.1

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: nvme-connect
33
.\" Author: [see the "AUTHORS" section]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 10/12/2019
5+
.\" Date: 01/07/2020
66
.\" Manual: NVMe Manual
77
.\" Source: NVMe
88
.\" Language: English
99
.\"
10-
.TH "NVME\-CONNECT" "1" "10/12/2019" "NVMe" "NVMe Manual"
10+
.TH "NVME\-CONNECT" "1" "01/07/2020" "NVMe" "NVMe Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -203,7 +203,7 @@ Connect to a subsystem named nqn\&.2014\-08\&.com\&.example:nvme:nvm\-subsystem\
203203
nvme\-discover(1) nvme\-connect\-all(1)
204204
.SH "AUTHORS"
205205
.sp
206-
This was co\-written by \m[blue]\fBJay Freyensee\fR\m[]\&\s-2\u[1]\d\s+2 and \m[blue]\fBChristoph Hellwig\fR\m[]\&\s-2\u[2]\d\s+2 for \m[blue]\fBKeith Busch\fR\m[]\&\s-2\u[3]\d\s+2\&.
206+
This was co\-written by \m[blue]\fBJay Freyensee\fR\m[]\&\s-2\u[1]\d\s+2 and \m[blue]\fBChristoph Hellwig\fR\m[]\&\s-2\u[2]\d\s+2
207207
.SH "NVME"
208208
.sp
209209
Part of the nvme\-user suite
@@ -218,8 +218,3 @@ Christoph Hellwig
218218
.RS 4
219219
220220
.RE
221-
.IP " 3." 4
222-
Keith Busch
223-
.RS 4
224-
225-
.RE

Documentation/nvme-connect.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
23
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
34
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
45
<head>
56
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
6-
<meta name="generator" content="AsciiDoc 8.6.8" />
7+
<meta name="generator" content="AsciiDoc 8.6.10" />
78
<title>nvme-connect(1)</title>
89
<style type="text/css">
910
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -94,7 +95,9 @@
9495
padding: 0;
9596
margin: 0;
9697
}
97-
98+
pre {
99+
white-space: pre-wrap;
100+
}
98101

99102
#author {
100103
color: #527bbd;
@@ -223,7 +226,7 @@
223226
}
224227

225228
div.imageblock div.content { padding-left: 0; }
226-
span.image img { border-style: none; }
229+
span.image img { border-style: none; vertical-align: text-bottom; }
227230
a.image:visited { color: white; }
228231

229232
dl {
@@ -1053,8 +1056,7 @@ <h2 id="_see_also">SEE ALSO</h2>
10531056
<h2 id="_authors">AUTHORS</h2>
10541057
<div class="sectionbody">
10551058
<div class="paragraph"><p>This was co-written by <a href="mailto:[email protected]">Jay Freyensee</a>
1056-
and <a href="mailto:[email protected]">Christoph Hellwig</a>
1057-
for <a href="mailto:[email protected]">Keith Busch</a>.</p></div>
1059+
and <a href="mailto:[email protected]">Christoph Hellwig</a></p></div>
10581060
</div>
10591061
</div>
10601062
<div class="sect1">
@@ -1067,7 +1069,8 @@ <h2 id="_nvme">NVME</h2>
10671069
<div id="footnotes"><hr /></div>
10681070
<div id="footer">
10691071
<div id="footer-text">
1070-
Last updated 2019-08-29 18:41:45 MDT
1072+
Last updated
1073+
2019-11-08 08:22:43 JST
10711074
</div>
10721075
</div>
10731076
</body>

Documentation/nvme-connect.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ AUTHORS
151151
-------
152152
This was co-written by mailto:[email protected][Jay Freyensee]
153153
and mailto:[email protected][Christoph Hellwig]
154-
for mailto:[email protected][Keith Busch].
155154

156155
NVME
157156
----

0 commit comments

Comments
 (0)