[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1264602246-12880-1-git-send-email-ngupta@vflare.org>
Date: Wed, 27 Jan 2010 19:54:03 +0530
From: Nitin Gupta <ngupta@...are.org>
To: Greg KH <greg@...ah.com>
Cc: Pekka Enberg <penberg@...helsinki.fi>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/3][linux-next] ramzswap: bug fixes and some cleanups
ramzswap driver creates virtual block devices which
can be used (only) as swap disks. Pages swapped to these
disks are compressed and stored in memory itself.
Project home: http://code.google.com/p/compcache/
These patches apply to linux-next.
Signed-off-by: Nitin Gupta <ngupta@...are.org>
Nitin Gupta (3):
use lock for 64-bit stats
flush block device before reset
set block size to PAGE_SIZE and some cleanups
drivers/staging/ramzswap/ramzswap_drv.c | 144 ++++++++++++++++------------
drivers/staging/ramzswap/ramzswap_drv.h | 61 ++++++++++--
drivers/staging/ramzswap/ramzswap_ioctl.h | 3 +-
drivers/staging/ramzswap/xvmalloc.c | 2 +-
drivers/staging/ramzswap/xvmalloc.h | 2 +-
drivers/staging/ramzswap/xvmalloc_int.h | 2 +-
6 files changed, 137 insertions(+), 77 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists