From: Nitin Gupta Date: Tue, 22 Sep 2009 04:56:53 +0000 (+0530) Subject: Staging: virtual block device driver (ramzswap) X-Git-Tag: v2.6.33-rc1~313^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306b0c957f3f0e7da6551652abbfe17b560173ce;p=pandora-kernel.git Staging: virtual block device driver (ramzswap) Creates RAM based block devices (/dev/ramzswapX) which can be used (only) as swap disks. Pages swapped to these are compressed and stored in memory itself. The module is called ramzswap.ko. It depends on: - xvmalloc memory allocator (compiled with this driver) - lzo_compress.ko - lzo_decompress.ko See ramzswap.txt for usage details. Signed-off-by: Nitin Gupta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed