summaryrefslogtreecommitdiffstats
path: root/include/linux/writeback.h
Commit message (Expand)AuthorAgeFilesLines
...
* vfs: nuke pdflush from commentsArtem Bityutskiy2012-08-041-1/+0Star
* mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2012-08-011-5/+0Star
* writeback: Avoid iput() from flusher threadJan Kara2012-05-061-6/+1Star
* fs: remove 8 bytes of padding from struct writeback_control on 64 bit buildsRichard Kennedy2012-04-251-1/+2
* writeback: fix typo in the writeback_control commentAndrew Morton2012-03-071-1/+1
* Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-111-5/+4Star
|\
| * writeback: move MIN_WRITEBACK_PAGES to fs-writeback.cWu Fengguang2012-01-081-5/+0Star
| * writeback: fix dirtied pages accounting on redirtyWu Fengguang2011-12-181-0/+2
| * writeback: charge leaked page dirties to active tasksWu Fengguang2011-12-181-0/+2
* | mm: try to distribute dirty pages fairly across zonesJohannes Weiner2012-01-111-0/+1
* | mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner2012-01-111-2/+0Star
|/
* writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-301-6/+26
* writeback: add bg_threshold parameter to __bdi_update_bandwidth()Wu Fengguang2011-10-031-0/+1
* squeeze max-pause area and drop pass-good areaWu Fengguang2011-08-191-11/+0Star
* writeback: scale IO chunk size up to half device bandwidthWu Fengguang2011-07-101-0/+11
* writeback: introduce max-pause and pass-good dirty limitsWu Fengguang2011-07-101-0/+21
* writeback: introduce smoothed global dirty limitWu Fengguang2011-07-101-0/+6
* writeback: bdi write bandwidth estimationWu Fengguang2011-07-101-0/+3
* writeback: make writeback_control.nr_to_write straightWu Fengguang2011-07-101-5/+1Star
* writeback: remove .nonblocking and .encountered_congestionWu Fengguang2011-06-081-2/+0Star
* writeback: remove writeback_control.more_ioWu Fengguang2011-06-081-1/+0Star
* writeback: avoid extra sync work at enqueue timeWu Fengguang2011-06-081-3/+0Star
* writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig2011-06-081-2/+0Star
* writeback: introduce writeback_control.inodes_writtenWu Fengguang2011-06-081-0/+1
* writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang2011-06-081-0/+1
* fs: rename inode_lock to inode_hash_lockDave Chinner2011-03-251-1/+0Star
* fs: move i_wb_list out from under inode_lockDave Chinner2011-03-251-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-10-301-0/+2
|\
| * Add new functions for triggering inode writebackChris Mason2010-10-291-0/+2
* | Merge branch 'next' into upstream-mergeTheodore Ts'o2010-10-281-0/+2
|\ \
| * | ext4: implement writeback livelock avoidance using page taggingEric Sandeen2010-10-281-0/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-271-2/+0Star
|\ \
| * | fs: Implement lazy LRU updates for inodesNick Piggin2010-10-261-2/+0Star
| |/
* / mm: declare some external symbolsNamhyung Kim2010-10-271-0/+2
|/
* writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang2010-08-121-2/+3
* writeback: split writeback_inodes_wbChristoph Hellwig2010-07-061-2/+0Star
* writeback: remove writeback_inodes_wbcChristoph Hellwig2010-07-061-3/+2Star
* writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner2010-06-091-9/+0Star
* Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe2010-06-011-10/+0Star
* writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe2010-05-211-0/+4
* writeback: fix WB_SYNC_NONE writeback from umountJens Axboe2010-05-171-0/+10
* laptop-mode: Make flushes per-deviceMatthew Garrett2010-04-061-1/+3
* vfs: improve writeback_inodes_wb()Edward Shishkin2010-03-121-0/+3
* fs-writeback: Add helper function to start writeback if idleEric Sandeen2009-12-231-0/+1
* kill I_LOCKChristoph Hellwig2009-12-171-2/+1Star
* writeback: introduce wbc.for_backgroundWu Fengguang2009-12-031-0/+1
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-6/+5Star
* writeback: separate starting of sync vs opportunistic writebackJens Axboe2009-09-161-2/+2
* writeback: get rid of wbc->for_writepagesJens Axboe2009-09-161-1/+0Star
* vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara2009-09-141-4/+0Star