linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] swapin/shmem patches
@ 2007-10-06 20:35 Hugh Dickins
  2007-10-06 20:38 ` [PATCH 1/7] swapin_readahead: excise NUMA bogosity Hugh Dickins
                   ` (6 more replies)
  0 siblings, 7 replies; 27+ messages in thread
From: Hugh Dickins @ 2007-10-06 20:35 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-mm

Here's my belated set of swapin/shmem patches, which I hope might still
be allowed into 2.6.24 after a trial in -mm.

[PATCH 1/7] swapin_readahead: excise NUMA bogosity 
[PATCH 2/7] swapin_readahead: move and rearrange args
[PATCH 3/7] swapin needs gfp_mask for loop on tmpfs
[PATCH 4/7] shmem: SGP_QUICK and SGP_FAULT redundant
[PATCH 5/7] shmem_getpage return page locked
[PATCH 6/7] shmem_file_write is redundant
[PATCH 7/7] swapin: fix valid_swaphandles defect

They're based on 2.6.23-rc8-mm2, but most apply to 2.6.23-rc9 plus
mm-clarify-__add_to_swap_cache-locking.patch
mm-clarify-__add_to_swap_cache-locking-fix.patch
mm-shmemc-make-3-functions-static.patch

The exceptions are 5/7 and 6/7, which assume Nick's aops mods to shmem.c:
implement-simple-fs-aops.patch
implement-simple-fs-aops-fix.patch
3/7 fixes a hang made visible by those mods, but does not depend on them.

 include/linux/swap.h |   19 +--
 mm/memory.c          |   65 -------------
 mm/shmem.c           |  200 +++++++----------------------------------
 mm/swap_state.c      |   59 ++++++++++--
 mm/swapfile.c        |   52 +++++++---
 5 files changed, 135 insertions(+), 260 deletions(-)

--
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:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2007-10-08 18:48 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-06 20:35 [PATCH 0/7] swapin/shmem patches Hugh Dickins
2007-10-06 20:38 ` [PATCH 1/7] swapin_readahead: excise NUMA bogosity Hugh Dickins
2007-10-06 22:43   ` Rik van Riel
2007-10-07 22:05   ` Andi Kleen
2007-10-07 22:37     ` Rik van Riel
2007-10-08 17:31   ` Christoph Lameter
2007-10-08 17:35     ` Rik van Riel
2007-10-08 17:41       ` Christoph Lameter
2007-10-08 17:47         ` Rik van Riel
2007-10-08 17:52           ` Christoph Lameter
2007-10-08 18:48             ` Rik van Riel
2007-10-06 20:39 ` [PATCH 2/7] swapin_readahead: move and rearrange args Hugh Dickins
2007-10-07  2:26   ` Rik van Riel
2007-10-06 20:43 ` [PATCH 3/7] swapin needs gfp_mask for loop on tmpfs Hugh Dickins
2007-10-07 23:23   ` Rik van Riel
2007-10-08 13:52   ` Peter Zijlstra
2007-10-06 20:45 ` [PATCH 4/7] shmem: SGP_QUICK and SGP_FAULT redundant Hugh Dickins
2007-10-07 23:23   ` Rik van Riel
2007-10-06 20:46 ` [PATCH 5/7] shmem_getpage return page locked Hugh Dickins
2007-10-07  8:01   ` Nick Piggin
2007-10-08 12:05     ` Hugh Dickins
2007-10-08  7:08       ` Nick Piggin
2007-10-08  0:44   ` Rik van Riel
2007-10-06 20:47 ` [PATCH 6/7] shmem_file_write is redundant Hugh Dickins
2007-10-08  0:46   ` Rik van Riel
2007-10-06 20:48 ` [PATCH 7/7] swapin: fix valid_swaphandles defect Hugh Dickins
2007-10-08  1:14   ` Rik van Riel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).