2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-05 20:24:09 +08:00
linux-next/drivers/staging/ramzswap
Nitin Gupta 306b0c957f 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>
2009-12-11 12:23:04 -08:00
..
Kconfig Staging: virtual block device driver (ramzswap) 2009-12-11 12:23:04 -08:00
Makefile Staging: virtual block device driver (ramzswap) 2009-12-11 12:23:04 -08:00
ramzswap_drv.c Staging: virtual block device driver (ramzswap) 2009-12-11 12:23:04 -08:00
ramzswap_drv.h Staging: virtual block device driver (ramzswap) 2009-12-11 12:23:04 -08:00
ramzswap_ioctl.h Staging: virtual block device driver (ramzswap) 2009-12-11 12:23:04 -08:00
xvmalloc_int.h
xvmalloc.c
xvmalloc.h