summaryrefslogtreecommitdiff
path: root/fs/fs-writeback.c
AgeCommit message (Expand)Author
2010-10-26fs/fs-writeback.c: restore lost commentAndrew Morton
2010-10-26writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang
2010-10-04writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig
2010-09-22bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friendsJan Kara
2010-08-28writeback: Fix lost wake-up shutting down writeback threadJ. Bruce Fields
2010-08-12mm: fix writeback_in_progress()Jan Kara
2010-08-12writeback: merge for_kupdate and !for_kupdate casesWu Fengguang
2010-08-12writeback: fix queue_io() orderingWu Fengguang
2010-08-12writeback: don't redirty tail an inode with dirty pagesWu Fengguang
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09mm: avoid resetting wb_start after each writeback roundJan Kara
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy
2010-08-07writeback: prevent unnecessary bdi threads wakeupsArtem Bityutskiy
2010-08-07writeback: move bdi threads exiting logic to the forker threadArtem Bityutskiy
2010-08-07writeback: move last_active to bdiArtem Bityutskiy
2010-08-07writeback: do not remove bdi from bdi_listArtem Bityutskiy
2010-08-07writeback: do not lose wake-ups in bdi threadsArtem Bityutskiy
2010-08-07writeback: harmonize writeback threads namingArtem Bityutskiy
2010-08-07writeback: remove wb in get_next_work_itemMinchan Kim
2010-08-07writeback: Add tracing to balance_dirty_pagesDave Chinner
2010-08-07writeback: Initial tracing supportDave Chinner
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig
2010-08-07writeback: remove wb_listChristoph Hellwig
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig
2010-07-06writeback: split writeback_inodes_wbChristoph Hellwig
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig
2010-07-01fs-writeback: fix kernel-doc warningsRandy Dunlap
2010-06-11writeback: fix pin_sb_for_writebackChristoph Hellwig
2010-06-11writeback: add missing requeue_io in writeback_inodes_wbChristoph Hellwig
2010-06-11writeback: simplify and split bdi_start_writebackChristoph Hellwig
2010-06-11writeback: simplify wakeup_flusher_threadsChristoph Hellwig
2010-06-11writeback: fix writeback_inodes_wb from writeback_inodes_sbChristoph Hellwig
2010-06-11writeback: enforce s_umount locking in writeback_inodes_sbChristoph Hellwig
2010-06-11writeback: queue work on stack in writeback_inodes_sbChristoph Hellwig
2010-06-11writeback: fix writeback completion notificationsChristoph Hellwig
2010-06-01Merge branch 'master' into for-linusJens Axboe
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe
2010-06-01Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync"Jens Axboe
2010-05-25fs-writeback: check sync bit earlier in inode_wait_for_writebackRichard Kennedy
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-05-21fs-writeback.c: bitfields should be unsignedH Hartley Sweeten
2010-05-21writeback: bdi_writeback_task() must set task state before calling schedule()Jens Axboe
2010-05-21writeback: ensure that WB_SYNC_NONE writeback with sb pinned is syncJens Axboe
2010-05-17writeback: Update dirty flags in two stepsDmitry Monakhov
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe
2010-05-17writeback: disable periodic old data writeback for !dirty_writeback_centisecsJens Axboe
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds