All of lore.kernel.org
 help / color / mirror / Atom feed
* How to reclaim inode pages on demand
@ 2005-08-08 15:52 Mel Gorman
  2005-08-08 16:08 ` Jörn Engel
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Mel Gorman @ 2005-08-08 15:52 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Hi,

I am working on a direct reclaim strategy to free up large blocks of
contiguous pages. The part I have is working fine, but I am finding a
hundreds of pages that are being used for inodes that I need to reclaim. I
tried purging the inode lists using a variation of prune_icache() but it
is not working out.

Given a struct page, that one knows is an inode, can anyone suggest the
best way to find the inode using it and free it?

-- 
Mel Gorman
Part-time Phd Student                          Java Applications Developer
University of Limerick                         IBM Dublin Software Lab

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

end of thread, other threads:[~2005-08-11 14:07 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-08 15:52 How to reclaim inode pages on demand Mel Gorman
2005-08-08 16:08 ` Jörn Engel
2005-08-08 16:23   ` Mel Gorman
2005-08-08 23:08 ` Andrew Morton
2005-08-10 16:32   ` Mel Gorman
2005-08-10 17:17     ` Andrew Morton
2005-08-10 17:27       ` Mel Gorman
2005-08-10 17:40         ` Andrew Morton
2005-08-10 17:51           ` Mel Gorman
2005-08-10 17:52             ` Andrew Morton
2005-08-10 17:50         ` Dave Hansen
2005-08-10 17:59           ` Mel Gorman
2005-08-11  3:08       ` Magnus Damm
2005-08-11  4:44         ` Andrew Morton
2005-08-11  5:43           ` Magnus Damm
2005-08-11  9:09           ` Coywolf Qi Hunt
2005-08-11 14:09             ` Hugh Dickins
2005-08-09  4:06 ` Rik van Riel

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.