aboutsummaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-20mm: page lock use lock bitopsGravatar Nick Piggin 1-1/+1
2008-10-20vmscan: free swap space on swap-in/activationGravatar Rik van Riel 1-3/+22
2008-08-04mm: rename page trylockGravatar Nick Piggin 1-1/+1
2008-07-30swapfile/vmscan: update comments related to vmscan functionsGravatar Fernando Luis Vazquez Cao 1-2/+2
2008-07-26mm/swapfile.c: make code staticGravatar Adrian Bunk 1-3/+3
2008-07-26mm: spinlock tree_lockGravatar Nick Piggin 1-2/+2
2008-07-24mm: fix ever-decreasing swap priorityGravatar Hugh Dickins 1-24/+25
2008-04-29mm: use non-racy method for /proc/swaps creationGravatar Denis V. Lunev 1-5/+1
2008-04-28mm: try both endianess when checking for endianessGravatar Chris Dearman 1-0/+8
2008-02-14d_path: Make seq_path() use a struct path argumentGravatar Jan Blunck 1-1/+1
2008-02-07memcgroup: reinstate swapoff modGravatar Hugh Dickins 1-8/+34
2008-02-07Memory controller: make charging gfp mask awareGravatar Balbir Singh 1-1/+1
2008-02-07Memory controller: memory accountingGravatar Balbir Singh 1-17/+24
2008-02-07memcgroup: temporarily revert swapoff modGravatar Hugh Dickins 1-31/+7
2008-02-05tmpfs: open a window in shmem_unuse_inodeGravatar Hugh Dickins 1-13/+10
2008-02-05swapoff: scan ptes preemptiblyGravatar Hugh Dickins 1-7/+31
2008-02-05swapin: fix valid_swaphandles defectGravatar Hugh Dickins 1-16/+33
2008-02-05swapin needs gfp_mask for loop on tmpfsGravatar Hugh Dickins 1-1/+2
2007-07-29Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONGravatar Rafael J. Wysocki 1-3/+3
2007-07-16vmscan: fix comments related to shrink_list()Gravatar Anderson Briglia 1-1/+1
2007-05-07mm: make read_cache_page synchronousGravatar Nick Piggin 1-3/+0
2007-01-05[PATCH] swsusp: Do not fail if resume device is not setGravatar Rafael J. Wysocki 1-1/+7
2006-12-08[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 1-2/+2
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationGravatar Helge Deller 1-2/+2
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsGravatar Rafael J. Wysocki 1-0/+17
2006-12-07[PATCH] swsusp: use partition device and offset to identify swap areasGravatar Rafael J. Wysocki 1-12/+26
2006-12-07[PATCH] reject corrupt swapfiles earlierGravatar Eric Sandeen 1-6/+5
2006-12-07[PATCH] Always print out the header line in /proc/swapsGravatar Suleiman Souhlal 1-5/+17
2006-09-29[PATCH] valid_swaphandles() fixGravatar Hugh Dickins 1-3/+4
2006-08-27[PATCH] swsusp: Fix swap_type_ofGravatar Rafael J. Wysocki 1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-23[PATCH] read_mapping_page for address spaceGravatar Pekka Enberg 1-2/+1
2006-06-23[PATCH] swapoff: use atomic_inc_not_zero() on mm_usersGravatar Hugh Dickins 1-3/+1
2006-06-23[PATCH] Swapless page migration: rip out swap based logicGravatar Christoph Lameter 1-9/+0
2006-06-23[PATCH] Swapless page migration: add R/W migration entriesGravatar Christoph Lameter 1-13/+7
2006-06-23[PATCH] migration: remove unnecessary PageSwapCache checksGravatar Christoph Lameter 1-7/+0
2006-03-31[PATCH] mm: schedule find_trylock_page() removalGravatar Nick Piggin 1-4/+10
2006-03-23[PATCH] swsusp: userland interfaceGravatar Rafael J. Wysocki 1-2/+4
2006-03-23[PATCH] swsusp: low level interfaceGravatar Rafael J. Wysocki 1-1/+54
2006-03-22[PATCH] fix swap cluster offsetGravatar Akinobu Mita 1-1/+1
2006-02-01[PATCH] Direct Migration V9: remove_from_swap() to remove swap ptesGravatar Christoph Lameter 1-0/+9
2006-02-01[PATCH] Direct Migration V9: PageSwapCache checksGravatar Christoph Lameter 1-0/+7
2006-01-18[PATCH] sem2mutex: mm/slab.cGravatar Ingo Molnar 1-8/+9
2006-01-11[PATCH] move capable() to capability.hGravatar Randy.Dunlap 1-0/+1
2006-01-11add missing printk loglevel in mm/swapfile.cGravatar Jesper Juhl 1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-4/+4
2006-01-08[PATCH] mm: clean up local variablesGravatar Tobias Klauser 1-6/+6
2006-01-06[PATCH] mm: add a new function (needed for swap suspend)Gravatar Rafael J. Wysocki 1-0/+20
2005-11-07[PATCH] mm/swapfile.c: unexport total_swap_pagesGravatar Adrian Bunk 1-2/+0
2005-10-29[PATCH] mm: split page table lockGravatar Hugh Dickins 1-6/+6