All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <wfg@mail.ustc.edu.cn>
To: Andrew Morton <akpm@osdl.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] ondemand readahead simplifications
Date: Thu, 14 Jun 2007 14:21:19 +0800	[thread overview]
Message-ID: <381802490.31610@ustc.edu.cn> (raw)
Message-ID: <20070614062447.058708836@mail.ustc.edu.cn> (raw)

Andrew,

With the help from Rusty, the interface and data structure of ondemand
readahead are made more clear:

	readahead: split ondemand readahead interface into two functions
	readahead: sanify file_ra_state names

diffstat:
 fs/ext3/dir.c      |    4 -
 fs/ext4/dir.c      |    4 -
 fs/splice.c        |    6 -
 include/linux/fs.h |   61 +--------------
 include/linux/mm.h |   20 +++--
 mm/filemap.c       |   10 +-
 mm/readahead.c     |  165 +++++++++++++++++++++----------------------
 7 files changed, 116 insertions(+), 154 deletions(-)

Regards,
Fengguang

             reply	other threads:[~2007-06-14  6:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-14  6:21 Fengguang Wu [this message]
2007-06-14  6:21 ` [PATCH 0/2] ondemand readahead simplifications Fengguang Wu
2007-06-14  6:21 ` [PATCH 1/2] readahead: split ondemand readahead interface into two functions Fengguang Wu
2007-06-14  6:21   ` Fengguang Wu
2007-06-14  6:21 ` [PATCH 2/2] readahead: sanify file_ra_state names Fengguang Wu
2007-06-14  6:21   ` Fengguang Wu
2007-06-15  4:38   ` Rusty Russell
  -- strict thread matches above, loose matches on Subject: below --
2007-06-13 13:49 [PATCH 0/2] ondemand readahead simplifications Fengguang Wu
2007-06-13 13:49 ` Fengguang Wu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=381802490.31610@ustc.edu.cn \
    --to=wfg@mail.ustc.edu.cn \
    --cc=akpm@osdl.org \
    --cc=rusty@rustcorp.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.