aboutsummaryrefslogtreecommitdiff
path: root/mm/page-writeback.c
AgeCommit message (Expand)Author
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe
2009-09-16writeback: use RCU to protect bdi_listJens Axboe
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-07-04Merge branch 'master' into for-nextTejun Heo
2009-06-30mm: prevent balance_dirty_pages() from doing too much workRichard Kennedy
2009-06-24percpu: clean up percpu variable definitionsTejun Heo
2009-06-16mm/page-writeback.c: dirty limit type should be unsigned longH Hartley Sweeten
2009-05-17page-writeback: fix the calculation of the oldest_jif in wb_kupdate()Toshiyuki Okajima
2009-04-01mm: fix proc_dointvec_userhz_jiffies "breakage"Alexey Dobriyan
2009-04-01vfs: add/use account_page_dirtied()Edward Shishkin
2009-03-26writeback: double the dirty thresholdsWu Fengguang
2009-02-18mm: task dirty accounting fixNick Piggin
2009-02-12Fix page writeback thinko, causing Berkeley DB slowdownNick Piggin
2009-02-11writeback: fix break conditionFederico Cuello
2009-02-11mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener
2009-02-03write-back: fix nr_to_write counterArtem Bityutskiy
2009-01-06mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes
2009-01-06mm: change dirty limit type specifiers to unsigned longDavid Rientjes
2009-01-06mm: write_cache_pages more terminate quicklyAndrew Morton
2009-01-06mm: write_cache_pages terminate quicklyNick Piggin
2009-01-06mm: write_cache_pages optimise page cleaningNick Piggin
2009-01-06mm: write_cache_pages cleanupsNick Piggin
2009-01-06mm: write_cache_pages integrity fixNick Piggin
2009-01-06mm: write_cache_pages writepage error fixNick Piggin
2009-01-06mm: write_cache_pages early loop terminationNick Piggin
2009-01-06mm: write_cache_pages cyclic fixNick Piggin
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel
2008-10-16vfs: Add no_nrwrite_index_update writeback control flagAneesh Kumar K.V
2008-10-14vfs: Remove the range_cont writeback mode.Aneesh Kumar K.V
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami
2008-07-26mm: spinlock tree_lockNick Piggin
2008-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2008-07-11mm: Add range_cont mode for writebackAneesh Kumar K.V
2008-05-23ftrace: limit trace entriesSteven Rostedt
2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi
2008-04-30mm: bdi: export bdi_writeout_inc()Miklos Szeredi
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi
2008-04-30mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra
2008-04-30mm: bdi: allow setting a minimum for the bdi dirty limitPeter Zijlstra
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra
2008-02-05writeback: speed up writeback of big dirty filesFengguang Wu
2008-02-05mm: remove fastcall from mm/Harvey Harrison
2008-02-05mm/page-writeback: highmem_is_dirtyable optionBron Gondwana
2008-02-05mm/page-writeback.c: make a function staticAdrian Bunk
2008-01-14Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds