summaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
AgeCommit message (Expand)AuthorLines
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig-4/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-24fs: pull inode->i_lock up out of writeback_single_inodeDave Chinner-7/+11
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner-32/+44
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner-10/+11
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner-10/+34
2011-01-13fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-docStefan Hajnoczi-1/+1
2011-01-13sync_inode_metadata: fix commentAndrew Morton-2/+2
2011-01-13writeback: avoid livelocking WB_SYNC_ALL writebackJan Kara-4/+23
2011-01-13writeback: stop background/kupdate works from livelocking other worksJan Kara-0/+10
2011-01-13writeback: trace wakeup event for background writebackWu Fengguang-0/+1
2011-01-13writeback: integrated background writeback workJan Kara-15/+46
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-7/+40
2010-10-30fs-writeback.c: unify some common codeLinus Torvalds-10/+13
2010-10-29Add new functions for triggering inode writebackChris Mason-10/+42
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-29/+51
2010-10-26kernel: remove PF_FLUSHERPeter Zijlstra-1/+1
2010-10-26fs/fs-writeback.c: restore lost commentAndrew Morton-0/+4
2010-10-26writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang-1/+1
2010-10-25fs: skip I_FREEING inodes in writeback_sb_inodesChristoph Hellwig-2/+7
2010-10-25fs: inode split IO and LRU listsNick Piggin-17/+18
2010-10-25fs: Implement lazy LRU updates for inodesNick Piggin-7/+4
2010-10-25fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner-3/+2
2010-10-25new helper: inode_unhashed()Al Viro-1/+1
2010-10-25fs: add sync_inode_metadataChristoph Hellwig-0/+20
2010-10-04writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig-15/+4
2010-09-22bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friendsJan Kara-2/+21
2010-08-28writeback: Fix lost wake-up shutting down writeback threadJ. Bruce Fields-1/+1
2010-08-12mm: fix writeback_in_progress()Jan Kara-1/+3
2010-08-12writeback: merge for_kupdate and !for_kupdate casesWu Fengguang-33/+10
2010-08-12writeback: fix queue_io() orderingWu Fengguang-1/+9
2010-08-12writeback: don't redirty tail an inode with dirty pagesWu Fengguang-13/+9
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang-1/+1
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-57/+104
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+4
2010-08-09mm: avoid resetting wb_start after each writeback roundJan Kara-2/+3
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro-4/+4
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy-25/+11
2010-08-07writeback: prevent unnecessary bdi threads wakeupsArtem Bityutskiy-11/+48
2010-08-07writeback: move bdi threads exiting logic to the forker threadArtem Bityutskiy-42/+12
2010-08-07writeback: move last_active to bdiArtem Bityutskiy-3/+3
2010-08-07writeback: do not remove bdi from bdi_listArtem Bityutskiy-7/+0
2010-08-07writeback: do not lose wake-ups in bdi threadsArtem Bityutskiy-8/+9
2010-08-07writeback: harmonize writeback threads namingArtem Bityutskiy-1/+1
2010-08-07writeback: remove wb in get_next_work_itemMinchan Kim-2/+2
2010-08-07writeback: Add tracing to balance_dirty_pagesDave Chinner-0/+5
2010-08-07writeback: Initial tracing supportDave Chinner-8/+30
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig-1/+34
2010-08-07writeback: remove wb_listChristoph Hellwig-2/+2
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig-184/+69