summaryrefslogtreecommitdiff
path: root/fs/fs-writeback.c
Commit message (Expand)AuthorAge
* writeback: add missing kernel-doc notationJaswinder Singh Rajput2010-01-02
* fs-writeback: Add helper function to start writeback if idleEric Sandeen2009-12-23
* writeback: remove unused nonblocking and congestion checksWu Fengguang2009-12-03
* writeback: introduce wbc.for_backgroundWu Fengguang2009-12-03
* writeback: remove the always false bdi_cap_writeback_dirty() testWu Fengguang2009-12-03
* writeback: pass in super_block to bdi_start_writeback()Jens Axboe2009-09-26
* writeback: writeback_inodes_sb() should use bdi_start_writeback()Jens Axboe2009-09-25
* writeback: don't delay inodes redirtied by a fast dirtierWu Fengguang2009-09-25
* writeback: make the super_block pinning more efficientJens Axboe2009-09-25
* writeback: don't resort for a single super_block in move_expired_inodes()Jens Axboe2009-09-25
* writeback: move inodes from one super_block togetherShaohua Li2009-09-25
* writeback: get rid to incorrect references to pdflush in commentsJens Axboe2009-09-25
* writeback: improve readability of the wb_writeback() continue/break logicJens Axboe2009-09-25
* writeback: cleanup writeback_single_inode()Wu Fengguang2009-09-25
* writeback: kupdate writeback shall not stop when more io is possibleWu Fengguang2009-09-25
* writeback: stop background writeback when below background thresholdWu Fengguang2009-09-25
* fs: Fix busyloop in wb_writeback()Jan Kara2009-09-25
* writeback: fix possible bdi writeback refcounting problemNick Piggin2009-09-16
* writeback: Fix bdi use after free in wb_work_complete()Nick Piggin2009-09-16
* writeback: improve scalability of bdi writeback work queuesNick Piggin2009-09-16
* writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()Nick Piggin2009-09-16
* writeback: use schedule_timeout_interruptible()Jens Axboe2009-09-16
* writeback: add comments to bdi_work structureJens Axboe2009-09-16
* writeback: separate starting of sync vs opportunistic writebackJens Axboe2009-09-16
* writeback: inline allocation failure handling in bdi_alloc_queue_work()Jens Axboe2009-09-16
* writeback: use RCU to protect bdi_listJens Axboe2009-09-16
* writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeoutJens Axboe2009-09-16
* writeback: make wb_writeback() take an argument structureJens Axboe2009-09-16
* writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_...Christoph Hellwig2009-09-16
* vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara2009-09-14
* writeback: check for registered bdi in flusher add and inode dirtyJens Axboe2009-09-11
* writeback: get rid of pdflush completelyJens Axboe2009-09-11
* writeback: switch to per-bdi threads for flushing dataJens Axboe2009-09-11
* writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe2009-09-11
* writeback: get rid of generic_sync_sb_inodes() exportJens Axboe2009-09-11
* cleanup __writeback_single_inodeChristoph Hellwig2009-06-24
* writeback: skip new or to-be-freed inodesWu Fengguang2009-06-16
* fs: block_dump missing dentry lockingNick Piggin2009-06-11
* fs: remove incorrect I_NEW warningsNick Piggin2009-06-11
* vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara2009-06-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-03
|\
| * trivial: fix a pdlfush -> pdflush typo in commentMasatake YAMATO2009-03-30
* | writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr...Jeff Layton2009-04-02
* | vfs: skip I_CLEAR state inodesWu Fengguang2009-04-02
|/
* fs: new inode i_state corruption fixNick Piggin2009-03-12
* fs: sys_sync fixNick Piggin2009-01-06
* fs: sync_sb_inodes fixNick Piggin2009-01-06
* fs: remove WB_SYNC_HOLDNick Piggin2009-01-06
* Remove Andrew Morton's old email accountsFrancois Cami2008-10-16
* VFS: export sync_sb_inodesArtem Bityutskiy2008-07-14