aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-10/+10
2009-09-22mm: count only reclaimable lru pagesWu Fengguang1-2/+3
2009-09-21writeback: make balance_dirty_pages() gradually back more offJens Axboe1-1/+10
2009-09-21writeback: don't use schedule_timeout() without setting runstateJens Axboe1-1/+1
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe1-10/+2
2009-09-16writeback: use RCU to protect bdi_listJens Axboe1-4/+4
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-2/+0
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+3
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe1-151/+28
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe1-7/+4
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-4/+4
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-4/+4
2009-07-04Merge branch 'master' into for-nextTejun Heo1-1/+4
2009-06-30mm: prevent balance_dirty_pages() from doing too much workRichard Kennedy1-1/+4
2009-06-24percpu: clean up percpu variable definitionsTejun Heo1-2/+3
2009-06-16mm/page-writeback.c: dirty limit type should be unsigned longH Hartley Sweeten1-9/+10
2009-05-17page-writeback: fix the calculation of the oldest_jif in wb_kupdate()Toshiyuki Okajima1-3/+3
2009-04-01mm: fix proc_dointvec_userhz_jiffies "breakage"Alexey Dobriyan1-9/+11
2009-04-01vfs: add/use account_page_dirtied()Edward Shishkin1-7/+15
2009-03-26writeback: double the dirty thresholdsWu Fengguang1-2/+2
2009-02-18mm: task dirty accounting fixNick Piggin1-10/+3
2009-02-12Fix page writeback thinko, causing Berkeley DB slowdownNick Piggin1-1/+1
2009-02-11writeback: fix break conditionFederico Cuello1-13/+16
2009-02-11mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener1-1/+1
2009-02-03write-back: fix nr_to_write counterArtem Bityutskiy1-6/+15
2009-01-06mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes1-16/+86
2009-01-06mm: change dirty limit type specifiers to unsigned longDavid Rientjes1-11/+11
2009-01-06mm: write_cache_pages more terminate quicklyAndrew Morton1-1/+4
2009-01-06mm: write_cache_pages terminate quicklyNick Piggin1-16/+16
2009-01-06mm: write_cache_pages optimise page cleaningNick Piggin1-4/+13
2009-01-06mm: write_cache_pages cleanupsNick Piggin1-12/+22
2009-01-06mm: write_cache_pages integrity fixNick Piggin1-2/+4
2009-01-06mm: write_cache_pages writepage error fixNick Piggin1-6/+20
2009-01-06mm: write_cache_pages early loop terminationNick Piggin1-1/+5
2009-01-06mm: write_cache_pages cyclic fixNick Piggin1-7/+18
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-6/+2
2008-10-16vfs: Add no_nrwrite_index_update writeback control flagAneesh Kumar K.V1-3/+7
2008-10-14vfs: Remove the range_cont writeback mode.Aneesh Kumar K.V1-2/+0
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami1-1/+1
2008-07-26mm: spinlock tree_lockNick Piggin1-6/+6
2008-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+3
2008-07-11mm: Add range_cont mode for writebackAneesh Kumar K.V1-0/+3
2008-05-23ftrace: limit trace entriesSteven Rostedt1-3/+7
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