aboutsummaryrefslogtreecommitdiff
path: root/fs/fs-writeback.c
AgeCommit message (Expand)Author
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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12vfs: improve writeback_inodes_wb()Edward Shishkin
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig
2010-01-02writeback: add missing kernel-doc notationJaswinder Singh Rajput
2009-12-23fs-writeback: Add helper function to start writeback if idleEric Sandeen
2009-12-03writeback: remove unused nonblocking and congestion checksWu Fengguang
2009-12-03writeback: introduce wbc.for_backgroundWu Fengguang
2009-12-03writeback: remove the always false bdi_cap_writeback_dirty() testWu Fengguang
2009-09-26writeback: pass in super_block to bdi_start_writeback()Jens Axboe
2009-09-25writeback: writeback_inodes_sb() should use bdi_start_writeback()Jens Axboe
2009-09-25writeback: don't delay inodes redirtied by a fast dirtierWu Fengguang
2009-09-25writeback: make the super_block pinning more efficientJens Axboe
2009-09-25writeback: don't resort for a single super_block in move_expired_inodes()Jens Axboe
2009-09-25writeback: move inodes from one super_block togetherShaohua Li
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe
2009-09-25writeback: improve readability of the wb_writeback() continue/break logicJens Axboe
2009-09-25writeback: cleanup writeback_single_inode()Wu Fengguang
2009-09-25writeback: kupdate writeback shall not stop when more io is possibleWu Fengguang
2009-09-25writeback: stop background writeback when below background thresholdWu Fengguang
2009-09-25fs: Fix busyloop in wb_writeback()Jan Kara
2009-09-16writeback: fix possible bdi writeback refcounting problemNick Piggin
2009-09-16writeback: Fix bdi use after free in wb_work_complete()Nick Piggin
2009-09-16writeback: improve scalability of bdi writeback work queuesNick Piggin
2009-09-16writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()Nick Piggin
2009-09-16writeback: use schedule_timeout_interruptible()Jens Axboe