Prev: anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvma
Next: [PATCH] mm: disallow direct reclaim page writeback
From: Dave Chinner on 12 Apr 2010 21:30 Recently I made the XFS inode reclaim operate entirely in the background for both clean and dirty inodes as it simplified the code a lot and is somewhat more efficient. Unfortunately, there are some workloads where the background reclaim is not freeing memory fast enough, so the reclaim needs an extra push when memory is low. The inode caches are per-filesystem on XFS, so to make effective use of the shrinker callbacks when memory is low, we need a context to be passed through the shrinker to give us the filesystem context to run the reclaim from. The two patches introduce the shrinker context and implement the XFS inode reclaim shrinkers. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |