aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-1/+1
* writeback: update dirtied_when for synced inode to prevent livelockWu Fengguang2011-10-031-0/+9
* writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang2011-10-031-8/+9
* 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
* fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-docStefan Hajnoczi2011-01-131-1/+1
* sync_inode_metadata: fix commentAndrew Morton2011-01-131-2/+2
* writeback: avoid livelocking WB_SYNC_ALL writebackJan Kara2011-01-131-4/+23
* writeback: stop background/kupdate works from livelocking other worksJan Kara2011-01-131-0/+10
* writeback: trace wakeup event for background writebackWu Fengguang2011-01-131-0/+1
* writeback: integrated background writeback workJan Kara2011-01-131-15/+46
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-10-301-7/+40
|\
| * Add new functions for triggering inode writebackChris Mason2010-10-291-10/+42
* | fs-writeback.c: unify some common codeLinus Torvalds2010-10-301-10/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-261-29/+51
|\ \
| * | fs: skip I_FREEING inodes in writeback_sb_inodesChristoph Hellwig2010-10-251-2/+7
| * | fs: inode split IO and LRU listsNick Piggin2010-10-251-17/+18
| * | fs: Implement lazy LRU updates for inodesNick Piggin2010-10-251-7/+4
| * | fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner2010-10-251-3/+2
| * | new helper: inode_unhashed()Al Viro2010-10-251-1/+1
| * | fs: add sync_inode_metadataChristoph Hellwig2010-10-251-0/+20
| |/
* | kernel: remove PF_FLUSHERPeter Zijlstra2010-10-261-1/+1
* | fs/fs-writeback.c: restore lost commentAndrew Morton2010-10-261-0/+4
* | writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang2010-10-261-1/+1
|/
* writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig2010-10-041-15/+4
* bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friendsJan Kara2010-09-221-2/+21
* writeback: Fix lost wake-up shutting down writeback threadJ. Bruce Fields2010-08-281-1/+1
* mm: fix writeback_in_progress()Jan Kara2010-08-121-1/+3
* writeback: merge for_kupdate and !for_kupdate casesWu Fengguang2010-08-121-33/+10
* writeback: fix queue_io() orderingWu Fengguang2010-08-121-1/+9
* writeback: don't redirty tail an inode with dirty pagesWu Fengguang2010-08-121-13/+9
* writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang2010-08-121-1/+1
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-57/+104
|\
| * writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy2010-08-071-25/+11
| * writeback: prevent unnecessary bdi threads wakeupsArtem Bityutskiy2010-08-071-11/+48
| * writeback: move bdi threads exiting logic to the forker threadArtem Bityutskiy2010-08-071-42/+12
| * writeback: move last_active to bdiArtem Bityutskiy2010-08-071-3/+3
| * writeback: do not remove bdi from bdi_listArtem Bityutskiy2010-08-071-7/+0
| * writeback: do not lose wake-ups in bdi threadsArtem Bityutskiy2010-08-071-8/+9
| * writeback: harmonize writeback threads namingArtem Bityutskiy2010-08-071-1/+1
| * writeback: remove wb in get_next_work_itemMinchan Kim2010-08-071-2/+2
| * writeback: Add tracing to balance_dirty_pagesDave Chinner2010-08-071-0/+5
| * writeback: Initial tracing supportDave Chinner2010-08-071-8/+30
| * writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig2010-08-071-1/+34
| * writeback: remove wb_listChristoph Hellwig2010-08-071-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-4/+4
|\ \