From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763688AbXJOJxa (ORCPT ); Mon, 15 Oct 2007 05:53:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759502AbXJOJxU (ORCPT ); Mon, 15 Oct 2007 05:53:20 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:51366 "EHLO grelber.thyrsus.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758323AbXJOJxT (ORCPT ); Mon, 15 Oct 2007 05:53:19 -0400 From: Rob Landley Organization: Boundaries Unlimited To: linux-kernel@vger.kernel.org Subject: [PATCH] Add Documentation/block/00-INDEX Date: Mon, 15 Oct 2007 04:53:15 -0500 User-Agent: KMail/1.9.6 Cc: Jens Axboe , akpm@linux-foundation.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710150453.15484.rob@landley.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Rob Landley Add Documentation/block/00-INDEX Signed-off-by: Rob Landley --- By the way, shouldn't request.txt be in htmldocs somewhere? Documentation/block/00-INDEX | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) --- /dev/null 2007-04-23 10:59:00.000000000 -0500 +++ hg/Documentation/block/00-INDEX 2007-10-15 04:32:49.000000000 -0500 @@ -0,0 +1,20 @@ +00-INDEX + - This file +as-iosched.txt + - Anticipatory IO scheduler +barrier.txt + - I/O Barriers +biodoc.txt + - Notes on the Generic Block Layer Rewrite in Linux 2.5 +capability.txt + - Generic Block Device Capability (/sys/block//capability) +deadline-iosched.txt + - Deadline IO scheduler tunables +ioprio.txt + - Block io priorities (in CFQ scheduler) +request.txt + - The members of struct request (in include/linux/blkdev.h) +stat.txt + - Block layer statistics in /sys/block//stat +switching-sched.txt + - Switching I/O schedulers at runtime -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.