mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00:00
080506ad0a
Recently commit bab55417b1
("block: support embedded device command
line partition") introduced CONFIG_CMDLINE_PARSER. However, that name
is too generic and sounds like it enables/disables generic kernel boot
arg processing, when it really is block specific.
Before this option becomes a part of a full/final release, add the BLK_
prefix to it so that it is clear in absence of any other context that it
is block specific.
In addition, fix up the following less critical items:
- help text was not really at all helpful.
- index file for Documentation was not updated
- add the new arg to Documentation/kernel-parameters.txt
- clarify wording in source comments
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Cai Zhiyong <caizhiyong@huawei.com>
Cc: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
27 lines
761 B
Plaintext
27 lines
761 B
Plaintext
00-INDEX
|
|
- This file
|
|
biodoc.txt
|
|
- Notes on the Generic Block Layer Rewrite in Linux 2.5
|
|
capability.txt
|
|
- Generic Block Device Capability (/sys/block/<device>/capability)
|
|
cfq-iosched.txt
|
|
- CFQ IO scheduler tunables
|
|
cmdline-partition.txt
|
|
- how to specify block device partitions on kernel command line
|
|
data-integrity.txt
|
|
- Block data integrity
|
|
deadline-iosched.txt
|
|
- Deadline IO scheduler tunables
|
|
ioprio.txt
|
|
- Block io priorities (in CFQ scheduler)
|
|
queue-sysfs.txt
|
|
- Queue's sysfs entries
|
|
request.txt
|
|
- The members of struct request (in include/linux/blkdev.h)
|
|
stat.txt
|
|
- Block layer statistics in /sys/block/<device>/stat
|
|
switching-sched.txt
|
|
- Switching I/O schedulers at runtime
|
|
writeback_cache_control.txt
|
|
- Control of volatile write back caches
|