-
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.
yaml --- r: 289103 b: refs/heads/master c: c89126e h: refs/heads/master i: 289101: 198967a 289099: 1ae5614 289095: 77e78e6 289087: 0365702 v: v3
- Loading branch information
Dan Magenheimer
authored and
Greg Kroah-Hartman
committed
Feb 15, 2012
1 parent
8e1996a
commit 92433f6
Showing
6 changed files
with
1,742 additions
and
293 deletions.
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: b95e141a6471e744f963b78c069f35db4771eaf3 | ||
refs/heads/master: c89126eabb1ec17ab3af43ec7975bc49fdc729aa |
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,13 +1,13 @@ | ||
config ZCACHE | ||
tristate "Dynamic compression of swap pages and clean pagecache pages" | ||
depends on CLEANCACHE || FRONTSWAP | ||
select XVMALLOC | ||
config RAMSTER | ||
bool "Cross-machine RAM capacity sharing, aka peer-to-peer tmem" | ||
depends on (CLEANCACHE || FRONTSWAP) && CONFIGFS_FS && !ZCACHE && !XVMALLOC && !HIGHMEM | ||
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. | ||
RAMster allows RAM on other machines in a cluster to be utilized | ||
dynamically and symmetrically instead of swapping to a local swap | ||
disk, thus improving performance on memory-constrained workloads | ||
while minimizing total RAM across the cluster. RAMster, like | ||
zcache, compresses swap pages into local RAM, but then remotifies | ||
the compressed pages to another node in the RAMster cluster. |
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,3 +1 @@ | ||
zcache-y := zcache-main.o tmem.o | ||
|
||
obj-$(CONFIG_ZCACHE) += zcache.o | ||
obj-$(CONFIG_RAMSTER) += zcache-main.o tmem.o r2net.o xvmalloc.o cluster/ |
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
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
Oops, something went wrong.