aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-16writeback: fix possible bdi writeback refcounting problemNick Piggin1-7/+6
2009-09-16writeback: Fix bdi use after free in wb_work_complete()Nick Piggin1-2/+3
2009-09-16writeback: improve scalability of bdi writeback work queuesNick Piggin1-1/+2
2009-09-16writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()Nick Piggin1-3/+3
2009-09-16writeback: use schedule_timeout_interruptible()Jens Axboe1-2/+1
2009-09-16writeback: add comments to bdi_work structureJens Axboe1-7/+11
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe1-65/+67
2009-09-16writeback: inline allocation failure handling in bdi_alloc_queue_work()Jens Axboe1-22/+27
2009-09-16writeback: use RCU to protect bdi_listJens Axboe1-3/+3
2009-09-16writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeoutJens Axboe1-56/+14
2009-09-16writeback: make wb_writeback() take an argument structureJens Axboe1-29/+49
2009-09-16writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONEChristoph Hellwig1-32/+14
2009-09-14vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara1-54/+0
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyJens Axboe1-0/+8
2009-09-11writeback: get rid of pdflush completelyJens Axboe1-0/+5
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe1-289/+710
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe1-70/+127
2009-09-11writeback: get rid of generic_sync_sb_inodes() exportJens Axboe1-28/+42
2009-06-24cleanup __writeback_single_inodeChristoph Hellwig1-50/+50
2009-06-16writeback: skip new or to-be-freed inodesWu Fengguang1-3/+3
2009-06-11fs: block_dump missing dentry lockingNick Piggin1-17/+24
2009-06-11fs: remove incorrect I_NEW warningsNick Piggin1-2/+0
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara1-49/+0
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-04-02writeback: guard against jiffies wraparound on inode->dirtied_when checks (try #3)Jeff Layton1-4/+22
2009-04-02vfs: skip I_CLEAR state inodesWu Fengguang1-1/+2
2009-03-30trivial: fix a pdlfush -> pdflush typo in commentMasatake YAMATO1-1/+1
2009-03-12fs: new inode i_state corruption fixNick Piggin1-1/+8
2009-01-06fs: sys_sync fixNick Piggin1-19/+1
2009-01-06fs: sync_sb_inodes fixNick Piggin1-7/+53
2009-01-06fs: remove WB_SYNC_HOLDNick Piggin1-10/+2
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami1-1/+1
2008-07-14VFS: export sync_sb_inodesArtem Bityutskiy1-2/+9
2008-07-14VFS: move inode_lock into sync_sb_inodesHans Reiser1-8/+3
2008-04-29fs/fs-writeback.c: make 2 functions staticAdrian Bunk1-39/+39
2008-03-19fs: fix kernel-doc notation warningsRandy Dunlap1-3/+3
2008-02-08write_inode_now(): avoid unnecessary synchronous writeMike Galbraith1-1/+1
2008-02-06fs: use list_for_each_entry_reverse and kill sb_entryAkinobu Mita1-5/+2
2008-02-05writeback: speed up writeback of big dirty filesFengguang Wu1-2/+16
2008-02-05skip writing data pages when inode is under I_SYNCQi Yong1-12/+1
2008-01-14Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds1-2/+0
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-17introduce I_SYNCJoern Engel1-15/+24
2007-10-17writeback: introduce writeback_control.more_io to indicate more ioFengguang Wu1-0/+2
2007-10-17writeback: fix ntfs with sb_has_dirty_inodes()Fengguang Wu1-1/+9
2007-10-17writeback: fix time ordering of the per superblock inode lists 8Fengguang Wu1-23/+38
2007-10-17writeback: fix periodic superblock dirty inode flushingKen Chen1-22/+14
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists 7Andrew Morton1-2/+2
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists 6Andrew Morton1-1/+8
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists 5Andrew Morton1-1/+1