summaryrefslogtreecommitdiffstats
path: root/drivers/staging/zcache
Commit message (Expand)AuthorAgeFilesLines
* staging: zcache: introduce zero filled pages handlerWanpeng Li2013-03-191-0/+26
* zcache/TODO: Update on two items.Konrad Rzeszutek Wilk2013-03-191-5/+1Star
* Merge 3.9-rc3 into staging-nextGreg Kroah-Hartman2013-03-181-15/+10Star
|\
| * zcache: convert to idr_alloc()Tejun Heo2013-03-131-15/+10Star
* | staging: zcache: using strlcpy instead of strncpyChen Gang2013-03-111-1/+2
* | staging: zcache/debug: compiler failure on PPC64 and revert commit.Konrad Rzeszutek Wilk2013-03-082-1/+2
* | staging: zcache: disable ZCACHE_DEBUG due to build errorStephen Rothwell2013-03-061-0/+1
* | zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUGKonrad Rzeszutek Wilk2013-03-053-4/+12
* | zcache: Module license is defined twice.Konrad Rzeszutek Wilk2013-03-051-2/+0Star
* | zcache: Move the last of the debugfs counters outKonrad Rzeszutek Wilk2013-03-052-66/+89
* | zcache/debug: Use an array to initialize/use debugfs attributes.Konrad Rzeszutek Wilk2013-03-051-112/+51Star
* | zcache: Move debugfs code out of zcache-main.c file.Konrad Rzeszutek Wilk2013-03-054-256/+328
* | zcache: Make the debug code use pr_debugKonrad Rzeszutek Wilk2013-03-051-44/+41Star
* | zcache: The last of the atomic reads has now an accessory function.Konrad Rzeszutek Wilk2013-03-051-4/+9
* | zcache: Provide accessory functions for counter decrease.Konrad Rzeszutek Wilk2013-03-051-39/+57
* | zcache: Provide accessory functions for counter increaseKonrad Rzeszutek Wilk2013-03-051-36/+73
* | zcache: s/int/bool/ on the various options.Konrad Rzeszutek Wilk2013-03-051-15/+15
|/
* mm: rename page struct field helpersMel Gorman2013-02-241-1/+1
* staging/zache checkpatch ERROR: spaces prohibited around thatRobert Berger2013-02-181-2/+2
* zcache/zbud: Fix __init mismatchKonrad Rzeszutek Wilk2013-02-151-1/+1
* zbud: Fix compile warnings due to usage of debugfs_create_size_tKonrad Rzeszutek Wilk2013-02-151-16/+16
* ramster: Fix compile warnings due to usage of debugfs_create_size_tKonrad Rzeszutek Wilk2013-02-151-17/+17
* zcache: Fix compile warnings due to usage of debugfs_create_size_tKonrad Rzeszutek Wilk2013-02-151-80/+81
* staging: zcache: add TODO fileDan Magenheimer2013-02-131-0/+69
* staging/zcache: Fix/improve zcache writeback code, tie to a config optionDan Magenheimer2013-02-112-65/+284
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-6/+3Star
* Staging: zcache: remove unnecessary braces in zcache-main.cRyo Munakata2013-01-301-3/+2Star
* staging: zcache: fix ppc64 and other arches where PAGE_SIZE!=4KDan Magenheimer2013-01-251-2/+5
* staging: zcache: fix uninitialized variable compile warningDan Magenheimer2013-01-181-1/+1
* staging: zcache: adjustments to config/build files due to renamingDan Magenheimer2013-01-182-12/+7Star
* staging: zcache: rename ramster to zcacheDan Magenheimer2013-01-1822-0/+10481
* Staging: zcache: delete itGreg Kroah-Hartman2013-01-165-3070/+0Star
* Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2012-09-171-4/+3Star
|\
| * staging: zcache: fix cleancache race condition with shrinkerSeth Jennings2012-09-051-4/+3Star
* | staging: zcache: fix spelling of commentMarcus Karlsson2012-09-051-1/+1
|/
* staging: zsmalloc: add mapping modesSeth Jennings2012-07-091-3/+3
* staging: zcache: cleanup the code between tmem_obj_init and tmem_obj_findXiao Guangrong2012-07-091-30/+33
* staging: zcache: introduce get_zcache_clientXiao Guangrong2012-07-091-23/+23
* staging: zcache: cleanup zcache_do_preload and zcache_put_pageXiao Guangrong2012-07-091-21/+16Star
* staging: zcache: optimize zcache_do_preloadXiao Guangrong2012-07-091-12/+9Star
* staging: zcache: cleanup zbud_initXiao Guangrong2012-07-091-4/+2Star
* staging: zcache: mark zbud_init/zcache_comp_init as __initXiao Guangrong2012-07-091-2/+2
* staging: zcache: remove unnecessary config option dependenceXiao Guangrong2012-07-091-5/+2Star
* staging: zcache: fix a compile warningXiao Guangrong2012-07-091-0/+2
* staging: zcache: fix refcount leakXiao Guangrong2012-07-091-1/+2
* staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOCSeth Jennings2012-06-251-4/+1Star
* Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman2012-06-251-5/+5
|\
| * Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-041-5/+5
| |\
| | * frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk2012-05-151-5/+5
* | | staging: zcache: don't limit number of pools per clientSasha Levin2012-06-151-17/+21