summaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c
Commit message (Expand)AuthorAgeFilesLines
* dirty page balancing: Get rid of broken unmapped_ratio logicLinus Torvalds2007-11-151-8/+0
* mm: speed up writeback ramp-up on clean systemsPeter Zijlstra2007-11-141-2/+17
* spelling fixes: mm/Simon Arlott2007-10-201-1/+1
* writeback: remove unnecessary wait in throttle_vm_writeout()Fengguang Wu2007-10-171-10/+8
* introduce I_SYNCJoern Engel2007-10-171-1/+1
* writeback: introduce writeback_control.more_io to indicate more ioFengguang Wu2007-10-171-3/+6
* writeback: don't propagate AOP_WRITEPAGE_ACTIVATEAndrew Morton2007-10-171-1/+3
* mm: dirty balancing for tasksPeter Zijlstra2007-10-171-1/+49
* mm: per device dirty thresholdPeter Zijlstra2007-10-171-32/+171
* mm: count writeback pages per BDIPeter Zijlstra2007-10-171-2/+10
* mm: count reclaimable pages per BDIPeter Zijlstra2007-10-171-0/+4
* memoryless nodes: fixup uses of node_online_map in generic codeLee Schermerhorn2007-10-161-1/+1
* mm: use lockless radix-tree probeNick Piggin2007-10-161-5/+3
* mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra2007-10-081-2/+2
* move page writeback acounting out of macrosAndrew Morton2007-07-191-0/+4
* mm: share PG_readahead and PG_reclaimFengguang Wu2007-07-191-0/+1
* mm: fix clear_page_dirty_for_io vs fault raceNick Piggin2007-07-191-5/+12
* fs: introduce some page/buffer invariantsNick Piggin2007-07-171-0/+1
* dirty_writeback_centisecs_handler() cleanupAndrew Morton2007-07-161-6/+4
* consolidate generic_writepages and mpage_writepagesMiklos Szeredi2007-05-111-19/+40
* Factor outstanding I/O error handlingGuillaume Chazarain2007-05-081-6/+1
* Use ZVC counters to establish exact size of dirtyable pagesChristoph Lameter2007-05-071-10/+40
* Change default dirty-writeback limitsLinus Torvalds2007-04-271-2/+2
* [PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocationsAndrew Morton2007-03-011-2/+11
* [PATCH] Change constant zero to NOTIFY_DONE in ratelimit_handler()Paul E. McKenney2007-02-111-1/+1
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-4/+1
* [PATCH] simplify shmem_aops.set_page_dirty() methodKen Chen2007-02-111-0/+10
* Fix balance_dirty_page() calculations with CONFIG_HIGHMEMLinus Torvalds2007-01-291-23/+18
* VM: Fix nasty and subtle race in shared mmap'ed page writebackLinus Torvalds2006-12-291-8/+37
* VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functionsLinus Torvalds2006-12-211-32/+0
* [PATCH] io-accounting: write accountingAndrew Morton2006-12-101-1/+4
* [PATCH] clean up __set_page_dirty_nobuffers()Andrew Morton2006-12-101-45/+43
* [PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton2006-10-201-13/+4
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-3/+5
* [PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]David Howells2006-09-301-0/+134
* [PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells2006-09-301-0/+1
* [PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-addedChandra Seetharaman2006-09-291-3/+3
* [PATCH] remove static variable mm/page-writeback.c:total_pagesChandra Seetharaman2006-09-291-7/+4
* [PATCH] mm: non syncing lock_page()Nick Piggin2006-09-261-1/+1
* [PATCH] mm: balance dirty pagesPeter Zijlstra2006-09-261-0/+10
* [PATCH] mm: tracking shared dirty pagesPeter Zijlstra2006-09-261-4/+13
* Add a real API for dealing with blk_congestion_wait()Trond Myklebust2006-09-221-0/+9
* [PATCH] zoned vm counters: remove useless struct wbsChristoph Lameter2006-06-301-51/+34
* [PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter2006-06-301-1/+1
* [PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter2006-06-301-1/+1
* [PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2006-06-301-5/+6
* [PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter2006-06-301-1/+2
* [PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter2006-06-301-1/+1
* [PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit onlyChandra Seetharaman2006-06-271-1/+1