forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'docs-5.16' of git://git.lwn.net/linux
Pull documentation updates from Jonathan Corbet: "This is a relatively unexciting cycle for documentation. - Some small scripts/kerneldoc fixes - More Chinese translation work, but at a much reduced rate. - The tip-tree maintainer's handbook ...plus the usual array of build fixes, typo fixes, etc" * tag 'docs-5.16' of git://git.lwn.net/linux: (53 commits) kernel-doc: support DECLARE_PHY_INTERFACE_MASK() docs/zh_CN: add core-api xarray translation docs/zh_CN: add core-api assoc_array translation speakup: Fix typo in documentation "boo" -> "boot" docs: submitting-patches: make section about the Link: tag more explicit docs: deprecated.rst: Clarify open-coded arithmetic with literals scripts: documentation-file-ref-check: fix bpf selftests path scripts: documentation-file-ref-check: ignore hidden files coding-style.rst: trivial: fix location of driver model macros docs: f2fs: fix text alignment docs/zh_CN add PCI pci.rst translation docs/zh_CN add PCI index.rst translation docs: translations: zh_CN: memory-hotplug.rst: fix a typo docs: translations: zn_CN: irq-affinity.rst: add a missing extension block: add documentation for inflight scripts: kernel-doc: Ignore __alloc_size() attribute docs: pdfdocs: Adjust \headheight for fancyhdr docs: UML: user_mode_linux_howto_v2 edits docs: use the lore redirector everywhere docs: proc.rst: mountinfo: align columns ...
- Loading branch information
Showing
54 changed files
with
3,866 additions
and
173 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,22 @@ Description: | |
For more details refer Documentation/admin-guide/iostats.rst | ||
|
||
|
||
What: /sys/block/<disk>/inflight | ||
Date: October 2009 | ||
Contact: Jens Axboe <[email protected]>, Nikanth Karthikesan <[email protected]> | ||
Description: | ||
Reports the number of I/O requests currently in progress | ||
(pending / in flight) in a device driver. This can be less | ||
than the number of requests queued in the block device queue. | ||
The report contains 2 fields: one for read requests | ||
and one for write requests. | ||
The value type is unsigned int. | ||
Cf. Documentation/block/stat.rst which contains a single value for | ||
requests in flight. | ||
This is related to nr_requests in Documentation/block/queue-sysfs.rst | ||
and for SCSI device also its queue_depth. | ||
|
||
|
||
What: /sys/block/<disk>/diskseq | ||
Date: February 2021 | ||
Contact: Matteo Croce <[email protected]> | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ Description: | |
What: /sys/module/xen_blkback/parameters/buffer_squeeze_duration_ms | ||
Date: December 2019 | ||
KernelVersion: 5.6 | ||
Contact: SeongJae Park <[email protected]> | ||
Contact: SeongJae Park <[email protected]> | ||
Description: | ||
When memory pressure is reported to blkback this option | ||
controls the duration in milliseconds that blkback will not | ||
|
@@ -39,7 +39,7 @@ Description: | |
What: /sys/module/xen_blkback/parameters/feature_persistent | ||
Date: September 2020 | ||
KernelVersion: 5.10 | ||
Contact: SeongJae Park <[email protected]> | ||
Contact: SeongJae Park <[email protected]> | ||
Description: | ||
Whether to enable the persistent grants feature or not. Note | ||
that this option only takes effect on newly created backends. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Description: | |
What: /sys/module/xen_blkfront/parameters/feature_persistent | ||
Date: September 2020 | ||
KernelVersion: 5.10 | ||
Contact: SeongJae Park <[email protected]> | ||
Contact: SeongJae Park <[email protected]> | ||
Description: | ||
Whether to enable the persistent grants feature or not. Note | ||
that this option only takes effect on newly created frontends. | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ macros, it was decided that brand new macros should be introduced instead:: | |
of importing all the crappy, historic, essentially randomly chosen | ||
debug symbol macro names from the binutils and older kernels? | ||
|
||
.. _discussion: https://lkml.kernel.org/r/[email protected] | ||
.. _discussion: https://lore.kernel.org/r/[email protected] | ||
|
||
Macros Description | ||
------------------ | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
# "select FW_LOADER" [0], in the end the simple alternative solution to this | ||
# problem consisted on matching semantics with newly introduced features. | ||
# | ||
# [0] https://lkml.kernel.org/r/[email protected] | ||
# [0] https://lore.kernel.org/r/[email protected] | ||
|
||
mainmenu "Simple example to demo cumulative kconfig recursive dependency implication" | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ please direct abuse to Tobin C. Harding <[email protected]>. | |
|
||
Original email thread:: | ||
|
||
http://lkml.kernel.org/r/[email protected] | ||
https://lore.kernel.org/r/[email protected] | ||
|
||
|
||
Create Branch | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ the excellent reporting over at LWN.net or read the original code. | |
|
||
patchset | ||
[PATCH net-next v4 0/9] socket sendmsg MSG_ZEROCOPY | ||
https://lkml.kernel.org/netdev/[email protected] | ||
https://lore.kernel.org/netdev/[email protected] | ||
|
||
|
||
Interface | ||
|
Oops, something went wrong.