aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap_state.c
Commit message (Expand)AuthorAgeFilesLines
* swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini2013-06-201-1/+17
* mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins2012-04-271-1/+1
* block: remove per-queue pluggingJens Axboe2011-03-101-4/+1
* thp: split_huge_page pagingAndrea Arcangeli2011-01-131-0/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mm: add_to_swap_cache() does not return -EEXISTDaisuke Nishimura2009-09-221-37/+36
* mm: add_to_swap_cache() must not sleepDaisuke Nishimura2009-09-221-24/+46
* writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
* mm: remove file argument from swap_readpage()Minchan Kim2009-06-161-1/+1
* mm: remove annotation of gfp_mask in add_to_swapMinchan Kim2009-06-161-1/+0
* mm: modify swap_map and add SWAP_HAS_CACHE flagKAMEZAWA Hiroyuki2009-06-161-1/+4
* mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki2009-06-161-6/+5
* memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura2009-05-291-3/+1
* memcg: mem+swap controller coreKAMEZAWA Hiroyuki2009-01-081-1/+4
* memcg: handle swap cachesKAMEZAWA Hiroyuki2009-01-081-0/+1
* mm: remove gfp_mask from add_to_swapHugh Dickins2009-01-061-2/+2
* mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins2009-01-061-4/+4
* mm: replace some BUG_ONs by VM_BUG_ONsHugh Dickins2009-01-061-10/+9
* mm: pagecache insertion fewer atomicsNick Piggin2008-10-201-2/+2
* vmscan: add newly swapped in pages to the inactive listRik van Riel2008-10-201-1/+1
* vmscan: split LRU lists into anon & file setsRik van Riel2008-10-201-2/+2
* define page_file_cache() functionRik van Riel2008-10-201-0/+3
* mm: show free swap as signedHugh Dickins2008-08-201-1/+1
* mm: rename page trylockNick Piggin2008-08-041-4/+4
* mm: print swapcache page count in show_swap_cache_info()Johannes Weiner2008-07-261-1/+2
* mm: spinlock tree_lockNick Piggin2008-07-261-5/+5
* mm: speculative page referencesNick Piggin2008-07-261-5/+12
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* mm: fix various kernel-doc commentsRandy Dunlap2008-03-191-0/+2
* memcgroup: revert swap_state modsHugh Dickins2008-02-071-12/+1
* memory controller BUG_ON()Balbir Singh2008-02-071-6/+7
* Memory controller: make charging gfp mask awareBalbir Singh2008-02-071-1/+1
* Memory controller: add switch to control what type of pages to limitBalbir Singh2008-02-071-1/+1
* Memory controller: memory accountingBalbir Singh2008-02-071-0/+10
* mm: fix PageUptodate data raceNick Piggin2008-02-051-1/+1
* tmpfs: move swap swizzling into shmemHugh Dickins2008-02-051-34/+1
* tmpfs: shuffle add_to_swap_cachesHugh Dickins2008-02-051-34/+19
* tmpfs: move swap_state stats updateHugh Dickins2008-02-051-16/+6
* swapin needs gfp_mask for loop on tmpfsHugh Dickins2008-02-051-9/+9
* swapin_readahead: move and rearrange argsHugh Dickins2008-02-051-0/+47
* mm: clarify __add_to_swap_cache lockingNick Piggin2007-10-161-1/+4
* Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman2007-07-171-1/+2
* vmscan: fix comments related to shrink_list()Anderson Briglia2007-07-161-1/+1
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-031-1/+1
* [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter2006-06-301-2/+2
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* BUG_ON() Conversion in mm/swap_state.cEric Sesterhenn2006-04-011-2/+1
* [PATCH] page migration reorgChristoph Lameter2006-03-221-0/+1
* [PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter2006-02-011-0/+1
* [PATCH] SwapMig: add_to_swap() avoid atomic allocationsChristoph Lameter2006-01-081-2/+2