[linux-mm-cc] [PATCH 0/3] compcache: in-memory compressed swapping v4

Greg KH greg at kroah.com
Tue Sep 22 11:37:52 EDT 2009


On Tue, Sep 22, 2009 at 09:13:50AM +0300, Pekka Enberg wrote:
> On Tue, 2009-09-22 at 10:26 +0530, Nitin Gupta wrote:
> >  drivers/staging/Kconfig                   |    2 +
> >  drivers/staging/Makefile                  |    1 +
> >  drivers/staging/ramzswap/Kconfig          |   21 +
> >  drivers/staging/ramzswap/Makefile         |    3 +
> >  drivers/staging/ramzswap/ramzswap.txt     |   51 +
> >  drivers/staging/ramzswap/ramzswap_drv.c   | 1462 +++++++++++++++++++++++++++++
> >  drivers/staging/ramzswap/ramzswap_drv.h   |  173 ++++
> >  drivers/staging/ramzswap/ramzswap_ioctl.h |   50 +
> >  drivers/staging/ramzswap/xvmalloc.c       |  533 +++++++++++
> >  drivers/staging/ramzswap/xvmalloc.h       |   30 +
> >  drivers/staging/ramzswap/xvmalloc_int.h   |   86 ++
> >  include/linux/swap.h                      |    5 +
> >  mm/swapfile.c                             |   34 +
> >  13 files changed, 2451 insertions(+), 0 deletions(-)
> 
> This diffstat is not up to date, I think.
> 
> Greg, would you mind taking this driver into staging? There are some
> issues that need to be ironed out for it to be merged to kernel proper
> but I think it would benefit from being exposed to mainline.

That would be fine, will there be a new set of patches for me to apply,
or is this the correct series?

thanks,

greg k-h


More information about the linux-mm-cc mailing list