aboutsummaryrefslogtreecommitdiff
path: root/fs/fs-writeback.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-06writeback: simplify the write back thread queueGravatar Christoph Hellwig 1-184/+69
2010-07-06writeback: split writeback_inodes_wbGravatar Christoph Hellwig 1-36/+46
2010-07-06writeback: remove writeback_inodes_wbcGravatar Christoph Hellwig 1-10/+2
2010-07-01fs-writeback: fix kernel-doc warningsGravatar Randy Dunlap 1-1/+1
2010-06-11writeback: fix pin_sb_for_writebackGravatar Christoph Hellwig 1-8/+10
2010-06-11writeback: add missing requeue_io in writeback_inodes_wbGravatar Christoph Hellwig 1-1/+3
2010-06-11writeback: simplify and split bdi_start_writebackGravatar Christoph Hellwig 1-12/+20
2010-06-11writeback: simplify wakeup_flusher_threadsGravatar Christoph Hellwig 1-21/+11
2010-06-11writeback: fix writeback_inodes_wb from writeback_inodes_sbGravatar Christoph Hellwig 1-38/+23
2010-06-11writeback: enforce s_umount locking in writeback_inodes_sbGravatar Christoph Hellwig 1-0/+6
2010-06-11writeback: queue work on stack in writeback_inodes_sbGravatar Christoph Hellwig 1-19/+21
2010-06-11writeback: fix writeback completion notificationsGravatar Christoph Hellwig 1-50/+15
2010-06-01Merge branch 'master' into for-linusGravatar Jens Axboe 1-2/+2
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Gravatar Jens Axboe 1-37/+11
2010-06-01Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync"Gravatar Jens Axboe 1-11/+5
2010-05-25fs-writeback: check sync bit earlier in inode_wait_for_writebackGravatar Richard Kennedy 1-2/+2
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2010-05-21fs-writeback.c: bitfields should be unsignedGravatar H Hartley Sweeten 1-3/+3
2010-05-21writeback: bdi_writeback_task() must set task state before calling schedule()Gravatar Jens Axboe 1-2/+7
2010-05-21writeback: ensure that WB_SYNC_NONE writeback with sb pinned is syncGravatar Jens Axboe 1-5/+11
2010-05-17writeback: Update dirty flags in two stepsGravatar Dmitry Monakhov 1-4/+11
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountGravatar Jens Axboe 1-11/+37
2010-05-17writeback: disable periodic old data writeback for !dirty_writeback_centisecsGravatar Jens Axboe 1-2/+12
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-60/+73
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-12vfs: improve writeback_inodes_wb()Gravatar Edward Shishkin 1-60/+73
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-6/+5
2010-03-05make sure data is on disk before calling ->write_inodeGravatar Christoph Hellwig 1-5/+10
2010-01-02writeback: add missing kernel-doc notationGravatar Jaswinder Singh Rajput 1-0/+1
2009-12-23fs-writeback: Add helper function to start writeback if idleGravatar Eric Sandeen 1-0/+17
2009-12-03writeback: remove unused nonblocking and congestion checksGravatar Wu Fengguang 1-9/+0
2009-12-03writeback: introduce wbc.for_backgroundGravatar Wu Fengguang 1-0/+1
2009-12-03writeback: remove the always false bdi_cap_writeback_dirty() testGravatar Wu Fengguang 1-18/+0
2009-09-26writeback: pass in super_block to bdi_start_writeback()Gravatar Jens Axboe 1-2/+4
2009-09-25writeback: writeback_inodes_sb() should use bdi_start_writeback()Gravatar Jens Axboe 1-1/+1
2009-09-25writeback: don't delay inodes redirtied by a fast dirtierGravatar Wu Fengguang 1-3/+9
2009-09-25writeback: make the super_block pinning more efficientGravatar Jens Axboe 1-17/+29
2009-09-25writeback: don't resort for a single super_block in move_expired_inodes()Gravatar Jens Axboe 1-1/+11
2009-09-25writeback: move inodes from one super_block togetherGravatar Shaohua Li 1-3/+18
2009-09-25writeback: get rid to incorrect references to pdflush in commentsGravatar Jens Axboe 1-4/+1
2009-09-25writeback: improve readability of the wb_writeback() continue/break logicGravatar Jens Axboe 1-20/+23
2009-09-25writeback: cleanup writeback_single_inode()Gravatar Wu Fengguang 1-8/+7
2009-09-25writeback: kupdate writeback shall not stop when more io is possibleGravatar Wu Fengguang 1-2/+2
2009-09-25writeback: stop background writeback when below background thresholdGravatar Wu Fengguang 1-11/+17
2009-09-25fs: Fix busyloop in wb_writeback()Gravatar Jan Kara 1-1/+18
2009-09-16writeback: fix possible bdi writeback refcounting problemGravatar Nick Piggin 1-7/+6
2009-09-16writeback: Fix bdi use after free in wb_work_complete()Gravatar Nick Piggin 1-2/+3
2009-09-16writeback: improve scalability of bdi writeback work queuesGravatar Nick Piggin 1-1/+2
2009-09-16writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()Gravatar Nick Piggin 1-3/+3
2009-09-16writeback: use schedule_timeout_interruptible()Gravatar Jens Axboe 1-2/+1