summaryrefslogtreecommitdiff
path: root/drivers/staging/zcache/zcache-main.c
AgeCommit message (Expand)AuthorFilesLines
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...Linus Torvalds1-5/+5
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-6/+6
2012-03-20zcache: remove the second argument of k[un]map_atomic()Cong Wang1-8/+8
2012-03-19Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk1-5/+5
2012-02-29staging: zcache: fix memory corruption bugSeth Jennings1-4/+2
2012-02-29staging: zcache: fix length type mismatchSeth Jennings1-4/+4
2012-02-24staging: zcache: avoid AB-BA deadlock conditionAndrea Righi1-2/+2
2012-02-10Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman1-66/+165
2012-02-09staging: zcache: replace xvmalloc with zsmallocSeth Jennings1-40/+43
2012-02-09staging: zcache: fix serialization bug in zv statsSeth Jennings1-7/+7
2012-02-08staging: zcache: crypto API supportSeth Jennings1-27/+123
2012-02-08staging: zcache: fix serialization bug in zv statsSeth Jennings1-7/+7
2012-02-08zcache: Set SWIZ_BITS to 8 to reduce tmem bucket lock contention.Dan Magenheimer1-2/+2
2012-02-08zcache: fix deadlock conditionDan Magenheimer1-4/+3
2012-01-23mm: zcache/tmem/cleancache: s/flush/invalidate/Dan Magenheimer1-5/+5
2011-11-26Staging: zcache: Fix calls to obsolete functionBernhard Heinloth1-3/+3
2011-10-25Merge branch 'staging-next' into Linux 3.1Greg Kroah-Hartman1-33/+18
2011-10-17staging: zcache: remove zcache_direct_reclaim_lockSeth Jennings1-27/+4
2011-10-12staging: zcache: reduce tmem bucket lock contentionSeth Jennings1-1/+3
2011-10-11staging: zcache: fix crash on cpu removeSeth Jennings1-2/+8
2011-09-20staging: zcache: fix cleancache crashSeth Jennings1-1/+1
2011-08-29Merge 3.1-rc4 into staging-nextGreg Kroah-Hartman1-3/+3
2011-08-23staging: zcache: fix crash on high memory swapSeth Jennings1-4/+4
2011-08-23staging: zcache: fix typosSeth Jennings1-2/+2
2011-08-23staging: zcache: fix possible sleep under lockSeth Jennings1-1/+1
2011-08-08zcache: Fix build error when sysfs is not definedNitin Gupta1-1/+1
2011-08-08zcache: Use div_u64 for 64-bit divisionThadeu Lima de Souza Cascardo1-2/+5
2011-08-03staging: zcache: include module.h for MODULE_LICENSEThadeu Lima de Souza Cascardo1-0/+1
2011-08-02staging: zcache: module is GPLThadeu Lima de Souza Cascardo1-0/+3
2011-08-02staging: fix zcache buildingThadeu Lima de Souza Cascardo1-0/+1996