aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/writeback.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon1-8/+1
2012-08-04vfs: nuke pdflush from commentsArtem Bityutskiy1-1/+0
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li1-5/+0
2012-05-06writeback: Avoid iput() from flusher threadJan Kara1-6/+1
2012-04-25fs: remove 8 bytes of padding from struct writeback_control on 64 bit buildsRichard Kennedy1-1/+2
2012-03-07writeback: fix typo in the writeback_control commentAndrew Morton1-1/+1
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-5/+4
2012-01-10mm: try to distribute dirty pages fairly across zonesJohannes Weiner1-0/+1
2012-01-10mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner1-2/+0
2012-01-08writeback: move MIN_WRITEBACK_PAGES to fs-writeback.cWu Fengguang1-5/+0
2011-12-18writeback: fix dirtied pages accounting on redirtyWu Fengguang1-0/+2
2011-12-18writeback: charge leaked page dirties to active tasksWu Fengguang1-0/+2
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-6/+26
2011-10-03writeback: add bg_threshold parameter to __bdi_update_bandwidth()Wu Fengguang1-0/+1
2011-08-19squeeze max-pause area and drop pass-good areaWu Fengguang1-11/+0
2011-07-09writeback: scale IO chunk size up to half device bandwidthWu Fengguang1-0/+11
2011-07-09writeback: introduce max-pause and pass-good dirty limitsWu Fengguang1-0/+21
2011-07-09writeback: introduce smoothed global dirty limitWu Fengguang1-0/+6
2011-07-09writeback: bdi write bandwidth estimationWu Fengguang1-0/+3
2011-07-09writeback: make writeback_control.nr_to_write straightWu Fengguang1-5/+1
2011-06-08writeback: remove .nonblocking and .encountered_congestionWu Fengguang1-2/+0
2011-06-08writeback: remove writeback_control.more_ioWu Fengguang1-1/+0
2011-06-08writeback: avoid extra sync work at enqueue timeWu Fengguang1-3/+0
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig1-2/+0
2011-06-08writeback: introduce writeback_control.inodes_writtenWu Fengguang1-0/+1
2011-06-08writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang1-0/+1
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner1-1/+0
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner1-0/+1
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+2
2010-10-29Add new functions for triggering inode writebackChris Mason1-0/+2
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o1-0/+2
2010-10-27ext4: implement writeback livelock avoidance using page taggingEric Sandeen1-0/+2
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+0
2010-10-26mm: declare some external symbolsNamhyung Kim1-0/+2
2010-10-25fs: Implement lazy LRU updates for inodesNick Piggin1-2/+0
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang1-2/+3
2010-07-06writeback: split writeback_inodes_wbChristoph Hellwig1-2/+0
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig1-3/+2
2010-06-08writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner1-9/+0
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe1-10/+0
2010-05-21writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe1-0/+4
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe1-0/+10
2010-04-06laptop-mode: Make flushes per-deviceMatthew Garrett1-1/+3
2010-03-12vfs: improve writeback_inodes_wb()Edward Shishkin1-0/+3
2009-12-23fs-writeback: Add helper function to start writeback if idleEric Sandeen1-0/+1
2009-12-17kill I_LOCKChristoph Hellwig1-2/+1
2009-12-03writeback: introduce wbc.for_backgroundWu Fengguang1-0/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-6/+5
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe1-2/+2
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-1/+0