| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-24 | fs: pull inode->i_lock up out of writeback_single_inode | Dave Chinner | 1 | -7/+11 |
| 2011-03-24 | fs: move i_wb_list out from under inode_lock | Dave Chinner | 1 | -32/+44 |
| 2011-03-24 | fs: move i_sb_list out from under inode_lock | Dave Chinner | 1 | -10/+11 |
| 2011-03-24 | fs: protect inode->i_state with inode->i_lock | Dave Chinner | 1 | -10/+34 |
| 2011-01-13 | fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc | Stefan Hajnoczi | 1 | -1/+1 |
| 2011-01-13 | sync_inode_metadata: fix comment | Andrew Morton | 1 | -2/+2 |
| 2011-01-13 | writeback: avoid livelocking WB_SYNC_ALL writeback | Jan Kara | 1 | -4/+23 |
| 2011-01-13 | writeback: stop background/kupdate works from livelocking other works | Jan Kara | 1 | -0/+10 |
| 2011-01-13 | writeback: trace wakeup event for background writeback | Wu Fengguang | 1 | -0/+1 |
| 2011-01-13 | writeback: integrated background writeback work | Jan Kara | 1 | -15/+46 |
| 2010-10-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -7/+40 |
| 2010-10-30 | fs-writeback.c: unify some common code | Linus Torvalds | 1 | -10/+13 |
| 2010-10-29 | Add new functions for triggering inode writeback | Chris Mason | 1 | -10/+42 |
| 2010-10-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -29/+51 |
| 2010-10-26 | kernel: remove PF_FLUSHER | Peter Zijlstra | 1 | -1/+1 |
| 2010-10-26 | fs/fs-writeback.c: restore lost comment | Andrew Morton | 1 | -0/+4 |
| 2010-10-26 | writeback: remove the internal 5% low bound on dirty_ratio | Wu Fengguang | 1 | -1/+1 |
| 2010-10-25 | fs: skip I_FREEING inodes in writeback_sb_inodes | Christoph Hellwig | 1 | -2/+7 |
| 2010-10-25 | fs: inode split IO and LRU lists | Nick Piggin | 1 | -17/+18 |
| 2010-10-25 | fs: Implement lazy LRU updates for inodes | Nick Piggin | 1 | -7/+4 |
| 2010-10-25 | fs: Convert nr_inodes and nr_unused to per-cpu counters | Dave Chinner | 1 | -3/+2 |
| 2010-10-25 | new helper: inode_unhashed() | Al Viro | 1 | -1/+1 |
| 2010-10-25 | fs: add sync_inode_metadata | Christoph Hellwig | 1 | -0/+20 |
| 2010-10-04 | writeback: always use sb->s_bdi for writeback purposes | Christoph Hellwig | 1 | -15/+4 |
| 2010-09-22 | bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friends | Jan Kara | 1 | -2/+21 |
| 2010-08-28 | writeback: Fix lost wake-up shutting down writeback thread | J. Bruce Fields | 1 | -1/+1 |
| 2010-08-12 | mm: fix writeback_in_progress() | Jan Kara | 1 | -1/+3 |
| 2010-08-12 | writeback: merge for_kupdate and !for_kupdate cases | Wu Fengguang | 1 | -33/+10 |
| 2010-08-12 | writeback: fix queue_io() ordering | Wu Fengguang | 1 | -1/+9 |
| 2010-08-12 | writeback: don't redirty tail an inode with dirty pages | Wu Fengguang | 1 | -13/+9 |
| 2010-08-12 | writeback: avoid unnecessary calculation of bdi dirty thresholds | Wu Fengguang | 1 | -1/+1 |
| 2010-08-10 | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -57/+104 |
| 2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+4 |
| 2010-08-09 | mm: avoid resetting wb_start after each writeback round | Jan Kara | 1 | -2/+3 |
| 2010-08-09 | simplify checks for I_CLEAR/I_FREEING | Al Viro | 1 | -4/+4 |
| 2010-08-07 | writeback: optimize periodic bdi thread wakeups | Artem Bityutskiy | 1 | -25/+11 |
| 2010-08-07 | writeback: prevent unnecessary bdi threads wakeups | Artem Bityutskiy | 1 | -11/+48 |
| 2010-08-07 | writeback: move bdi threads exiting logic to the forker thread | Artem Bityutskiy | 1 | -42/+12 |
| 2010-08-07 | writeback: move last_active to bdi | Artem Bityutskiy | 1 | -3/+3 |
| 2010-08-07 | writeback: do not remove bdi from bdi_list | Artem Bityutskiy | 1 | -7/+0 |
| 2010-08-07 | writeback: do not lose wake-ups in bdi threads | Artem Bityutskiy | 1 | -8/+9 |
| 2010-08-07 | writeback: harmonize writeback threads naming | Artem Bityutskiy | 1 | -1/+1 |
| 2010-08-07 | writeback: remove wb in get_next_work_item | Minchan Kim | 1 | -2/+2 |
| 2010-08-07 | writeback: Add tracing to balance_dirty_pages | Dave Chinner | 1 | -0/+5 |
| 2010-08-07 | writeback: Initial tracing support | Dave Chinner | 1 | -8/+30 |
| 2010-08-07 | writeback: merge bdi_writeback_task and bdi_start_fn | Christoph Hellwig | 1 | -1/+34 |
| 2010-08-07 | writeback: remove wb_list | Christoph Hellwig | 1 | -2/+2 |
| 2010-07-06 | writeback: simplify the write back thread queue | Christoph Hellwig | 1 | -184/+69 |
| 2010-07-06 | writeback: split writeback_inodes_wb | Christoph Hellwig | 1 | -36/+46 |
| 2010-07-06 | writeback: remove writeback_inodes_wbc | Christoph Hellwig | 1 | -10/+2 |
| 2010-07-01 | fs-writeback: fix kernel-doc warnings | Randy Dunlap | 1 | -1/+1 |
| 2010-06-11 | writeback: fix pin_sb_for_writeback | Christoph Hellwig | 1 | -8/+10 |
| 2010-06-11 | writeback: add missing requeue_io in writeback_inodes_wb | Christoph Hellwig | 1 | -1/+3 |
| 2010-06-11 | writeback: simplify and split bdi_start_writeback | Christoph Hellwig | 1 | -12/+20 |
| 2010-06-11 | writeback: simplify wakeup_flusher_threads | Christoph Hellwig | 1 | -21/+11 |
| 2010-06-11 | writeback: fix writeback_inodes_wb from writeback_inodes_sb | Christoph Hellwig | 1 | -38/+23 |
| 2010-06-11 | writeback: enforce s_umount locking in writeback_inodes_sb | Christoph Hellwig | 1 | -0/+6 |
| 2010-06-11 | writeback: queue work on stack in writeback_inodes_sb | Christoph Hellwig | 1 | -19/+21 |
| 2010-06-11 | writeback: fix writeback completion notifications | Christoph Hellwig | 1 | -50/+15 |
| 2010-06-01 | Merge branch 'master' into for-linus | Jens Axboe | 1 | -2/+2 |
| 2010-06-01 | Revert "writeback: fix WB_SYNC_NONE writeback from umount" | Jens Axboe | 1 | -37/+11 |
| 2010-06-01 | Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync" | Jens Axboe | 1 | -11/+5 |
| 2010-05-25 | fs-writeback: check sync bit earlier in inode_wait_for_writeback | Richard Kennedy | 1 | -2/+2 |
| 2010-05-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+4 |
| 2010-05-21 | fs-writeback.c: bitfields should be unsigned | H Hartley Sweeten | 1 | -3/+3 |
| 2010-05-21 | writeback: bdi_writeback_task() must set task state before calling schedule() | Jens Axboe | 1 | -2/+7 |
| 2010-05-21 | writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync | Jens Axboe | 1 | -5/+11 |
| 2010-05-17 | writeback: Update dirty flags in two steps | Dmitry Monakhov | 1 | -4/+11 |
| 2010-05-17 | writeback: fix WB_SYNC_NONE writeback from umount | Jens Axboe | 1 | -11/+37 |
| 2010-05-17 | writeback: disable periodic old data writeback for !dirty_writeback_centisecs | Jens Axboe | 1 | -2/+12 |
| 2010-04-09 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -60/+73 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-12 | vfs: improve writeback_inodes_wb() | Edward Shishkin | 1 | -60/+73 |
| 2010-03-05 | pass writeback_control to ->write_inode | Christoph Hellwig | 1 | -6/+5 |
| 2010-03-05 | make sure data is on disk before calling ->write_inode | Christoph Hellwig | 1 | -5/+10 |
| 2010-01-02 | writeback: add missing kernel-doc notation | Jaswinder Singh Rajput | 1 | -0/+1 |
| 2009-12-23 | fs-writeback: Add helper function to start writeback if idle | Eric Sandeen | 1 | -0/+17 |
| 2009-12-03 | writeback: remove unused nonblocking and congestion checks | Wu Fengguang | 1 | -9/+0 |
| 2009-12-03 | writeback: introduce wbc.for_background | Wu Fengguang | 1 | -0/+1 |
| 2009-12-03 | writeback: remove the always false bdi_cap_writeback_dirty() test | Wu Fengguang | 1 | -18/+0 |
| 2009-09-26 | writeback: pass in super_block to bdi_start_writeback() | Jens Axboe | 1 | -2/+4 |
| 2009-09-25 | writeback: writeback_inodes_sb() should use bdi_start_writeback() | Jens Axboe | 1 | -1/+1 |
| 2009-09-25 | writeback: don't delay inodes redirtied by a fast dirtier | Wu Fengguang | 1 | -3/+9 |
| 2009-09-25 | writeback: make the super_block pinning more efficient | Jens Axboe | 1 | -17/+29 |
| 2009-09-25 | writeback: don't resort for a single super_block in move_expired_inodes() | Jens Axboe | 1 | -1/+11 |
| 2009-09-25 | writeback: move inodes from one super_block together | Shaohua Li | 1 | -3/+18 |
| 2009-09-25 | writeback: get rid to incorrect references to pdflush in comments | Jens Axboe | 1 | -4/+1 |
| 2009-09-25 | writeback: improve readability of the wb_writeback() continue/break logic | Jens Axboe | 1 | -20/+23 |
| 2009-09-25 | writeback: cleanup writeback_single_inode() | Wu Fengguang | 1 | -8/+7 |
| 2009-09-25 | writeback: kupdate writeback shall not stop when more io is possible | Wu Fengguang | 1 | -2/+2 |
| 2009-09-25 | writeback: stop background writeback when below background threshold | Wu Fengguang | 1 | -11/+17 |
| 2009-09-25 | fs: Fix busyloop in wb_writeback() | Jan Kara | 1 | -1/+18 |
| 2009-09-16 | writeback: fix possible bdi writeback refcounting problem | Nick Piggin | 1 | -7/+6 |
| 2009-09-16 | writeback: Fix bdi use after free in wb_work_complete() | Nick Piggin | 1 | -2/+3 |
| 2009-09-16 | writeback: improve scalability of bdi writeback work queues | Nick Piggin | 1 | -1/+2 |
| 2009-09-16 | writeback: remove smp_mb(), it's not needed with list_add_tail_rcu() | Nick Piggin | 1 | -3/+3 |
| 2009-09-16 | writeback: use schedule_timeout_interruptible() | Jens Axboe | 1 | -2/+1 |
| 2009-09-16 | writeback: add comments to bdi_work structure | Jens Axboe | 1 | -7/+11 |
| 2009-09-16 | writeback: separate starting of sync vs opportunistic writeback | Jens Axboe | 1 | -65/+67 |
| 2009-09-16 | writeback: inline allocation failure handling in bdi_alloc_queue_work() | Jens Axboe | 1 | -22/+27 |
| 2009-09-16 | writeback: use RCU to protect bdi_list | Jens Axboe | 1 | -3/+3 |
| 2009-09-16 | writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout | Jens Axboe | 1 | -56/+14 |
| 2009-09-16 | writeback: make wb_writeback() take an argument structure | Jens Axboe | 1 | -29/+49 |
| 2009-09-16 | writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_... | Christoph Hellwig | 1 | -32/+14 |
| 2009-09-14 | vfs: Remove generic_osync_inode() and sync_page_range{_nolock}() | Jan Kara | 1 | -54/+0 |
| 2009-09-11 | writeback: check for registered bdi in flusher add and inode dirty | Jens Axboe | 1 | -0/+8 |
| 2009-09-11 | writeback: get rid of pdflush completely | Jens Axboe | 1 | -0/+5 |
| 2009-09-11 | writeback: switch to per-bdi threads for flushing data | Jens Axboe | 1 | -289/+710 |
| 2009-09-11 | writeback: move dirty inodes from super_block to backing_dev_info | Jens Axboe | 1 | -70/+127 |
| 2009-09-11 | writeback: get rid of generic_sync_sb_inodes() export | Jens Axboe | 1 | -28/+42 |
| 2009-06-24 | cleanup __writeback_single_inode | Christoph Hellwig | 1 | -50/+50 |
| 2009-06-16 | writeback: skip new or to-be-freed inodes | Wu Fengguang | 1 | -3/+3 |
| 2009-06-11 | fs: block_dump missing dentry locking | Nick Piggin | 1 | -17/+24 |
| 2009-06-11 | fs: remove incorrect I_NEW warnings | Nick Piggin | 1 | -2/+0 |
| 2009-06-11 | vfs: Make sys_sync() use fsync_super() (version 4) | Jan Kara | 1 | -49/+0 |
| 2009-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2009-04-02 | writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr... | Jeff Layton | 1 | -4/+22 |
| 2009-04-02 | vfs: skip I_CLEAR state inodes | Wu Fengguang | 1 | -1/+2 |
| 2009-03-30 | trivial: fix a pdlfush -> pdflush typo in comment | Masatake YAMATO | 1 | -1/+1 |
| 2009-03-12 | fs: new inode i_state corruption fix | Nick Piggin | 1 | -1/+8 |
| 2009-01-06 | fs: sys_sync fix | Nick Piggin | 1 | -19/+1 |
| 2009-01-06 | fs: sync_sb_inodes fix | Nick Piggin | 1 | -7/+53 |
| 2009-01-06 | fs: remove WB_SYNC_HOLD | Nick Piggin | 1 | -10/+2 |
| 2008-10-16 | Remove Andrew Morton's old email accounts | Francois Cami | 1 | -1/+1 |
| 2008-07-14 | VFS: export sync_sb_inodes | Artem Bityutskiy | 1 | -2/+9 |
| 2008-07-14 | VFS: move inode_lock into sync_sb_inodes | Hans Reiser | 1 | -8/+3 |
| 2008-04-29 | fs/fs-writeback.c: make 2 functions static | Adrian Bunk | 1 | -39/+39 |
| 2008-03-19 | fs: fix kernel-doc notation warnings | Randy Dunlap | 1 | -3/+3 |
| 2008-02-08 | write_inode_now(): avoid unnecessary synchronous write | Mike Galbraith | 1 | -1/+1 |
| 2008-02-06 | fs: use list_for_each_entry_reverse and kill sb_entry | Akinobu Mita | 1 | -5/+2 |
| 2008-02-05 | writeback: speed up writeback of big dirty files | Fengguang Wu | 1 | -2/+16 |
| 2008-02-05 | skip writing data pages when inode is under I_SYNC | Qi Yong | 1 | -12/+1 |
| 2008-01-14 | Revert "writeback: introduce writeback_control.more_io to indicate more io" | Linus Torvalds | 1 | -2/+0 |
| 2007-10-19 | Use helpers to obtain task pid in printks | Pavel Emelyanov | 1 | -1/+1 |
| 2007-10-17 | introduce I_SYNC | Joern Engel | 1 | -15/+24 |
| 2007-10-17 | writeback: introduce writeback_control.more_io to indicate more io | Fengguang Wu | 1 | -0/+2 |
| 2007-10-17 | writeback: fix ntfs with sb_has_dirty_inodes() | Fengguang Wu | 1 | -1/+9 |
| 2007-10-17 | writeback: fix time ordering of the per superblock inode lists 8 | Fengguang Wu | 1 | -23/+38 |
| 2007-10-17 | writeback: fix periodic superblock dirty inode flushing | Ken Chen | 1 | -22/+14 |
| 2007-10-17 | writeback: fix time ordering of the per superblock dirty inode lists 7 | Andrew Morton | 1 | -2/+2 |
| 2007-10-17 | writeback: fix time ordering of the per superblock dirty inode lists 6 | Andrew Morton | 1 | -1/+8 |
| 2007-10-17 | writeback: fix time ordering of the per superblock dirty inode lists 5 | Andrew Morton | 1 | -1/+1 |
| 2007-10-17 | writeback: fix comment, use helper function | Andrew Morton | 1 | -4/+11 |
| 2007-10-17 | writeback: fix time ordering of the per superblock dirty inode lists 4 | Andrew Morton | 1 | -1/+23 |
| 2007-10-17 | writeback: fix time ordering of the per superblock dirty inode lists 3 | Andrew Morton | 1 | -1/+1 |
| 2007-10-17 | writeback: fix time ordering of the per superblock dirty inode lists: memory-... | Andrew Morton | 1 | -1/+1 |
| 2007-10-17 | writeback: fix time-ordering of the per-superblock dirty-inode lists | Andrew Morton | 1 | -1/+25 |
| 2007-10-10 | Fix warnings with !CONFIG_BLOCK | Jens Axboe | 1 | -0/+1 |
| 2007-01-26 | Write back inode data pages even when the inode itself is locked | Linus Torvalds | 1 | -1/+12 |
| 2006-09-30 | [PATCH] BLOCK: Remove dependence on existence of blockdev_superblock [try #6] | David Howells | 1 | -3/+3 |
| 2006-09-30 | [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] | David Howells | 1 | -2/+1 |
| 2006-06-30 | [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter | Christoph Lameter | 1 | -1/+1 |
| 2006-06-30 | [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter | Christoph Lameter | 1 | -1/+1 |
| 2006-06-23 | [PATCH] Kill PF_SYNCWRITE flag | Jens Axboe | 1 | -2/+0 |
| 2006-06-23 | [PATCH] writeback: fix range handling | OGAWA Hirofumi | 1 | -0/+4 |
| 2006-03-25 | [PATCH] Move cond_resched() after iput() in sync_sb_inodes() | OGAWA Hirofumi | 1 | -1/+1 |
| 2005-11-07 | [PATCH] kernel-docs: fix kernel-doc format problems | Randy Dunlap | 1 | -2/+3 |
| 2005-11-07 | [PATCH] write_inode_now(): write inode if not BDI_CAP_NO_WRITEBACK | Andrew Morton | 1 | -1/+1 |
| 2005-10-31 | [PATCH] fix __writeback_single_inode WARN_ON | Andrea Arcangeli | 1 | -1/+1 |
| 2005-10-30 | [PATCH] fix nr_unused accounting, and avoid recursing in iput with I_WILL_FRE... | Andrea Arcangeli | 1 | -12/+16 |
| 2005-06-23 | [PATCH] O(1) sb list traversing on syncs | Kirill Korotaev | 1 | -37/+27 |
| 2005-05-01 | [PATCH] DocBook: fix some descriptions | Martin Waitz | 1 | -1/+3 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+695 |