aboutsummaryrefslogtreecommitdiff
path: root/include/linux/writeback.h
AgeCommit message (Expand)Author
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon
2012-08-04vfs: nuke pdflush from commentsArtem Bityutskiy
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li
2012-05-06writeback: Avoid iput() from flusher threadJan Kara
2012-04-25fs: remove 8 bytes of padding from struct writeback_control on 64 bit buildsRichard Kennedy
2012-03-07writeback: fix typo in the writeback_control commentAndrew Morton
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-10mm: try to distribute dirty pages fairly across zonesJohannes Weiner
2012-01-10mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner
2012-01-08writeback: move MIN_WRITEBACK_PAGES to fs-writeback.cWu Fengguang
2011-12-18writeback: fix dirtied pages accounting on redirtyWu Fengguang
2011-12-18writeback: charge leaked page dirties to active tasksWu Fengguang
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth
2011-10-03writeback: add bg_threshold parameter to __bdi_update_bandwidth()Wu Fengguang
2011-08-19squeeze max-pause area and drop pass-good areaWu Fengguang
2011-07-09writeback: scale IO chunk size up to half device bandwidthWu Fengguang
2011-07-09writeback: introduce max-pause and pass-good dirty limitsWu Fengguang
2011-07-09writeback: introduce smoothed global dirty limitWu Fengguang
2011-07-09writeback: bdi write bandwidth estimationWu Fengguang
2011-07-09writeback: make writeback_control.nr_to_write straightWu Fengguang
2011-06-08writeback: remove .nonblocking and .encountered_congestionWu Fengguang
2011-06-08writeback: remove writeback_control.more_ioWu Fengguang
2011-06-08writeback: avoid extra sync work at enqueue timeWu Fengguang
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig
2011-06-08writeback: introduce writeback_control.inodes_writtenWu Fengguang
2011-06-08writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2010-10-29Add new functions for triggering inode writebackChris Mason
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o
2010-10-27ext4: implement writeback livelock avoidance using page taggingEric Sandeen
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26mm: declare some external symbolsNamhyung Kim
2010-10-25fs: Implement lazy LRU updates for inodesNick Piggin
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang
2010-07-06writeback: split writeback_inodes_wbChristoph Hellwig
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig
2010-06-08writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe
2010-05-21writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe
2010-04-06laptop-mode: Make flushes per-deviceMatthew Garrett
2010-03-12vfs: improve writeback_inodes_wb()Edward Shishkin
2009-12-23fs-writeback: Add helper function to start writeback if idleEric Sandeen
2009-12-17kill I_LOCKChristoph Hellwig
2009-12-03writeback: introduce wbc.for_backgroundWu Fengguang
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe