aboutsummaryrefslogtreecommitdiff
path: root/mm/page-writeback.c
AgeCommit message (Expand)Author
2007-10-08mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra
2007-07-19move page writeback acounting out of macrosAndrew Morton
2007-07-19mm: share PG_readahead and PG_reclaimFengguang Wu
2007-07-19mm: fix clear_page_dirty_for_io vs fault raceNick Piggin
2007-07-17fs: introduce some page/buffer invariantsNick Piggin
2007-07-16dirty_writeback_centisecs_handler() cleanupAndrew Morton
2007-05-11consolidate generic_writepages and mpage_writepagesMiklos Szeredi
2007-05-08Factor outstanding I/O error handlingGuillaume Chazarain
2007-05-07Use ZVC counters to establish exact size of dirtyable pagesChristoph Lameter
2007-04-27Change default dirty-writeback limitsLinus Torvalds
2007-03-01[PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocationsAndrew Morton
2007-02-11[PATCH] Change constant zero to NOTIFY_DONE in ratelimit_handler()Paul E. McKenney
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day
2007-02-11[PATCH] simplify shmem_aops.set_page_dirty() methodKen Chen
2007-01-29Fix balance_dirty_page() calculations with CONFIG_HIGHMEMLinus Torvalds
2006-12-29VM: Fix nasty and subtle race in shared mmap'ed page writebackLinus Torvalds
2006-12-21VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functionsLinus Torvalds
2006-12-10[PATCH] io-accounting: write accountingAndrew Morton
2006-12-10[PATCH] clean up __set_page_dirty_nobuffers()Andrew Morton
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton
2006-10-03fix file specification in commentsUwe Zeisberger
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells
2006-09-30[PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]David Howells
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells
2006-09-29[PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-addedChandra Seetharaman
2006-09-29[PATCH] remove static variable mm/page-writeback.c:total_pagesChandra Seetharaman
2006-09-26[PATCH] mm: non syncing lock_page()Nick Piggin
2006-09-26[PATCH] mm: balance dirty pagesPeter Zijlstra
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra
2006-09-22Add a real API for dealing with blk_congestion_wait()Trond Myklebust
2006-06-30[PATCH] zoned vm counters: remove useless struct wbsChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit onlyChandra Seetharaman
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman
2006-06-23[PATCH] writeback: fix range handlingOGAWA Hirofumi
2006-04-11[PATCH] page-writeback comment fixesCoywolf Qi Hunt
2006-04-02Documentation: fix minor kernel-doc warningsMartin Waitz
2006-03-24[PATCH] set_page_dirty() return value fixesAndrew Morton
2006-03-24[PATCH] balance_dirty_pages_ratelimited: take nr_pages argAndrew Morton
2006-03-24[PATCH] Represent laptop_mode as jiffies internallyBart Samwel
2006-03-24[PATCH] Represent dirty_*_centisecs as jiffies internallyBart Samwel
2006-01-18[PATCH] mm: dirty_exceeded speedupAndrew Morton
2006-01-06identify multipage ->writepages() callsAndrew Morton
2005-11-18[PATCH] re-export clear_page_dirty_for_io()Hans Reiser
2005-11-07[PATCH] unexport clear_page_dirty_for_ioAdrian Bunk
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar