aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-24new helpers: lock_mount_hash/unlock_mount_hashAl Viro1-0/+1
2013-09-13Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+5
2013-09-11writeback: fix race that cause writeback hungJunxiao Bi1-2/+2
2013-09-11mm/writeback: make writeback_inodes_wb staticWanpeng Li1-1/+1
2013-09-11writeback: fix occasional slow sync(1)Jan Kara1-4/+2
2013-07-09mm/writeback: don't check force_wait to handle bdi->work_listWanpeng Li1-8/+2
2013-07-09fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li1-1/+1
2013-07-09writeback: Do not sort b_io list only because of block device inodeJan Kara1-3/+5
2013-07-02sync: don't block the flusher thread waiting on IODave Chinner1-2/+7
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-70/+32
2013-04-30writeback: set worker desc to identify writeback workers in task dumpsTejun Heo1-0/+1
2013-04-01writeback: replace custom worker pool implementation with unbound workqueueTejun Heo1-70/+32
2013-02-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-24/+20
2013-01-14writeback: add more tracepointsTejun Heo1-2/+14
2013-01-12vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename themMiao Xie1-24/+20
2012-12-12writeback: fix a typo in commentYan Hong1-1/+1
2012-11-26writeback: put unused inodes to LRU after writeback completionJan Kara1-0/+2
2012-10-12Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2012-10-09fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()Yan Hong1-4/+3
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+0
2012-09-21fs/fs-writeback.c: cleanup riteback_sb_inodes kerneldocLiu Bo1-4/+0
2012-09-19ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o1-0/+1
2012-09-11writeback: correct comment for move_expired_inodes()Wang Sheng-Hui1-1/+1
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li1-5/+0
2012-07-30Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2012-07-22vfs: Move noop_backing_dev_info check from sync into writebackJan Kara1-0/+5
2012-06-09writeback: Fix some comment errorsWanpeng Li1-2/+2
2012-06-09writeback: Fix lock imbalance in writeback_sb_inodes()Jan Kara1-0/+1
2012-05-06writeback: Avoid iput() from flusher threadJan Kara1-13/+53
2012-05-06writeback: Refactor writeback_single_inode()Jan Kara1-56/+86
2012-05-06writeback: Remove wb->list_lock from writeback_single_inode()Jan Kara1-10/+7
2012-05-06writeback: Separate inode requeueing after writebackJan Kara1-47/+55
2012-05-06writeback: Move I_DIRTY_PAGES handlingJan Kara1-2/+3
2012-05-06writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()Jan Kara1-14/+16
2012-05-06writeback: Move clearing of I_SYNC into inode_sync_complete()Jan Kara1-6/+2
2012-03-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-20/+2
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2012-03-21writeback: Remove outdated commentJan Kara1-18/+2
2012-03-21fs: Remove bogus wait in write_inode_now()Jan Kara1-2/+0
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-03-07writeback: fix fn name in writeback_inodes_sb_nr_if_idle() comment headerFengguang Wu1-1/+1
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-02-01writeback: fix NULL bdi->dev in trace writeback_single_inodeWu Fengguang1-8/+8
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+14
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2012-01-08writeback: move MIN_WRITEBACK_PAGES to fs-writeback.cWu Fengguang1-0/+6
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki1-3/+1
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki1-0/+5
2011-12-18writeback: Include all dirty inodes in background writebackJan Kara1-2/+8
2011-12-18writeback: show writeback reason with __print_symbolicWu Fengguang1-11/+0
2011-11-29writeback: Fix issue on make htmldocsMarcos Paulo de Souza1-0/+5
2011-11-21freezer: implement and use kthread_freezable_should_stop()Tejun Heo1-3/+1
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-13/+36
2011-10-31writeback: send work item to queue_io, move_expired_inodesCurt Wohlgemuth1-8/+8
2011-10-03writeback: per-bdi background thresholdWu Fengguang1-5/+12
2011-10-03writeback: add bg_threshold parameter to __bdi_update_bandwidth()Wu Fengguang1-1/+1
2011-07-31don't busy retry the inode on failed grab_super_passive()Wu Fengguang1-1/+6
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds1-165/+208
2011-07-24writeback: don't busy retry writeback on new/freeing inodesWu Fengguang1-1/+1
2011-07-20superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner1-27/+1
2011-07-09writeback: scale IO chunk size up to half device bandwidthWu Fengguang1-13/+10
2011-07-09writeback: introduce smoothed global dirty limitWu Fengguang1-1/+1
2011-07-09writeback: bdi write bandwidth estimationWu Fengguang1-0/+13
2011-07-09writeback: make writeback_control.nr_to_write straightWu Fengguang1-85/+111
2011-06-08writeback: trace event writeback_queue_ioWu Fengguang1-4/+10
2011-06-08writeback: trace event writeback_single_inodeWu Fengguang1-0/+4
2011-06-08writeback: remove writeback_control.more_ioWu Fengguang1-7/+2
2011-06-08writeback: avoid extra sync work at enqueue timeWu Fengguang1-13/+3
2011-06-08writeback: elevate queue_io() into wb_writeback()Wu Fengguang1-17/+12
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig1-48/+49
2011-06-08writeback: refill b_io iff emptyWu Fengguang1-2/+3
2011-06-08writeback: the kupdate expire timestamp should be a moving targetWu Fengguang1-5/+6
2011-06-08writeback: try more writeback as long as something was writtenWu Fengguang1-8/+8
2011-06-08writeback: introduce writeback_control.inodes_writtenWu Fengguang1-0/+4
2011-06-08writeback: update dirtied_when for synced inode to prevent livelockWu Fengguang1-0/+9
2011-06-08writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang1-8/+9
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-4/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24fs: pull inode->i_lock up out of writeback_single_inodeDave Chinner1-7/+11
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner1-32/+44
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner1-10/+11
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-10/+34
2011-01-13fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-docStefan Hajnoczi1-1/+1
2011-01-13sync_inode_metadata: fix commentAndrew Morton1-2/+2
2011-01-13writeback: avoid livelocking WB_SYNC_ALL writebackJan Kara1-4/+23
2011-01-13writeback: stop background/kupdate works from livelocking other worksJan Kara1-0/+10
2011-01-13writeback: trace wakeup event for background writebackWu Fengguang1-0/+1
2011-01-13writeback: integrated background writeback workJan Kara1-15/+46
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-7/+40
2010-10-30fs-writeback.c: unify some common codeLinus Torvalds1-10/+13
2010-10-29Add new functions for triggering inode writebackChris Mason1-10/+42
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-29/+51
2010-10-26kernel: remove PF_FLUSHERPeter Zijlstra1-1/+1
2010-10-26fs/fs-writeback.c: restore lost commentAndrew Morton1-0/+4
2010-10-26writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang1-1/+1
2010-10-25fs: skip I_FREEING inodes in writeback_sb_inodesChristoph Hellwig1-2/+7
2010-10-25fs: inode split IO and LRU listsNick Piggin1-17/+18
2010-10-25fs: Implement lazy LRU updates for inodesNick Piggin1-7/+4
2010-10-25fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner1-3/+2
2010-10-25new helper: inode_unhashed()Al Viro1-1/+1
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-0/+20
2010-10-04writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig1-15/+4
2010-09-22bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friendsJan Kara1-2/+21
2010-08-28writeback: Fix lost wake-up shutting down writeback threadJ. Bruce Fields1-1/+1
2010-08-12mm: fix writeback_in_progress()Jan Kara1-1/+3
2010-08-12writeback: merge for_kupdate and !for_kupdate casesWu Fengguang1-33/+10
2010-08-12writeback: fix queue_io() orderingWu Fengguang1-1/+9
2010-08-12writeback: don't redirty tail an inode with dirty pagesWu Fengguang1-13/+9
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang1-1/+1
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-57/+104
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2010-08-09mm: avoid resetting wb_start after each writeback roundJan Kara1-2/+3
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro1-4/+4
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy1-25/+11
2010-08-07writeback: prevent unnecessary bdi threads wakeupsArtem Bityutskiy1-11/+48
2010-08-07writeback: move bdi threads exiting logic to the forker threadArtem Bityutskiy1-42/+12
2010-08-07writeback: move last_active to bdiArtem Bityutskiy1-3/+3
2010-08-07writeback: do not remove bdi from bdi_listArtem Bityutskiy1-7/+0
2010-08-07writeback: do not lose wake-ups in bdi threadsArtem Bityutskiy1-8/+9
2010-08-07writeback: harmonize writeback threads namingArtem Bityutskiy1-1/+1
2010-08-07writeback: remove wb in get_next_work_itemMinchan Kim1-2/+2
2010-08-07writeback: Add tracing to balance_dirty_pagesDave Chinner1-0/+5
2010-08-07writeback: Initial tracing supportDave Chinner1-8/+30
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig1-1/+34
2010-08-07writeback: remove wb_listChristoph Hellwig1-2/+2
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig1-184/+69
2010-07-06writeback: split writeback_inodes_wbChristoph Hellwig1-36/+46
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig1-10/+2
2010-07-01fs-writeback: fix kernel-doc warningsRandy Dunlap1-1/+1
2010-06-11writeback: fix pin_sb_for_writebackChristoph Hellwig1-8/+10
2010-06-11writeback: add missing requeue_io in writeback_inodes_wbChristoph Hellwig1-1/+3
2010-06-11writeback: simplify and split bdi_start_writebackChristoph Hellwig1-12/+20
2010-06-11writeback: simplify wakeup_flusher_threadsChristoph Hellwig1-21/+11
2010-06-11writeback: fix writeback_inodes_wb from writeback_inodes_sbChristoph Hellwig1-38/+23
2010-06-11writeback: enforce s_umount locking in writeback_inodes_sbChristoph Hellwig1-0/+6
2010-06-11writeback: queue work on stack in writeback_inodes_sbChristoph Hellwig1-19/+21
2010-06-11writeback: fix writeback completion notificationsChristoph Hellwig1-50/+15
2010-06-01Merge branch 'master' into for-linusJens Axboe1-2/+2
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe1-37/+11
2010-06-01Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync"Jens Axboe1-11/+5
2010-05-25fs-writeback: check sync bit earlier in inode_wait_for_writebackRichard Kennedy1-2/+2
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2010-05-21fs-writeback.c: bitfields should be unsignedH Hartley Sweeten1-3/+3
2010-05-21writeback: bdi_writeback_task() must set task state before calling schedule()Jens Axboe1-2/+7
2010-05-21writeback: ensure that WB_SYNC_NONE writeback with sb pinned is syncJens Axboe1-5/+11
2010-05-17writeback: Update dirty flags in two stepsDmitry Monakhov1-4/+11
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe1-11/+37
2010-05-17writeback: disable periodic old data writeback for !dirty_writeback_centisecsJens Axboe1-2/+12
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-60/+73
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-12vfs: improve writeback_inodes_wb()Edward Shishkin1-60/+73
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-6/+5
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig1-5/+10
2010-01-02writeback: add missing kernel-doc notationJaswinder Singh Rajput1-0/+1
2009-12-23fs-writeback: Add helper function to start writeback if idleEric Sandeen1-0/+17
2009-12-03writeback: remove unused nonblocking and congestion checksWu Fengguang1-9/+0
2009-12-03writeback: introduce wbc.for_backgroundWu Fengguang1-0/+1
2009-12-03writeback: remove the always false bdi_cap_writeback_dirty() testWu Fengguang1-18/+0
2009-09-26writeback: pass in super_block to bdi_start_writeback()Jens Axboe1-2/+4
2009-09-25writeback: writeback_inodes_sb() should use bdi_start_writeback()Jens Axboe1-1/+1
2009-09-25writeback: don't delay inodes redirtied by a fast dirtierWu Fengguang1-3/+9
2009-09-25writeback: make the super_block pinning more efficientJens Axboe1-17/+29
2009-09-25writeback: don't resort for a single super_block in move_expired_inodes()Jens Axboe1-1/+11
2009-09-25writeback: move inodes from one super_block togetherShaohua Li1-3/+18
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe1-4/+1
2009-09-25writeback: improve readability of the wb_writeback() continue/break logicJens Axboe1-20/+23
2009-09-25writeback: cleanup writeback_single_inode()Wu Fengguang1-8/+7
2009-09-25writeback: kupdate writeback shall not stop when more io is possibleWu Fengguang1-2/+2
2009-09-25writeback: stop background writeback when below background thresholdWu Fengguang1-11/+17
2009-09-25fs: Fix busyloop in wb_writeback()Jan Kara1-1/+18
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_...Christoph 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/jik...Linus Torvalds1-1/+1
2009-04-02writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr...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