summaryrefslogtreecommitdiff
path: root/mm/zcache.c
AgeCommit message (Expand)Author
2016-06-07mm: zcache: fix merge issuesVinayak Menon
2016-05-31mm: zcache: remove __GFP_NO_KSWAPDVinayak Menon
2016-05-31mm: add WasActive page flagBob Liu
2016-03-25mm: zcache: fix locking sequenceShiraz Hashim
2016-03-23mm: zcache: fix use after free in zcache_store_pageVinayak Menon
2016-03-23mm: zcache: reduce prints on store errorVinayak Menon
2016-03-23mm: zcache: fix race between store and evictVinayak Menon
2016-03-23mm: zcache: clear zcache when low on file pagesVinayak Menon
2016-03-23mm: zcache: add zero page supportVinayak Menon
2016-03-23mm: zcache: do not wake up kswapd for zcache allocsVinayak Menon
2016-03-23mm: zcache: fix accouting of pool pagesVinayak Menon
2016-03-23mm: zcache: shrink zcache on memory pressureVinayak Menon
2016-03-23mm: zcache: disallow sleep in zcache storeVinayak Menon
2016-03-23mm: zcache: add evict zpages supportingBob Liu
2016-03-23mm: zcache: add core filesBob Liu