commit | 306b0c957f3f0e7da6551652abbfe17b560173ce | [log] [tgz] |
---|---|---|
author | Nitin Gupta <ngupta@vflare.org> | Tue Sep 22 10:26:53 2009 +0530 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 12:23:04 2009 -0800 |
tree | 10dd578e731bb04e65b81829f8b78e24f39b1794 | |
parent | 644bf7b5983cf2540b57a5b25b775cb3c1e8e943 [diff] |
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 <ngupta@vflare.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>