aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25fs: Implement lazy LRU updates for inodesNick Piggin1-7/+4
2010-10-25fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner1-3/+2
2010-10-25new helper: inode_unhashed()Al Viro1-1/+1
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-0/+20
2010-10-04writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig1-15/+4
2010-09-22bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friendsJan Kara1-2/+21
2010-08-28writeback: Fix lost wake-up shutting down writeback threadJ. Bruce Fields1-1/+1
2010-08-12mm: fix writeback_in_progress()Jan Kara1-1/+3
2010-08-12writeback: merge for_kupdate and !for_kupdate casesWu Fengguang1-33/+10
2010-08-12writeback: fix queue_io() orderingWu Fengguang1-1/+9
2010-08-12writeback: don't redirty tail an inode with dirty pagesWu Fengguang1-13/+9
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang1-1/+1
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-57/+104
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-4/+4
2010-08-09mm: avoid resetting wb_start after each writeback roundJan Kara1-2/+3
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro1-4/+4
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy1-25/+11
2010-08-07writeback: prevent unnecessary bdi threads wakeupsArtem Bityutskiy1-11/+48
2010-08-07writeback: move bdi threads exiting logic to the forker threadArtem Bityutskiy1-42/+12
2010-08-07writeback: move last_active to bdiArtem Bityutskiy1-3/+3
2010-08-07writeback: do not remove bdi from bdi_listArtem Bityutskiy1-7/+0
2010-08-07writeback: do not lose wake-ups in bdi threadsArtem Bityutskiy1-8/+9
2010-08-07writeback: harmonize writeback threads namingArtem Bityutskiy1-1/+1
2010-08-07writeback: remove wb in get_next_work_itemMinchan Kim1-2/+2
2010-08-07writeback: Add tracing to balance_dirty_pagesDave Chinner1-0/+5
2010-08-07writeback: Initial tracing supportDave Chinner1-8/+30
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig1-1/+34
2010-08-07writeback: remove wb_listChristoph Hellwig1-2/+2
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig1-184/+69
2010-07-06writeback: split writeback_inodes_wbChristoph Hellwig1-36/+46
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig1-10/+2
2010-07-01fs-writeback: fix kernel-doc warningsRandy Dunlap1-1/+1
2010-06-11writeback: fix pin_sb_for_writebackChristoph Hellwig1-8/+10
2010-06-11writeback: add missing requeue_io in writeback_inodes_wbChristoph Hellwig1-1/+3
2010-06-11writeback: simplify and split bdi_start_writebackChristoph Hellwig1-12/+20
2010-06-11writeback: simplify wakeup_flusher_threadsChristoph Hellwig1-21/+11
2010-06-11writeback: fix writeback_inodes_wb from writeback_inodes_sbChristoph Hellwig1-38/+23
2010-06-11writeback: enforce s_umount locking in writeback_inodes_sbChristoph Hellwig1-0/+6
2010-06-11writeback: queue work on stack in writeback_inodes_sbChristoph Hellwig1-19/+21
2010-06-11writeback: fix writeback completion notificationsChristoph Hellwig1-50/+15
2010-06-01Merge branch 'master' into for-linusJens Axboe1-2/+2
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe1-37/+11
2010-06-01Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync"Jens Axboe1-11/+5
2010-05-25fs-writeback: check sync bit earlier in inode_wait_for_writebackRichard Kennedy1-2/+2
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-4/+4
2010-05-21fs-writeback.c: bitfields should be unsignedH Hartley Sweeten1-3/+3
2010-05-21writeback: bdi_writeback_task() must set task state before calling schedule()Jens Axboe1-2/+7
2010-05-21writeback: ensure that WB_SYNC_NONE writeback with sb pinned is syncJens Axboe1-5/+11
2010-05-17writeback: Update dirty flags in two stepsDmitry Monakhov1-4/+11
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe1-11/+37