All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ondemand readahead simplifications
@ 2007-06-14  6:21 ` Fengguang Wu
  0 siblings, 0 replies; 5+ messages in thread
From: Fengguang Wu @ 2007-06-14  6:21 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Rusty Russell, linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH 0/2] ondemand readahead simplifications
@ 2007-06-13 13:49 Fengguang Wu
  2007-06-13 13:49   ` Fengguang Wu
  0 siblings, 1 reply; 5+ messages in thread
From: Fengguang Wu @ 2007-06-13 13:49 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Andrew,

These two patches makes the interface and data structure of ondemand readahead
more clear:

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-06-15  4:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-14  6:21 [PATCH 0/2] ondemand readahead simplifications Fengguang Wu
2007-06-14  6:21 ` 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 ` [PATCH 2/2] readahead: sanify file_ra_state names Fengguang Wu
2007-06-13 13:49   ` Fengguang Wu

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.