summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-09-05zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang1-0/+9
2018-01-17zswap: don't param_set_charp while holding spinlockDan Streetman1-4/+8
2017-02-09zswap: disable changing params if init failsDan Streetman1-1/+29
2016-05-21mm/zswap: use workqueue to destroy poolDan Streetman1-4/+8
2016-05-06mm/zswap: provide unique zpool nameDan Streetman1-1/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2015-12-18mm/zswap: change incorrect strncmp use to strcmpDan Streetman1-3/+3
2015-11-07zswap: use charp for zswap param stringsDan Streetman1-40/+40
2015-11-07mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()Alexey Klimov1-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman66-172/+210
2015-09-10zswap: change zpool/compressor at runtimeDan Streetman1-13/+129
2015-09-10zswap: dynamic pool creationDan Streetman1-143/+405
2015-09-08mm: zpool: constify the zpool_opsKrzysztof Kozlowski5-8/+9
2015-09-08mm: swap: zswap: maybe_preload & refactoringDmitry Safonov3-78/+35
2015-06-26zswap: runtime enable/disableDan Streetman2-9/+21
2015-02-13mm/zpool: add name argument to create zpoolGanesh Mahendran7-14/+21
2014-12-13mm/zswap: delete unnecessary check before calling free_percpu()Markus Elfring1-2/+1
2014-12-13mm/zswap: add __init to some functions in zswapMahendran Ganesh1-3/+3
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina12265-498514/+701503
2014-11-13zbud, zswap: change module author emailSeth Jennings2-2/+2
2014-08-08mm/zswap.c: add __init to zswap_entry_cache_destroy()Fabian Frederick1-2/+2
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner16-768/+389
2014-08-07mm/zpool: update zswap to use zpoolDan Streetman2-31/+46
2014-06-04mm/zswap: NUMA aware allocation for zswap_dstmemEric Dumazet1-1/+1
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds233-2012/+3714
2014-04-07mm/zswap.c: remove unnecessary parenthesesSeongJae Park1-3/+3
2014-04-07mm/zswap: support multiple swap devicesMinchan Kim1-31/+33
2014-04-07mm/zswap.c: update zsmalloc in comment to zbudSeongJae Park1-2/+2
2014-04-07mm/zswap.c: fix trivial typo and arrange indentationSeongJae Park1-2/+2
2014-03-20mm, zswap: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-4/+4
2014-01-24mm/zswap.c: change params from hidden to roDan Streetman1-2/+2
2013-11-13mm/zswap: refactor the get/put routinesWeijie Yang1-94/+88
2013-11-13mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrentlyWeijie Yang1-8/+14
2013-11-13mm/zswap: avoid unnecessary page scanningWeijie Yang1-0/+3
2013-10-17mm/zswap: bugfix: memory leak when re-swaponWeijie Yang1-0/+4
2013-09-11mm/zswap: use postorder iteration when destroying rbtreeCody P Schafer1-14/+2
2013-09-11mm/zswap.c: get swapper address_space by using macroSunghan Suh1-1/+1
2013-07-11zswap: add to mm/Seth Jennings3-0/+964