All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: Larry McVoy <lm@work.bitmover.com>, Mel Gorman <mel@csn.ul.ie>,
	Daniel Phillips <phillips@arcor.de>,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: [RFC] My research agenda for 2.7
Date: Wed, 2 Jul 2003 19:20:47 -0700	[thread overview]
Message-ID: <20030703022047.GM26348@holomorphy.com> (raw)
In-Reply-To: <20030703020445.GA4379@work.bitmover.com>

On Wed, Jul 02, 2003 at 07:04:45PM -0700, Larry McVoy wrote:
> If we're thinking about the same thing, the basic idea was to store
> information into a higher level object and make more intelligent paging
> decisions based on the higher level object.  In my brain, since I'm a
> SunOS guy, that means that you store information in the vnode (inode)
> which reflects the status of all pages backed by this inode.
> Instead of trying to figure out what to do at the page level, you figure
> out what to do at the object level.  
> Some postings about this:
> http://groups.google.com/groups?q=topvn+mcvoy&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=3cgeu9%24h96%40fido.asd.sgi.com&rnum=1
> http://groups.google.com/groups?q=vnode+mcvoy&start=10&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=l0ojgnINN59t%40appserv.Eng.Sun.COM&rnum=12
> I can't find the writeup that you are thinking about.  I know what you mean,
> there was a discussion of paging algs and I went off about how scanning a
> page a time is insane.  If someone finds the URL let me know.

I believe people are already on file object local page replacement,
though it's more in the planning than implementation phase.


-- wli

WARNING: multiple messages have this Message-ID (diff)
From: William Lee Irwin III <wli@holomorphy.com>
To: Larry McVoy <lm@work.bitmover.com>, Mel Gorman <mel@csn.ul.ie>,
	Daniel Phillips <phillips@arcor.de>,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: [RFC] My research agenda for 2.7
Date: Wed, 2 Jul 2003 19:20:47 -0700	[thread overview]
Message-ID: <20030703022047.GM26348@holomorphy.com> (raw)
In-Reply-To: <20030703020445.GA4379@work.bitmover.com>

On Wed, Jul 02, 2003 at 07:04:45PM -0700, Larry McVoy wrote:
> If we're thinking about the same thing, the basic idea was to store
> information into a higher level object and make more intelligent paging
> decisions based on the higher level object.  In my brain, since I'm a
> SunOS guy, that means that you store information in the vnode (inode)
> which reflects the status of all pages backed by this inode.
> Instead of trying to figure out what to do at the page level, you figure
> out what to do at the object level.  
> Some postings about this:
> http://groups.google.com/groups?q=topvn+mcvoy&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=3cgeu9%24h96%40fido.asd.sgi.com&rnum=1
> http://groups.google.com/groups?q=vnode+mcvoy&start=10&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=l0ojgnINN59t%40appserv.Eng.Sun.COM&rnum=12
> I can't find the writeup that you are thinking about.  I know what you mean,
> there was a discussion of paging algs and I went off about how scanning a
> page a time is insane.  If someone finds the URL let me know.

I believe people are already on file object local page replacement,
though it's more in the planning than implementation phase.


-- wli
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

  reply	other threads:[~2003-07-03  2:06 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-24 23:11 [RFC] My research agenda for 2.7 Daniel Phillips
2003-06-25  0:47 ` William Lee Irwin III
2003-06-25  1:07   ` Daniel Phillips
2003-06-25  1:10     ` William Lee Irwin III
2003-06-25  1:25       ` Daniel Phillips
2003-06-25  1:30         ` William Lee Irwin III
2003-06-25  9:29 ` Mel Gorman
2003-06-26 19:00   ` Daniel Phillips
2003-06-26 19:00     ` Daniel Phillips
2003-06-26 20:01     ` Mel Gorman
2003-06-26 20:01       ` Mel Gorman
2003-06-26 20:10       ` Andrew Morton
2003-06-26 20:10         ` Andrew Morton
2003-06-27  0:30       ` Daniel Phillips
2003-06-27  0:30         ` Daniel Phillips
2003-06-27 13:00         ` Mel Gorman
2003-06-27 13:00           ` Mel Gorman
2003-06-27 14:38           ` Martin J. Bligh
2003-06-27 14:38             ` Martin J. Bligh
2003-06-27 14:41           ` Daniel Phillips
2003-06-27 14:41             ` Daniel Phillips
2003-06-27 14:43           ` Martin J. Bligh
2003-06-27 14:43             ` Martin J. Bligh
2003-06-27 14:54             ` Daniel Phillips
2003-06-27 14:54               ` Daniel Phillips
2003-06-27 15:04               ` Martin J. Bligh
2003-06-27 15:04                 ` Martin J. Bligh
2003-06-27 15:17                 ` Daniel Phillips
2003-06-27 15:17                   ` Daniel Phillips
2003-06-27 15:22                   ` Mel Gorman
2003-06-27 15:22                     ` Mel Gorman
2003-06-27 15:50                     ` Daniel Phillips
2003-06-27 15:50                       ` Daniel Phillips
2003-06-27 16:00                       ` Daniel Phillips
2003-06-27 16:00                         ` Daniel Phillips
2003-06-29 19:25                         ` Mel Gorman
2003-06-29 19:25                           ` Mel Gorman
2003-06-28 21:06                           ` Daniel Phillips
2003-06-28 21:06                             ` Daniel Phillips
2003-06-29 21:26                             ` Mel Gorman
2003-06-29 21:26                               ` Mel Gorman
2003-06-28 21:54                               ` Daniel Phillips
2003-06-28 21:54                                 ` Daniel Phillips
2003-06-29 22:07                                 ` William Lee Irwin III
2003-06-29 22:07                                   ` William Lee Irwin III
2003-06-28 23:18                                   ` Daniel Phillips
2003-06-28 23:18                                     ` Daniel Phillips
2003-07-02 21:10           ` Mike Fedyk
2003-07-02 21:10             ` Mike Fedyk
2003-07-03  2:04             ` Larry McVoy
2003-07-03  2:04               ` Larry McVoy
2003-07-03  2:20               ` William Lee Irwin III [this message]
2003-07-03  2:20                 ` William Lee Irwin III

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=20030703022047.GM26348@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=lm@work.bitmover.com \
    --cc=mel@csn.ul.ie \
    --cc=phillips@arcor.de \
    /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.