summaryrefslogtreecommitdiffstats
path: root/mm/frontswap.c
Commit message (Expand)AuthorAgeFilesLines
* 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