-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dan Magenheimer
authored and
Greg Kroah-Hartman
committed
Feb 15, 2012
1 parent
6746320
commit 198967a
Showing
6 changed files
with
2,981 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: b605c9621e57e72cbd45d59fd93d97b4a75c3597 | ||
refs/heads/master: 19ee3ef5f4bb22d17eb73d89a520437745b8b444 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
config ZCACHE | ||
tristate "Dynamic compression of swap pages and clean pagecache pages" | ||
depends on CLEANCACHE || FRONTSWAP | ||
select XVMALLOC | ||
select LZO_COMPRESS | ||
select LZO_DECOMPRESS | ||
default n | ||
help | ||
Zcache doubles RAM efficiency while providing a significant | ||
performance boosts on many workloads. Zcache uses lzo1x | ||
compression and an in-kernel implementation of transcendent | ||
memory to store clean page cache pages and swap in RAM, | ||
providing a noticeable reduction in disk I/O. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
zcache-y := zcache-main.o tmem.o | ||
|
||
obj-$(CONFIG_ZCACHE) += zcache.o |
Oops, something went wrong.