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