summaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c
Commit message (Expand)AuthorAgeFilesLines
* swap: discard while swapping only if SWAP_FLAG_DISCARD_PAGESRafael Aquini2013-07-031-5/+50
* 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/+9
* mm/: rename random32() to prandom_u32()Akinobu Mita2013-04-291-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | mm,ksm: swapoff might need to copyHugh Dickins2013-02-231-1/+14
* | swap: add per-partition lock for swapfileShaohua Li2013-02-231-46/+108
* | swap: make each swap partition have one address_spaceShaohua Li2013-02-231-2/+3
|/
* mm, oom: fix race when specifying a thread as the oom originDavid Rientjes2012-12-111-3/+2
* mm, oom: change type of oom_score_adj to shortDavid Rientjes2012-12-111-1/+1
* mm: do not call frontswap_init() during swapoffCesar Eduardo Barros2012-12-111-1/+1
* mm: refactor reinsert of swap_info in sys_swapoff()Cesar Eduardo Barros2012-12-111-9/+17
* swapfile: fix name leak in swapoffXiaotian Feng2012-11-161-2/+2
* vfs: make path_openat take a struct filename pointerJeff Layton2012-10-121-2/+2
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-6/+5
* mm: swapfile: clean up unuse_pte race handlingJohannes Weiner2012-07-311-2/+1
* swapfile: avoid dereferencing bd_disk during swap_entry_free for network storageMel Gorman2012-07-311-4/+6
* mm: swap: implement generic handler for swap_activateMel Gorman2012-07-311-86/+5
* mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman2012-07-311-2/+21
* mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman2012-07-311-0/+26
* swap: fix shmem swapping when more than 8 areasHugh Dickins2012-06-151-8/+4
* Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-041-13/+41
|\
| * mm: frontswap: core swap subsystem hooks and headersDan Magenheimer2012-05-151-13/+41
* | memcg: fix/change behavior of shared anon at moving taskKAMEZAWA Hiroyuki2012-05-291-31/+0
* | shmem: replace page if mapping excludes its zoneHugh Dickins2012-05-291-1/+1
|/
* swapon: check validity of swap_flagsHugh Dickins2012-03-281-0/+3
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-221-56/+2
|\
| * swap: don't do discard if no discard option addedShaohua Li2012-03-211-1/+1
| * mm: make swapin readahead skip over holesRik van Riel2012-03-211-52/+0
| * mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-03-211-3/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-211-1/+3
|\ \ | |/ |/|
| * mm: collapse security_vm_enough_memory() variants into a single functionAl Viro2012-02-141-1/+3
* | mm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-15/+15
|/
* mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner2012-01-121-4/+5
* mm: avoid livelock on !__GFP_FS allocationsMel Gorman2012-01-101-3/+3
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+0
|\
| * mm: delete various needless include <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* | oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes2011-10-311-1/+1
|/
* mm: let swap use exceptional entriesHugh Dickins2011-08-031-8/+12
* fs: seq_file - add event counter to simplify poll() supportKay Sievers2011-07-201-21/+8
* mm: move shmem prototypes to shmem_fs.hHugh Dickins2011-06-271-1/+1
* oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes2011-05-251-2/+4
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-37/+0
|\
| * Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-37/+0
| |\
| | * block: remove per-queue pluggingJens Axboe2011-03-101-37/+0
* | | memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki2011-03-231-1/+1
* | | sys_swapon: fix inode lockingCesar Eduardo Barros2011-03-231-2/+5
* | | mm: remove inline from scan_swap_map()Cesar Eduardo Barros2011-03-221-2/+2
* | | sys_swapon: separate final enabling of the swapfileCesar Eduardo Barros2011-03-221-42/+42