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