aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/writeback.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-17fs: add dirtytime_expire_seconds sysctlTheodore Ts'o1-0/+3
2015-01-08mm: protect set_page_dirty() from ongoing truncationJohannes Weiner1-1/+0
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-2/+1
2014-04-07mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi1-1/+1
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara1-1/+1
2013-11-13writeback: do not sync data dirtied after sync startJan Kara1-1/+1
2013-09-11mm/writeback: make writeback_inodes_wb staticWanpeng Li1-2/+0
2013-07-09mm/writeback: commit reason of WB_REASON_FORKER_THREAD mismatch nameWanpeng Li1-0/+6
2013-07-09mm/writeback: remove wb_reason_nameWanpeng Li1-1/+0
2013-07-09fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li1-1/+0
2013-07-02sync: don't block the flusher thread waiting on IODave Chinner1-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-01-12vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename themMiao Xie1-3/+3
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