summaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
Commit message (Expand)AuthorAgeFilesLines
* writeback: remove unused nonblocking and congestion checksWu Fengguang2009-12-031-9/+0
* writeback: introduce wbc.for_backgroundWu Fengguang2009-12-031-0/+1
* writeback: remove the always false bdi_cap_writeback_dirty() testWu Fengguang2009-12-031-18/+0
* writeback: pass in super_block to bdi_start_writeback()Jens Axboe2009-09-261-2/+4
* writeback: writeback_inodes_sb() should use bdi_start_writeback()Jens Axboe2009-09-251-1/+1
* writeback: don't delay inodes redirtied by a fast dirtierWu Fengguang2009-09-251-3/+9
* writeback: make the super_block pinning more efficientJens Axboe2009-09-251-17/+29
* writeback: don't resort for a single super_block in move_expired_inodes()Jens Axboe2009-09-251-1/+11
* writeback: move inodes from one super_block togetherShaohua Li2009-09-251-3/+18
* writeback: get rid to incorrect references to pdflush in commentsJens Axboe2009-09-251-4/+1
* writeback: improve readability of the wb_writeback() continue/break logicJens Axboe2009-09-251-20/+23
* writeback: cleanup writeback_single_inode()Wu Fengguang2009-09-251-8/+7
* writeback: kupdate writeback shall not stop when more io is possibleWu Fengguang2009-09-251-2/+2
* writeback: stop background writeback when below background thresholdWu Fengguang2009-09-251-11/+17
* fs: Fix busyloop in wb_writeback()Jan Kara2009-09-251-1/+18
* writeback: fix possible bdi writeback refcounting problemNick Piggin2009-09-161-7/+6
* writeback: Fix bdi use after free in wb_work_complete()Nick Piggin2009-09-161-2/+3
* writeback: improve scalability of bdi writeback work queuesNick Piggin2009-09-161-1/+2
* writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()Nick Piggin2009-09-161-3/+3
* writeback: use schedule_timeout_interruptible()Jens Axboe2009-09-161-2/+1
* writeback: add comments to bdi_work structureJens Axboe2009-09-161-7/+11
* writeback: separate starting of sync vs opportunistic writebackJens Axboe2009-09-161-65/+67
* writeback: inline allocation failure handling in bdi_alloc_queue_work()Jens Axboe2009-09-161-22/+27
* writeback: use RCU to protect bdi_listJens Axboe2009-09-161-3/+3
* writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeoutJens Axboe2009-09-161-56/+14
* writeback: make wb_writeback() take an argument structureJens Axboe2009-09-161-29/+49
* writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_...Christoph Hellwig2009-09-161-32/+14
* vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara2009-09-141-54/+0
* writeback: check for registered bdi in flusher add and inode dirtyJens Axboe2009-09-111-0/+8
* writeback: get rid of pdflush completelyJens Axboe2009-09-111-0/+5
* writeback: switch to per-bdi threads for flushing dataJens Axboe2009-09-111-289/+710
* writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe2009-09-111-70/+127
* writeback: get rid of generic_sync_sb_inodes() exportJens Axboe2009-09-111-28/+42
* cleanup __writeback_single_inodeChristoph Hellwig2009-06-241-50/+50
* writeback: skip new or to-be-freed inodesWu Fengguang2009-06-161-3/+3
* fs: block_dump missing dentry lockingNick Piggin2009-06-111-17/+24
* fs: remove incorrect I_NEW warningsNick Piggin2009-06-111-2/+0
* vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara2009-06-111-49/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-1/+1
|\
| * trivial: fix a pdlfush -> pdflush typo in commentMasatake YAMATO2009-03-301-1/+1
* | writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr...Jeff Layton2009-04-021-4/+22
* | vfs: skip I_CLEAR state inodesWu Fengguang2009-04-021-1/+2
|/
* fs: new inode i_state corruption fixNick Piggin2009-03-121-1/+8
* fs: sys_sync fixNick Piggin2009-01-061-19/+1
* fs: sync_sb_inodes fixNick Piggin2009-01-061-7/+53
* fs: remove WB_SYNC_HOLDNick Piggin2009-01-061-10/+2
* Remove Andrew Morton's old email accountsFrancois Cami2008-10-161-1/+1
* VFS: export sync_sb_inodesArtem Bityutskiy2008-07-141-2/+9
* VFS: move inode_lock into sync_sb_inodesHans Reiser2008-07-141-8/+3
* fs/fs-writeback.c: make 2 functions staticAdrian Bunk2008-04-291-39/+39