* [PATCH 0/2] mm: swap: zswap/zcache writeback supporting
@ 2013-04-02 3:49 Bob Liu
0 siblings, 0 replies; only message in thread
From: Bob Liu @ 2013-04-02 3:49 UTC (permalink / raw)
To: akpm
Cc: linux-mm, minchan, sjenning, rcj, ngupta, konrad.wilk,
dan.magenheimer, Bob Liu
Hi Andrew,
Would you please consider to merge these patches.
It's from Seth Jennings and the original goal was supporting writeback a page
from frontswap backend to the swap device, so that pages can be evicted.
Now this identical patch is needed for zcache, the dependent code is
already in 3.9(marked as broken,see config ZCACHE_WRITEBACK in
drivers/staging/zcache).
So it would be nice to get this small mm changes to be merged in 3.10.
The original post from Seth:
https://lkml.org/lkml/2013/3/6/344
https://lkml.org/lkml/2013/3/6/392
I rebased them to mmotm-2013-03-26-15-09 plus fixing a small issue from
chechpatch.pl
WARNING: externs should be avoided in .c files
#56: FILE: mm/page_io.c:182:
+int __swap_writepage(struct page *page, struct writeback_control *wbc);
Seth Jennings (2):
mm: break up swap_writepage() for frontswap backends
mm: allow for outstanding swap writeback accounting
include/linux/swap.h | 4 ++++
mm/page_io.c | 22 +++++++++++++++++-----
mm/swap_state.c | 2 +-
3 files changed, 22 insertions(+), 6 deletions(-)
--
1.7.10.4
--
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] only message in thread
only message in thread, other threads:[~2013-04-02 3:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 3:49 [PATCH 0/2] mm: swap: zswap/zcache writeback supporting Bob Liu
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).