Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Sep 2009 16:27:30 +0000 (09:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Sep 2009 16:27:30 +0000 (09:27 -0700)
commit6d7f18f6ea3a13af95bdf507fc54d42b165e1712
tree8f6f3a6d46835aa767823fa7049609408a87afc2
parent53cddfcc0e760d2b364878b6dadbd0c6d087cfae
parent56a131dcf7ed36c3c6e36bea448b674ea85ed5bb
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block

* 'writeback' of git://git.kernel.dk/linux-2.6-block:
  writeback: writeback_inodes_sb() should use bdi_start_writeback()
  writeback: don't delay inodes redirtied by a fast dirtier
  writeback: make the super_block pinning more efficient
  writeback: don't resort for a single super_block in move_expired_inodes()
  writeback: move inodes from one super_block together
  writeback: get rid to incorrect references to pdflush in comments
  writeback: improve readability of the wb_writeback() continue/break logic
  writeback: cleanup writeback_single_inode()
  writeback: kupdate writeback shall not stop when more io is possible
  writeback: stop background writeback when below background threshold
  writeback: balance_dirty_pages() shall write more than dirtied pages
  fs: Fix busyloop in wb_writeback()
fs/buffer.c
mm/page-writeback.c
mm/shmem.c
mm/vmscan.c