aboutsummaryrefslogtreecommitdiff
path: root/fs/fs-writeback.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-16writeback: add comments to bdi_work structureGravatar Jens Axboe 1-7/+11
2009-09-16writeback: separate starting of sync vs opportunistic writebackGravatar Jens Axboe 1-65/+67
2009-09-16writeback: inline allocation failure handling in bdi_alloc_queue_work()Gravatar Jens Axboe 1-22/+27
2009-09-16writeback: use RCU to protect bdi_listGravatar Jens Axboe 1-3/+3
2009-09-16writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeoutGravatar Jens Axboe 1-56/+14
2009-09-16writeback: make wb_writeback() take an argument structureGravatar Jens Axboe 1-29/+49
2009-09-16writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_...Gravatar Christoph Hellwig 1-32/+14
2009-09-14vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Gravatar Jan Kara 1-54/+0
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyGravatar Jens Axboe 1-0/+8
2009-09-11writeback: get rid of pdflush completelyGravatar Jens Axboe 1-0/+5
2009-09-11writeback: switch to per-bdi threads for flushing dataGravatar Jens Axboe 1-289/+710
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoGravatar Jens Axboe 1-70/+127
2009-09-11writeback: get rid of generic_sync_sb_inodes() exportGravatar Jens Axboe 1-28/+42
2009-06-24cleanup __writeback_single_inodeGravatar Christoph Hellwig 1-50/+50
2009-06-16writeback: skip new or to-be-freed inodesGravatar Wu Fengguang 1-3/+3
2009-06-11fs: block_dump missing dentry lockingGravatar Nick Piggin 1-17/+24
2009-06-11fs: remove incorrect I_NEW warningsGravatar Nick Piggin 1-2/+0
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Gravatar Jan Kara 1-49/+0
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-04-02writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr...Gravatar Jeff Layton 1-4/+22
2009-04-02vfs: skip I_CLEAR state inodesGravatar Wu Fengguang 1-1/+2
2009-03-30trivial: fix a pdlfush -> pdflush typo in commentGravatar Masatake YAMATO 1-1/+1
2009-03-12fs: new inode i_state corruption fixGravatar Nick Piggin 1-1/+8