aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/zcache (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-13staging: zcache/debug: fix coding styleWanpeng Li1-19/+76
2013-04-13staging: ramster/debug: Add CONFIG_RAMSTER_DEBUG Kconfig entryWanpeng Li3-2/+10
2013-04-13staging: ramster: Add incremental accessory countersWanpeng Li2-16/+83
2013-04-13staging: ramster/debug: Use an array to initialize/use debugfs attributesWanpeng Li1-36/+32
2013-04-13staging: ramster: Move debugfs code out of ramster.c fileWanpeng Li4-110/+154
2013-04-12staging: ramster: decrease foregin pers pages when count < 0Wanpeng Li1-0/+1
2013-04-11staging: ramster: Provide accessory functions for counter decreaseWanpeng Li1-13/+19
2013-04-11staging: ramster: Provide accessory functions for counter increaseWanpeng Li1-11/+23
2013-04-11staging: zcache: fix account foregin counters against zero-filled pagesWanpeng Li1-4/+4
2013-04-03staging: zcache: clean TODO listWanpeng Li1-2/+1
2013-04-03staging: zcache: introduce zero-filled page stat countWanpeng Li3-0/+24
2013-04-03staging: zcache: fix static variables defined in debug.h but used in mutiple C filesWanpeng Li2-31/+63
2013-04-02staging: zcache: fix zcache writeback in debugfsWanpeng Li1-2/+2
2013-04-02staging: zcache: fix pers_pageframes|_max aren't exported in debugfsWanpeng Li1-0/+1
2013-04-02staging: zcache: handle zcache_[eph|pers]_zpages for zero-filled pageWanpeng Li1-1/+6
2013-04-02staging: zcache: zero-filled pages awarenessWanpeng Li1-13/+70
2013-04-02staging: zcache: introduce zero-filled pages handlerWanpeng Li1-0/+27
2013-04-02drivers: staging: zcache: fix compile warningBob Liu1-1/+1
2013-04-02drivers: staging: zcache: fix compile errorBob Liu3-4/+10
2013-04-01Merge 3.9-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2013-03-26drivers/staging/zcache/zcache-main.c: fix buildAndrew Morton1-26/+0
2013-03-18staging: zcache: introduce zero filled pages handlerWanpeng Li1-0/+26
2013-03-18zcache/TODO: Update on two items.Konrad Rzeszutek Wilk1-5/+1
2013-03-18staging: zcache: fix typo "64_BIT"Paul Bolle1-1/+1
2013-03-18Merge 3.9-rc3 into staging-nextGreg Kroah-Hartman1-15/+10
2013-03-13zcache: convert to idr_alloc()Tejun Heo1-15/+10
2013-03-11staging: zcache: using strlcpy instead of strncpyChen Gang1-1/+2
2013-03-08staging: zcache/debug: compiler failure on PPC64 and revert commit.Konrad Rzeszutek Wilk2-1/+2
2013-03-06staging: zcache: disable ZCACHE_DEBUG due to build errorStephen Rothwell1-0/+1
2013-03-05zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUGKonrad Rzeszutek Wilk3-4/+12
2013-03-05zcache: Module license is defined twice.Konrad Rzeszutek Wilk1-2/+0
2013-03-05zcache: Move the last of the debugfs counters outKonrad Rzeszutek Wilk2-66/+89
2013-03-05zcache/debug: Use an array to initialize/use debugfs attributes.Konrad Rzeszutek Wilk1-112/+51
2013-03-05zcache: Move debugfs code out of zcache-main.c file.Konrad Rzeszutek Wilk4-256/+328
2013-03-05zcache: Make the debug code use pr_debugKonrad Rzeszutek Wilk1-44/+41
2013-03-05zcache: The last of the atomic reads has now an accessory function.Konrad Rzeszutek Wilk1-4/+9
2013-03-05zcache: Provide accessory functions for counter decrease.Konrad Rzeszutek Wilk1-39/+57
2013-03-05zcache: Provide accessory functions for counter increaseKonrad Rzeszutek Wilk1-36/+73
2013-03-05zcache: s/int/bool/ on the various options.Konrad Rzeszutek Wilk1-15/+15
2013-02-23mm: rename page struct field helpersMel Gorman1-1/+1
2013-02-18staging/zache checkpatch ERROR: spaces prohibited around thatRobert Berger1-2/+2
2013-02-15zcache/zbud: Fix __init mismatchKonrad Rzeszutek Wilk1-1/+1
2013-02-15zbud: Fix compile warnings due to usage of debugfs_create_size_tKonrad Rzeszutek Wilk1-16/+16
2013-02-15ramster: Fix compile warnings due to usage of debugfs_create_size_tKonrad Rzeszutek Wilk1-17/+17
2013-02-15zcache: Fix compile warnings due to usage of debugfs_create_size_tKonrad Rzeszutek Wilk1-80/+81
2013-02-13staging: zcache: add TODO fileDan Magenheimer1-0/+69
2013-02-11staging/zcache: Fix/improve zcache writeback code, tie to a config optionDan Magenheimer2-65/+284
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-6/+3
2013-01-29Staging: zcache: remove unnecessary braces in zcache-main.cRyo Munakata1-3/+2
2013-01-25staging: zcache: fix ppc64 and other arches where PAGE_SIZE!=4KDan Magenheimer1-2/+5