aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/zcache (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-13zcache: convert to idr_alloc()Tejun Heo1-15/+10
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
2013-01-18staging: zcache: fix uninitialized variable compile warningDan Magenheimer1-1/+1
2013-01-18staging: zcache: adjustments to config/build files due to renamingDan Magenheimer2-12/+7
2013-01-18staging: zcache: rename ramster to zcacheDan Magenheimer22-0/+10481
2013-01-15Staging: zcache: delete itGreg Kroah-Hartman5-3070/+0
2012-09-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman1-4/+3
2012-09-05staging: zcache: fix cleancache race condition with shrinkerSeth Jennings1-4/+3
2012-09-05staging: zcache: fix spelling of commentMarcus Karlsson1-1/+1
2012-07-09staging: zsmalloc: add mapping modesSeth Jennings1-3/+3
2012-07-09staging: zcache: cleanup the code between tmem_obj_init and tmem_obj_findXiao Guangrong1-30/+33
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-25staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOCSeth Jennings1-4/+1
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-06-04Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mmLinus Torvalds1-5/+5
2012-05-15frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk1-5/+5
2012-04-24staging: zcache: fix Kconfig crypto dependencySeth Jennings1-1/+1
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
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-03-16staging/zmem: Use lockdep_assert_held instead of spin_is_lockedAndi Kleen1-1/+1
2012-03-07staging: zcache: make zcache builtin onlySeth Jennings1-1/+1
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-13staging: fix powerpc linux-next break on zsmallocSeth Jennings1-1/+3
2012-02-10Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman2-71/+169
2012-02-09staging: zcache: replace xvmalloc with zsmallocSeth Jennings2-41/+44
2012-02-09staging: zcache: fix serialization bug in zv statsSeth Jennings1-7/+7
2012-02-08staging: zcache: crypto API supportSeth Jennings2-31/+126