summaryrefslogtreecommitdiffstats
path: root/mm/frontswap.c
Commit message (Expand)AuthorAgeFilesLines
* mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka2016-07-261-20/+15
* frontswap: allow multiple backendsDan Streetman2015-06-241-84/+131
* mm/frontswap.c: fix the condition in BUG_ONLi Haifeng2014-12-101-1/+1
* mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang2014-12-021-1/+3
* swap: change swap_list_head to plist, add swap_avail_headDan Streetman2014-06-041-3/+3
* swap: change swap_info singly-linked list to list_headDan Streetman2014-06-041-9/+4
* frontswap: fix incorrect zeroing and allocation size for frontswap_mapAkinobu Mita2013-06-121-1/+1
* frontswap: get rid of swap_lock dependencyMinchan Kim2013-04-301-8/+23
* mm: frontswap: cleanup codeBob Liu2013-04-301-27/+30
* frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk2013-04-301-20/+18
* mm: frontswap: lazy initialization to allow tmem backends to build/run as mod...Dan Magenheimer2013-04-301-10/+84
* frontswap: support exclusive gets if tmem backend is capableDan Magenheimer2012-09-211-1/+22
* mm: frontswap: fix a wrong if condition in frontswap_shrinkZhenzhong Duan2012-09-211-2/+7
* mm/frontswap: fix uninit'ed variable warningSeth Jennings2012-08-131-1/+1
* mm/frontswap: cleanup doc and comment errorWanpeng Li2012-07-231-1/+1
* mm: frontswap: remove unneeded headersSasha Levin2012-07-231-4/+0
* mm: frontswap: split out function to clear a page outSasha Levin2012-07-191-6/+9
* mm: frontswap: remove unnecessary check during initializationSasha Levin2012-06-111-2/+1
* mm: frontswap: make all branches of if statement in put page consistentSasha Levin2012-06-111-5/+5
* mm: frontswap: split frontswap_shrink further to simplify lockingSasha Levin2012-06-111-15/+21
* mm: frontswap: split out __frontswap_unuse_pagesSasha Levin2012-06-111-20/+39
* mm: frontswap: split out __frontswap_curr_pagesSasha Levin2012-06-111-11/+17
* mm: frontswap: trivial coding convention issuesSasha Levin2012-06-111-3/+4
* mm: frontswap: remove casting from function calls through ops structureSasha Levin2012-06-111-5/+5
* frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk2012-05-151-28/+28
* mm: frontswap: core frontswap functionalityDan Magenheimer2012-05-151-0/+314