aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/writeback.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-14vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara1-4/+0
2009-09-11writeback: get rid of pdflush completelyJens Axboe1-12/+0
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe1-2/+6
2009-09-11writeback: get rid of generic_sync_sb_inodes() exportJens Axboe1-1/+2
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara1-1/+0
2009-05-15Revert "mm: add /proc controls for pdflush threads"Jens Axboe1-2/+0
2009-04-07mm: add /proc controls for pdflush threadsPeter W Morreale1-0/+2
2009-04-01mm: fix proc_dointvec_userhz_jiffies "breakage"Alexey Dobriyan1-2/+2
2009-01-06fs: remove WB_SYNC_HOLDNick Piggin1-1/+0
2009-01-06mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes1-0/+11
2009-01-06mm: change dirty limit type specifiers to unsigned longDavid Rientjes1-2/+2
2008-10-16vfs: Add no_nrwrite_index_update writeback control flagAneesh Kumar K.V1-0/+9
2008-10-14vfs: Remove the range_cont writeback mode.Aneesh Kumar K.V1-1/+0
2008-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1