summaryrefslogtreecommitdiffstats
path: root/mm/frontswap.c
AgeCommit message (Expand)AuthorLines
2014-12-10mm/frontswap.c: fix the condition in BUG_ONLi Haifeng-1/+1
2014-12-02mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang-1/+3
2014-06-04swap: change swap_list_head to plist, add swap_avail_headDan Streetman-3/+3
2014-06-04swap: change swap_info singly-linked list to list_headDan Streetman-9/+4
2013-06-12frontswap: fix incorrect zeroing and allocation size for frontswap_mapAkinobu Mita-1/+1
2013-04-30frontswap: get rid of swap_lock dependencyMinchan Kim-8/+23
2013-04-30mm: frontswap: cleanup codeBob Liu-27/+30
2013-04-30frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk-20/+18
2013-04-30mm: frontswap: lazy initialization to allow tmem backends to build/run as mod...Dan Magenheimer-10/+84
2012-09-21frontswap: support exclusive gets if tmem backend is capableDan Magenheimer-1/+22
2012-09-21mm: frontswap: fix a wrong if condition in frontswap_shrinkZhenzhong Duan-2/+7
2012-08-13mm/frontswap: fix uninit'ed variable warningSeth Jennings-1/+1
2012-07-23mm/frontswap: cleanup doc and comment errorWanpeng Li-1/+1
2012-07-23mm: frontswap: remove unneeded headersSasha Levin-4/+0
2012-07-19mm: frontswap: split out function to clear a page outSasha Levin-6/+9
2012-06-11mm: frontswap: remove unnecessary check during initializationSasha Levin-2/+1
2012-06-11mm: frontswap: make all branches of if statement in put page consistentSasha Levin-5/+5
2012-06-11mm: frontswap: split frontswap_shrink further to simplify lockingSasha Levin-15/+21
2012-06-11mm: frontswap: split out __frontswap_unuse_pagesSasha Levin-20/+39
2012-06-11mm: frontswap: split out __frontswap_curr_pagesSasha Levin-11/+17
2012-06-11mm: frontswap: trivial coding convention issuesSasha Levin-3/+4
2012-06-11mm: frontswap: remove casting from function calls through ops structureSasha Levin-5/+5
2012-05-15frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk-28/+28
2012-05-15mm: frontswap: core frontswap functionalityDan Magenheimer-0/+314