summaryrefslogtreecommitdiffstats
path: root/drivers/staging/zcache
AgeCommit message (Expand)AuthorLines
2013-08-12staging: zcache: delete itGreg Kroah-Hartman-11640/+0
2013-08-12Merge 3.11-rc5 into staging-nextGreg Kroah-Hartman-2/+4
2013-08-05staging/zcache: Fix memory leak while dropping an o2net_sock_container objectJie Liu-0/+3
2013-07-29staging: zcache: fix "zcache=" kernel parameterPiotr Sarna-2/+4
2013-05-30drivers: staging: zcache: fix compile errorBob Liu-6/+6
2013-05-20staging: ramster: add how-to documentDan Magenheimer-0/+366
2013-05-16staging: zcache: Fix incorrect module_param_array typesGeert Uytterhoeven-4/+4
2013-04-30staging: zcache: enable zcache to be built/loaded as a moduleDan Magenheimer-12/+55
2013-04-30staging: zcache: enable ramster to be built/loaded as a moduleDan Magenheimer-13/+39
2013-04-30zcache/tmem: Better error checking on frontswap_register_ops return value.Konrad Rzeszutek Wilk-1/+4
2013-04-30cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk-4/+4
2013-04-30frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk-4/+4
2013-04-13staging: zcache/debug: fix coding styleWanpeng Li-19/+76
2013-04-13staging: ramster/debug: Add CONFIG_RAMSTER_DEBUG Kconfig entryWanpeng Li-2/+10
2013-04-13staging: ramster: Add incremental accessory countersWanpeng Li-16/+83
2013-04-13staging: ramster/debug: Use an array to initialize/use debugfs attributesWanpeng Li-36/+32
2013-04-13staging: ramster: Move debugfs code out of ramster.c fileWanpeng Li-110/+154
2013-04-12staging: ramster: decrease foregin pers pages when count < 0Wanpeng Li-0/+1
2013-04-11staging: ramster: Provide accessory functions for counter decreaseWanpeng Li-13/+19
2013-04-11staging: ramster: Provide accessory functions for counter increaseWanpeng Li-11/+23
2013-04-11staging: zcache: fix account foregin counters against zero-filled pagesWanpeng Li-4/+4
2013-04-03staging: zcache: clean TODO listWanpeng Li-2/+1
2013-04-03staging: zcache: introduce zero-filled page stat countWanpeng Li-0/+24
2013-04-03staging: zcache: fix static variables defined in debug.h but used in mutiple ...Wanpeng Li-31/+63
2013-04-02staging: zcache: fix zcache writeback in debugfsWanpeng Li-2/+2
2013-04-02staging: zcache: fix pers_pageframes|_max aren't exported in debugfsWanpeng Li-0/+1
2013-04-02staging: zcache: handle zcache_[eph|pers]_zpages for zero-filled pageWanpeng Li-1/+6
2013-04-02staging: zcache: zero-filled pages awarenessWanpeng Li-13/+70
2013-04-02staging: zcache: introduce zero-filled pages handlerWanpeng Li-0/+27
2013-04-02drivers: staging: zcache: fix compile warningBob Liu-1/+1
2013-04-02drivers: staging: zcache: fix compile errorBob Liu-4/+10
2013-04-01Merge 3.9-rc5 into staging-nextGreg Kroah-Hartman-1/+1
2013-03-26drivers/staging/zcache/zcache-main.c: fix buildAndrew Morton-26/+0
2013-03-18staging: zcache: introduce zero filled pages handlerWanpeng Li-0/+26
2013-03-18zcache/TODO: Update on two items.Konrad Rzeszutek Wilk-5/+1
2013-03-18staging: zcache: fix typo "64_BIT"Paul Bolle-1/+1
2013-03-18Merge 3.9-rc3 into staging-nextGreg Kroah-Hartman-15/+10
2013-03-13zcache: convert to idr_alloc()Tejun Heo-15/+10
2013-03-11staging: zcache: using strlcpy instead of strncpyChen Gang-1/+2
2013-03-08staging: zcache/debug: compiler failure on PPC64 and revert commit.Konrad Rzeszutek Wilk-1/+2
2013-03-06staging: zcache: disable ZCACHE_DEBUG due to build errorStephen Rothwell-0/+1
2013-03-05zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUGKonrad Rzeszutek Wilk-4/+12
2013-03-05zcache: Module license is defined twice.Konrad Rzeszutek Wilk-2/+0
2013-03-05zcache: Move the last of the debugfs counters outKonrad Rzeszutek Wilk-66/+89
2013-03-05zcache/debug: Use an array to initialize/use debugfs attributes.Konrad Rzeszutek Wilk-112/+51
2013-03-05zcache: Move debugfs code out of zcache-main.c file.Konrad Rzeszutek Wilk-256/+328
2013-03-05zcache: Make the debug code use pr_debugKonrad Rzeszutek Wilk-44/+41
2013-03-05zcache: The last of the atomic reads has now an accessory function.Konrad Rzeszutek Wilk-4/+9
2013-03-05zcache: Provide accessory functions for counter decrease.Konrad Rzeszutek Wilk-39/+57
2013-03-05zcache: Provide accessory functions for counter increaseKonrad Rzeszutek Wilk-36/+73