aboutsummaryrefslogtreecommitdiff
path: root/fs/fs-writeback.c
AgeCommit message (Expand)Author
2010-07-05writeback: disable periodic old data writeback for !dirty_writeback_centisecsJens Axboe
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
2009-09-16writeback: add comments to bdi_work structureJens Axboe
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe
2009-09-16writeback: inline allocation failure handling in bdi_alloc_queue_work()Jens Axboe
2009-09-16writeback: use RCU to protect bdi_listJens Axboe
2009-09-16writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeoutJens Axboe
2009-09-16writeback: make wb_writeback() take an argument structureJens Axboe
2009-09-16writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_...Christoph Hellwig
2009-09-14vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyJens Axboe
2009-09-11writeback: get rid of pdflush completelyJens Axboe
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe
2009-09-11writeback: get rid of generic_sync_sb_inodes() exportJens Axboe
2009-06-24cleanup __writeback_single_inodeChristoph Hellwig
2009-06-16writeback: skip new or to-be-freed inodesWu Fengguang
2009-06-11fs: block_dump missing dentry lockingNick Piggin
2009-06-11fs: remove incorrect I_NEW warningsNick Piggin
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-04-02writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr...Jeff Layton
2009-04-02vfs: skip I_CLEAR state inodesWu Fengguang
2009-03-30trivial: fix a pdlfush -> pdflush typo in commentMasatake YAMATO
2009-03-12fs: new inode i_state corruption fixNick Piggin
2009-01-06fs: sys_sync fixNick Piggin
2009-01-06fs: sync_sb_inodes fixNick Piggin
2009-01-06fs: remove WB_SYNC_HOLDNick Piggin
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami