summaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-121-1/+1
|\
| * writeback: correct comment for move_expired_inodes()Wang Sheng-Hui2012-09-111-1/+1
* | fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()Yan Hong2012-10-091-4/+3
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-10-081-0/+1
|\ \
| * | ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o2012-09-191-0/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-4/+0
|\ \ | |/ |/|
| * fs/fs-writeback.c: cleanup riteback_sb_inodes kerneldocLiu Bo2012-09-211-4/+0
* | mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2012-07-311-5/+0
* | Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-301-2/+2
|\ \ | |/ |/|
| * writeback: Fix some comment errorsWanpeng Li2012-06-091-2/+2
* | vfs: Move noop_backing_dev_info check from sync into writebackJan Kara2012-07-221-0/+5
|/
* writeback: Fix lock imbalance in writeback_sb_inodes()Jan Kara2012-06-091-0/+1
* writeback: Avoid iput() from flusher threadJan Kara2012-05-061-13/+53
* writeback: Refactor writeback_single_inode()Jan Kara2012-05-061-56/+86
* writeback: Remove wb->list_lock from writeback_single_inode()Jan Kara2012-05-061-10/+7
* writeback: Separate inode requeueing after writebackJan Kara2012-05-061-47/+55
* writeback: Move I_DIRTY_PAGES handlingJan Kara2012-05-061-2/+3
* writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()Jan Kara2012-05-061-14/+16
* writeback: Move clearing of I_SYNC into inode_sync_complete()Jan Kara2012-05-061-6/+2
* Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-281-20/+2
|\
| * writeback: Remove outdated commentJan Kara2012-03-211-18/+2
| * fs: Remove bogus wait in write_inode_now()Jan Kara2012-03-211-2/+0
* | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\ \
| * | fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-1/+1
|\ \ | |/ |/|
| * writeback: fix fn name in writeback_inodes_sb_nr_if_idle() comment headerFengguang Wu2012-03-071-1/+1
* | writeback: fix NULL bdi->dev in trace writeback_single_inodeWu Fengguang2012-02-011-8/+8
|/
* Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-101-2/+14
|\
| * writeback: move MIN_WRITEBACK_PAGES to fs-writeback.cWu Fengguang2012-01-081-0/+6
| * writeback: Include all dirty inodes in background writebackJan Kara2011-12-181-2/+8
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-3/+1
|\ \
| * \ Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki2011-12-251-3/+1
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-211-0/+5
| | |\
| | * | freezer: implement and use kthread_freezable_should_stop()Tejun Heo2011-11-211-3/+1
* | | | fs: move code out of buffer.cAl Viro2012-01-031-1/+0
|/ / /
* | / writeback: show writeback reason with __print_symbolicWu Fengguang2011-12-181-11/+0
| |/ |/|
* | writeback: Fix issue on make htmldocsMarcos Paulo de Souza2011-11-291-0/+5
|/
* writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-311-13/+36
* writeback: send work item to queue_io, move_expired_inodesCurt Wohlgemuth2011-10-311-8/+8
* writeback: per-bdi background thresholdWu Fengguang2011-10-031-5/+12
* writeback: add bg_threshold parameter to __bdi_update_bandwidth()Wu Fengguang2011-10-031-1/+1
* don't busy retry the inode on failed grab_super_passive()Wu Fengguang2011-07-311-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds2011-07-261-165/+208
|\
| * writeback: don't busy retry writeback on new/freeing inodesWu Fengguang2011-07-241-1/+1
| * writeback: scale IO chunk size up to half device bandwidthWu Fengguang2011-07-091-13/+10
| * writeback: introduce smoothed global dirty limitWu Fengguang2011-07-091-1/+1
| * writeback: bdi write bandwidth estimationWu Fengguang2011-07-091-0/+13
| * writeback: make writeback_control.nr_to_write straightWu Fengguang2011-07-091-85/+111
| * writeback: trace event writeback_queue_ioWu Fengguang2011-06-081-4/+10
| * writeback: trace event writeback_single_inodeWu Fengguang2011-06-081-0/+4