Rob Landley | 8b6800f | 2007-10-16 10:11:28 +0200 | [diff] [blame] | 1 | 00-INDEX |
| 2 | - This file |
Rob Landley | 8b6800f | 2007-10-16 10:11:28 +0200 | [diff] [blame] | 3 | biodoc.txt |
| 4 | - Notes on the Generic Block Layer Rewrite in Linux 2.5 |
| 5 | capability.txt |
Namjae Jeon | 8658266 | 2012-08-09 15:27:28 +0200 | [diff] [blame] | 6 | - Generic Block Device Capability (/sys/block/<device>/capability) |
| 7 | cfq-iosched.txt |
| 8 | - CFQ IO scheduler tunables |
Paul Gortmaker | 080506a | 2013-09-30 13:45:19 -0700 | [diff] [blame] | 9 | cmdline-partition.txt |
| 10 | - how to specify block device partitions on kernel command line |
Namjae Jeon | 8658266 | 2012-08-09 15:27:28 +0200 | [diff] [blame] | 11 | data-integrity.txt |
| 12 | - Block data integrity |
Rob Landley | 8b6800f | 2007-10-16 10:11:28 +0200 | [diff] [blame] | 13 | deadline-iosched.txt |
| 14 | - Deadline IO scheduler tunables |
| 15 | ioprio.txt |
| 16 | - Block io priorities (in CFQ scheduler) |
Henrik Austad | 3cf8ca1 | 2014-02-10 14:25:33 -0800 | [diff] [blame] | 17 | null_blk.txt |
| 18 | - Null block for block-layer benchmarking. |
Namjae Jeon | 8658266 | 2012-08-09 15:27:28 +0200 | [diff] [blame] | 19 | queue-sysfs.txt |
| 20 | - Queue's sysfs entries |
Rob Landley | 8b6800f | 2007-10-16 10:11:28 +0200 | [diff] [blame] | 21 | request.txt |
| 22 | - The members of struct request (in include/linux/blkdev.h) |
| 23 | stat.txt |
Namjae Jeon | 8658266 | 2012-08-09 15:27:28 +0200 | [diff] [blame] | 24 | - Block layer statistics in /sys/block/<device>/stat |
Rob Landley | 8b6800f | 2007-10-16 10:11:28 +0200 | [diff] [blame] | 25 | switching-sched.txt |
| 26 | - Switching I/O schedulers at runtime |
Christoph Hellwig | 04ccc65 | 2010-09-03 11:56:17 +0200 | [diff] [blame] | 27 | writeback_cache_control.txt |
| 28 | - Control of volatile write back caches |