summaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * writeback: remove writeback_control.more_ioWu Fengguang2011-06-081-7/+2
| * writeback: avoid extra sync work at enqueue timeWu Fengguang2011-06-081-13/+3
| * writeback: elevate queue_io() into wb_writeback()Wu Fengguang2011-06-081-17/+12
| * writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig2011-06-081-48/+49
| * writeback: refill b_io iff emptyWu Fengguang2011-06-081-2/+3
| * writeback: the kupdate expire timestamp should be a moving targetWu Fengguang2011-06-081-5/+6
| * writeback: try more writeback as long as something was writtenWu Fengguang2011-06-081-8/+8
| * writeback: introduce writeback_control.inodes_writtenWu Fengguang2011-06-081-0/+4
| * writeback: update dirtied_when for synced inode to prevent livelockWu Fengguang2011-06-081-0/+9
| * writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang2011-06-081-8/+9
* | superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner2011-07-201-27/+1
|/
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-4/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* fs: pull inode->i_lock up out of writeback_single_inodeDave Chinner2011-03-241-7/+11
* fs: move i_wb_list out from under inode_lockDave Chinner2011-03-241-32/+44
* fs: move i_sb_list out from under inode_lockDave Chinner2011-03-241-10/+11
* fs: protect inode->i_state with inode->i_lockDave Chinner2011-03-241-10/+34
OpenPOWER on IntegriCloud