aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-11[PATCH] 4level swapoff hang fixHugh Dickins1-57/+39
2005-01-10[PATCH] kill one "if (X) vfree(X)" usageVincent Hanquez1-2/+1
2005-01-07[PATCH] Lock initializer cleanup (Core)Thomas Gleixner1-1/+1
2005-01-04[PATCH] enhanced Memory accounting data collectionJay Lan1-0/+3
2004-12-31[PATCH] convert Linux to 4-level page tablesAndi Kleen1-21/+60
2004-10-27[PATCH] Lock initializer unifying (Core)Thomas Gleixner1-1/+1
2004-10-19[PATCH] lighten mmlist_lockHugh Dickins1-16/+33
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann1-0/+1
2004-08-23[PATCH] rmaplock: swapoff use anon_vmaHugh Dickins1-7/+16
2004-07-28[PATCH] sign fix in swapfile.cMika Kukkonen1-1/+1
2004-07-28[PATCH] swapoff mmap_sem deadlockHugh Dickins1-1/+9
2004-07-04[PATCH] force O_LARGEFILE in sys_swapon() and sys_swapoff()William Lee Irwin III1-2/+2
2004-06-29sparse: fix pointer/integer confusionLinus Torvalds1-1/+1
2004-06-26[PATCH] Don't hold i_sem on swapfilesHugh Dickins1-4/+15
2004-06-23[PATCH] make total_swap_pages a longAndrew Morton1-1/+1
2004-06-21sparse: clean up warning in swapfile.cLinus Torvalds1-1/+1
2004-06-20[PATCH] swapoff: activate pagesAndrew Morton1-0/+7
2004-05-22[PATCH] rmap 38 remove anonmm rmapAndrew Morton1-4/+5
2004-05-22[PATCH] rmap 37 page_add_anon_rmap vmaAndrew Morton1-1/+1
2004-05-22[PATCH] numa api: Add policy support to anonymous memoryAndrew Morton1-1/+1
2004-05-22[PATCH] rmap 11 mremap movesAndrew Morton1-13/+29
2004-05-22[PATCH] rmap 9 remove pte_chainsAndrew Morton1-17/+9
2004-05-22[PATCH] Make swapper_space tree_lock irq-safeAndrew Morton1-6/+6
2004-05-14[PATCH] swap speedups and fixAndrew Morton1-49/+25
2004-05-14[PATCH] blk_run_page(): fixup for swap_unplug_io_fn()Andrew Morton1-1/+1
2004-05-14[PATCH] Add blk_run_page()Andrew Morton1-1/+1
2004-05-14[PATCH] rmap-5-swap_unplug-page-revertAndrew Morton1-15/+8
2004-04-28[PATCH] Fix might_sleep in /proc/swaps codeAlexander Viro1-4/+10
2004-04-17[PATCH] rmap: swap_unplug pageAndrew Morton1-8/+15
2004-04-12[PATCH] rmap 2 anon and swapcacheAndrew Morton1-14/+20
2004-04-12[PATCH] rmap 1 linux/rmap.hAndrew Morton1-1/+1
2004-04-12[PATCH] per-backing dev unpluggingAndrew Morton1-1/+64
2004-04-11[PATCH] make the pagecache lock irq-safe.Andrew Morton1-4/+4
2004-03-31[PATCH] Fix swp_entry_t encodingAndrew Morton1-2/+28
2004-03-28[PATCH] Fix /proc/swaps output alignmentAndrew Morton1-1/+1
2004-03-15[PATCH] sys_swapon bad arg causing slab corruptionJens Axboe1-1/+3
2004-02-12[PATCH] swap extent merging fixAndrew Morton1-1/+2
2004-01-18[PATCH] bdev: add I_BDEV()Andrew Morton1-4/+3
2004-01-18[PATCH] bdev: move i_mapping -> f_mapping conversionsAndrew Morton1-12/+12
2004-01-18[PATCH] bdev: switch to f_mappingAndrew Morton1-5/+5
2003-10-15[PATCH] Don't swap to files which do not implement readpageAndrew Morton1-0/+4
2003-09-07[PATCH] Fixes to allow ARM to build in the standard treeRussell King1-0/+1
2003-08-31[PATCH] handle setup_swap_extents() error in swapon.Andrew Morton1-1/+2
2003-08-01[PATCH] janitor: don't init statics to 0Randy Dunlap1-1/+1
2003-07-10[PATCH] i_size atomic accessAndrew Morton1-2/+2
2003-07-02[PATCH] Security hook for vm_enough_memoryAndrew Morton1-1/+5
2003-05-20[PATCH] seq_path(), /proc/mounts and /proc/swapsAlexander Viro1-12/+4
2003-05-07[PATCH] hold i_sem on swapfilesAndrew Morton1-16/+29
2003-04-20[PATCH] oom-kill: preferentially kill swapoffAndrew Morton1-0/+2
2003-04-20[PATCH] Permit interruption of swapoffAndrew Morton1-2/+6
2003-04-20[PATCH] Disallow swapoff if there is insufficient memoryAndrew Morton1-2/+9
2003-04-20[PATCH] Clean up various buffer-head dependenciesAndrew Morton1-3/+2
2003-04-12[PATCH] Remove flush_page_to_ram()Andrew Morton1-1/+0
2003-04-08Tag more user-supplied path strings as being user pointers forLinus Torvalds1-2/+2
2003-04-08[PATCH] fix unuse_pmd fixmeAndrew Morton1-45/+70
2003-04-08[PATCH] Replace the radix-tree rwlock with a spinlockAndrew Morton1-4/+4
2003-03-22[PATCH] Make nonlinear mappings fully pageableAndrew Morton1-0/+2
2003-03-21[PATCH] mm/swapfile.c manual rescheduleIngo Molnar1-2/+1
2003-01-05[PATCH] handle pte_chain_alloc() failuresAndrew Morton1-4/+14
2002-12-14[PATCH] remove PF_SYNCAndrew Morton1-1/+6
2002-11-25[PATCH] swapoff accounting cleanupAndrew Morton1-3/+0
2002-11-25[PATCH] realtime swapspace accountingAndrew Morton1-21/+6
2002-11-24[PATCH] sys_swapoff bugDavid S. Miller1-1/+8
2002-11-10[PATCH] sys_swapoff() cleanupAlexander Viro1-6/+8
2002-11-02Missed <linux/init.h> in CONFIG_SWAP changes.Linus Torvalds1-0/+1
2002-11-02[PATCH] make swap code conditionalChristoph Hellwig1-1/+25
2002-10-31[PATCH] uninline some things in mm/*.cAndrew Morton1-2/+2
2002-10-28Convert /proc/swaps to use seq_file APIRandy Dunlap1-29/+77
2002-10-02[PATCH] tmpfs swapoff deadlockHugh Dickins1-5/+18
2002-09-22[PATCH] low-latency page reclaimAndrew Morton1-0/+20
2002-09-19[PATCH] remove smp_lock.h inclusions from mm/*Andrew Morton1-1/+0
2002-07-29VM: remove unused /proc/sys/vm/kswapd and swapctl.hChristoph Hellwig1-1/+0
2002-07-18[PATCH] minimal rmapAndrew Morton1-0/+1
2002-07-04[PATCH] shmem fixesAndrew Morton1-3/+2
2002-06-17[PATCH] direct-to-BIO I/O for swapcache pagesAndrew Morton1-137/+257
2002-06-17[PATCH] leave swapcache pages unlocked during writeoutAndrew Morton1-4/+12
2002-06-13[PATCH] swap 2/3 unsafe SwapCache checkHugh Dickins1-4/+1
2002-06-02[PATCH] swapcache bugfixesAndrew Morton1-2/+4
2002-06-02[PATCH] fix swapcache packing in the radix treeAndrew Morton1-18/+19
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (6/10)Christoph Hellwig1-1/+1
2002-05-21[PATCH] split namei.h out of fs.hChristoph Hellwig1-0/+1
2002-05-19[PATCH] fix dirty page managementAndrew Morton1-0/+5
2002-05-08[PATCH] swap file missing error checkDave Jones1-1/+1
2002-05-05[PATCH] radix-tree locking fixAndrew Morton1-2/+2
2002-04-30[PATCH] (3/6) blksize_size[] removalAlexander Viro1-1/+1
2002-04-30[PATCH] (2/6) blksize_size[] removalAlexander Viro1-3/+3
2002-04-30[PATCH] (1/6) blksize_size[] removalAlexander Viro1-3/+12
2002-04-29[PATCH] page writeback locking updateAndrew Morton1-2/+3
2002-04-29[PATCH] cleanup page flagsAndrew Morton1-2/+2
2002-04-15[PATCH] swapinfo accountingHugh Dickins1-1/+2
2002-04-09[PATCH] page->buffers abstractionAndrew Morton1-5/+5
2002-04-09[PATCH] Velikov/Hellwig radix-tree pagecacheAndrew Morton1-4/+4
2002-04-09[PATCH] 2.5.8-pre3 set_bit cleanup IIRusty Russell1-2/+2
2002-03-04[PATCH] Remove SWP_BLOCKDEVAlexander Viro1-23/+24
2002-03-04[PATCH] death of is_mounted() and aother fixesAlexander Viro1-14/+14
2002-02-19adds simple support for atomically-mapped PTEs. On highmem systems this enabl...Ingo Molnar1-1/+2
2002-02-08After Al Viro's recent swapfile cleanup, the swap_device member ofJeff Garzik1-15/+18
2002-02-05v2.5.2.2 -> v2.5.2.3Linus Torvalds1-1/+1
2002-02-05v2.5.2.1 -> v2.5.2.1.1Linus Torvalds1-1/+1
2002-02-05v2.5.2 -> v2.5.2.1Linus Torvalds1-1/+2
2002-02-05v2.5.1.11 -> v2.5.2v2.5.2Linus Torvalds1-67/+31
2002-02-04v2.5.1.5 -> v2.5.1.6Linus Torvalds1-11/+11
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-0/+1
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds1-1/+4
2002-02-04v2.5.0.4 -> v2.5.0.5Linus Torvalds1-13/+9
2002-02-04v2.4.13.7 -> v2.4.13.8Linus Torvalds1-4/+8
2002-02-04v2.4.13.6 -> v2.4.13.7Linus Torvalds1-0/+59
2002-02-04v2.4.13.4 -> v2.4.13.5Linus Torvalds1-2/+46
2002-02-04v2.4.13.3 -> v2.4.13.4Linus Torvalds1-2/+2
2002-02-04v2.4.13.2 -> v2.4.13.3Linus Torvalds1-24/+70
2002-02-04v2.4.12.2 -> v2.4.12.3Linus Torvalds1-27/+52
2002-02-04v2.4.10.3 -> v2.4.10.4Linus Torvalds1-7/+3
2002-02-04v2.4.9.14 -> v2.4.9.15Linus Torvalds1-87/+64
2002-02-04v2.4.9.12 -> v2.4.9.13Linus Torvalds1-14/+30
2002-02-04v2.4.9.10 -> v2.4.9.11Linus Torvalds1-20/+1
2002-02-04v2.4.9.9 -> v2.4.9.10Linus Torvalds1-2/+5
2002-02-04v2.4.9.3 -> v2.4.9.4Linus Torvalds1-162/+233
2002-02-04v2.4.7.8 -> v2.4.8Linus Torvalds1-64/+132
2002-02-04v2.4.6 -> v2.4.6.1Linus Torvalds1-1/+1
2002-02-04v2.4.5.1 -> v2.4.5.2Linus Torvalds1-0/+10
2002-02-04v2.4.4.3 -> v2.4.4.4Linus Torvalds1-1/+1
2002-02-04v2.4.3.6 -> v2.4.3.7Linus Torvalds1-3/+5
2002-02-04v2.4.2.6 -> v2.4.2.7Linus Torvalds1-0/+4
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-1/+1
2002-02-04Import changesetLinus Torvalds1-0/+984