summaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c
AgeCommit message (Expand)AuthorLines
2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi-1/+2
2008-04-30mm: bdi: export bdi_writeout_inc()Miklos Szeredi-0/+10
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi-2/+2
2008-04-30mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra-6/+35
2008-04-30mm: bdi: allow setting a minimum for the bdi dirty limitPeter Zijlstra-1/+26
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra-1/+1
2008-02-05writeback: speed up writeback of big dirty filesFengguang Wu-3/+6
2008-02-05mm: remove fastcall from mm/Harvey Harrison-1/+1
2008-02-05mm/page-writeback: highmem_is_dirtyable optionBron Gondwana-1/+10
2008-02-05mm/page-writeback.c: make a function staticAdrian Bunk-1/+1
2008-01-14Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds-6/+3
2007-11-15dirty page balancing: Get rid of broken unmapped_ratio logicLinus Torvalds-8/+0
2007-11-14mm: speed up writeback ramp-up on clean systemsPeter Zijlstra-2/+17
2007-10-20spelling fixes: mm/Simon Arlott-1/+1
2007-10-17writeback: remove unnecessary wait in throttle_vm_writeout()Fengguang Wu-10/+8
2007-10-17introduce I_SYNCJoern Engel-1/+1
2007-10-17writeback: introduce writeback_control.more_io to indicate more ioFengguang Wu-3/+6
2007-10-17writeback: don't propagate AOP_WRITEPAGE_ACTIVATEAndrew Morton-1/+3
2007-10-17mm: dirty balancing for tasksPeter Zijlstra-1/+49
2007-10-17mm: per device dirty thresholdPeter Zijlstra-32/+171
2007-10-17mm: count writeback pages per BDIPeter Zijlstra-2/+10
2007-10-17mm: count reclaimable pages per BDIPeter Zijlstra-0/+4
2007-10-16memoryless nodes: fixup uses of node_online_map in generic codeLee Schermerhorn-1/+1
2007-10-16mm: use lockless radix-tree probeNick Piggin-5/+3
2007-10-08mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra-2/+2
2007-07-19move page writeback acounting out of macrosAndrew Morton-0/+4
2007-07-19mm: share PG_readahead and PG_reclaimFengguang Wu-0/+1
2007-07-19mm: fix clear_page_dirty_for_io vs fault raceNick Piggin-5/+12
2007-07-17fs: introduce some page/buffer invariantsNick Piggin-0/+1
2007-07-16dirty_writeback_centisecs_handler() cleanupAndrew Morton-6/+4
2007-05-11consolidate generic_writepages and mpage_writepagesMiklos Szeredi-19/+40
2007-05-08Factor outstanding I/O error handlingGuillaume Chazarain-6/+1
2007-05-07Use ZVC counters to establish exact size of dirtyable pagesChristoph Lameter-10/+40
2007-04-27Change default dirty-writeback limitsLinus Torvalds-2/+2
2007-03-01[PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocationsAndrew Morton-2/+11
2007-02-11[PATCH] Change constant zero to NOTIFY_DONE in ratelimit_handler()Paul E. McKenney-1/+1
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day-4/+1
2007-02-11[PATCH] simplify shmem_aops.set_page_dirty() methodKen Chen-0/+10
2007-01-29Fix balance_dirty_page() calculations with CONFIG_HIGHMEMLinus Torvalds-23/+18
2006-12-29VM: Fix nasty and subtle race in shared mmap'ed page writebackLinus Torvalds-8/+37
2006-12-21VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functionsLinus Torvalds-32/+0
2006-12-10[PATCH] io-accounting: write accountingAndrew Morton-1/+4
2006-12-10[PATCH] clean up __set_page_dirty_nobuffers()Andrew Morton-45/+43
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton-13/+4
2006-10-03fix file specification in commentsUwe Zeisberger-1/+1
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells-3/+5
2006-09-30[PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]David Howells-0/+134
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells-0/+1
2006-09-29[PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-addedChandra Seetharaman-3/+3
2006-09-29[PATCH] remove static variable mm/page-writeback.c:total_pagesChandra Seetharaman-7/+4