summaryrefslogtreecommitdiffstats
path: root/mm/zswap.c
Commit message (Expand)AuthorAgeFilesLines
* mm/zswap.c: delete an error message for a failed memory allocation in zswap_d...Markus Elfring2017-07-061-3/+2
* mm/zswap.c: improve a size determination in zswap_frontswap_init()Markus Elfring2017-07-061-1/+1
* mm/zswap.c: delete an error message for a failed memory allocation in zswap_p...Markus Elfring2017-07-061-3/+1
* zswap: don't param_set_charp while holding spinlockDan Streetman2017-02-271-7/+13
* zswap: clear compressor or zpool param if invalid at initDan Streetman2017-02-271-12/+37
* zswap: allow initialization at boot without poolDan Streetman2017-02-271-12/+34
* zswap: disable changing params if init failsDan Streetman2017-02-031-1/+29
* mm/zswap: Convert pool to hotplug state machineSebastian Andrzej Siewior2016-12-021-65/+34
* mm/zswap: Convert dst-mem to hotplug state machineSebastian Andrzej Siewior2016-12-021-56/+17
* mm/zswap: use workqueue to destroy poolDan Streetman2016-05-201-4/+8
* mm/zswap: provide unique zpool nameDan Streetman2016-05-051-1/+7
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* mm/zswap: change incorrect strncmp use to strcmpDan Streetman2015-12-181-3/+3
* zswap: use charp for zswap param stringsDan Streetman2015-11-061-40/+40
* mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()Alexey Klimov2015-11-061-1/+1
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-2/+3
* zswap: change zpool/compressor at runtimeDan Streetman2015-09-101-13/+129
* zswap: dynamic pool creationDan Streetman2015-09-101-143/+405
* mm: zpool: constify the zpool_opsKrzysztof Kozlowski2015-09-081-1/+1
* mm: swap: zswap: maybe_preload & refactoringDmitry Safonov2015-09-081-67/+6
* zswap: runtime enable/disableDan Streetman2015-06-251-7/+5
* mm/zpool: add name argument to create zpoolGanesh Mahendran2015-02-121-2/+3
* mm/zswap: delete unnecessary check before calling free_percpu()Markus Elfring2014-12-131-2/+1
* mm/zswap: add __init to some functions in zswapMahendran Ganesh2014-12-131-3/+3
* Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-201-33/+48
|\
| * mm/zswap.c: add __init to zswap_entry_cache_destroy()Fabian Frederick2014-08-081-2/+2
| * mm: memcontrol: rewrite uncharge APIJohannes Weiner2014-08-081-1/+1
| * mm/zpool: update zswap to use zpoolDan Streetman2014-08-061-30/+45
* | zbud, zswap: change module author emailSeth Jennings2014-11-131-1/+1
|/
* mm/zswap: NUMA aware allocation for zswap_dstmemEric Dumazet2014-06-041-1/+1
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-071-38/+40
|\
| * mm/zswap.c: remove unnecessary parenthesesSeongJae Park2014-04-071-3/+3
| * mm/zswap: support multiple swap devicesMinchan Kim2014-04-071-31/+33
| * mm/zswap.c: update zsmalloc in comment to zbudSeongJae Park2014-04-071-2/+2
| * mm/zswap.c: fix trivial typo and arrange indentationSeongJae Park2014-04-071-2/+2
* | mm, zswap: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-4/+4
|/
* mm/zswap.c: change params from hidden to roDan Streetman2014-01-231-2/+2
* mm/zswap: refactor the get/put routinesWeijie Yang2013-11-131-94/+88
* mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrentlyWeijie Yang2013-11-131-8/+14
* mm/zswap: avoid unnecessary page scanningWeijie Yang2013-11-131-0/+3
* mm/zswap: bugfix: memory leak when re-swaponWeijie Yang2013-10-161-0/+4
* mm/zswap: use postorder iteration when destroying rbtreeCody P Schafer2013-09-111-14/+2
* mm/zswap.c: get swapper address_space by using macroSunghan Suh2013-09-111-1/+1
* zswap: add to mm/Seth Jennings2013-07-101-0/+943
OpenPOWER on IntegriCloud