aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/zcache/zcache-main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-12staging: zcache: delete itGreg Kroah-Hartman1-1943/+0
2013-07-29staging: zcache: fix "zcache=" kernel parameterPiotr Sarna1-2/+4
2013-05-16staging: zcache: Fix incorrect module_param_array typesGeert Uytterhoeven1-4/+4
2013-04-30staging: zcache: enable zcache to be built/loaded as a moduleDan Magenheimer1-3/+42
2013-04-30staging: zcache: enable ramster to be built/loaded as a moduleDan Magenheimer1-1/+1
2013-04-30zcache/tmem: Better error checking on frontswap_register_ops return value.Konrad Rzeszutek Wilk1-1/+4
2013-04-30cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk1-4/+4
2013-04-30frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk1-4/+4
2013-04-11staging: zcache: fix account foregin counters against zero-filled pagesWanpeng Li1-4/+4
2013-04-03staging: zcache: introduce zero-filled page stat countWanpeng Li1-0/+4
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 Liu1-2/+0
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-11staging: zcache: using strlcpy instead of strncpyChen Gang1-1/+2
2013-03-05zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUGKonrad Rzeszutek Wilk1-3/+3
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 Wilk1-47/+28
2013-03-05zcache: Move debugfs code out of zcache-main.c file.Konrad Rzeszutek Wilk1-256/+8
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-15zcache: Fix compile warnings due to usage of debugfs_create_size_tKonrad Rzeszutek Wilk1-80/+81
2013-02-11staging/zcache: Fix/improve zcache writeback code, tie to a config optionDan Magenheimer1-65/+267
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-18staging: zcache: fix uninitialized variable compile warningDan Magenheimer1-1/+1
2013-01-18staging: zcache: rename ramster to zcacheDan Magenheimer1-0/+1820
2013-01-15Staging: zcache: delete itGreg Kroah-Hartman1-2077/+0
2012-09-05staging: zcache: fix cleancache race condition with shrinkerSeth Jennings1-4/+3
2012-07-09staging: zsmalloc: add mapping modesSeth Jennings1-3/+3
2012-07-09staging: zcache: introduce get_zcache_clientXiao Guangrong1-23/+23
2012-07-09staging: zcache: cleanup zcache_do_preload and zcache_put_pageXiao Guangrong1-21/+16
2012-07-09staging: zcache: optimize zcache_do_preloadXiao Guangrong1-12/+9
2012-07-09staging: zcache: cleanup zbud_initXiao Guangrong1-4/+2
2012-07-09staging: zcache: mark zbud_init/zcache_comp_init as __initXiao Guangrong1-2/+2
2012-07-09staging: zcache: remove unnecessary config option dependenceXiao Guangrong1-5/+2
2012-07-09staging: zcache: fix a compile warningXiao Guangrong1-0/+2
2012-07-09staging: zcache: fix refcount leakXiao Guangrong1-1/+2
2012-06-25Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman1-5/+5
2012-06-14staging: zcache: don't limit number of pools per clientSasha Levin1-17/+21
2012-06-11staging: zsmalloc: zsmalloc: use unsigned long instead of void *Minchan Kim1-6/+6
2012-05-15frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk1-5/+5
2012-03-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mmLinus Torvalds1-5/+5
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-6/+6