All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] block/io bits for 2.6.35-rc
@ 2010-06-10 13:44 Jens Axboe
  2010-06-10 15:55 ` Linus Torvalds
  0 siblings, 1 reply; 17+ messages in thread
From: Jens Axboe @ 2010-06-10 13:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Hi Linus,

Some important fixes for 2.6.35:

- A set of patches fixing the WB_SYNC_NONE writeback from Christoph. So
  we should finally have both functional and working WB_SYNC_NONE from
  umount context.

- Two fixes for the pipe resizing and fcntl() interface, where the
  last conversion to a byte API introduced a dumb bug.

- Fix for the module count problem from Nick.

Please pull.


  git://git.kernel.dk/linux-2.6-block.git for-linus

Christoph Hellwig (8):
      writeback: fix writeback completion notifications
      writeback: queue work on stack in writeback_inodes_sb
      writeback: enforce s_umount locking in writeback_inodes_sb
      writeback: fix writeback_inodes_wb from writeback_inodes_sb
      writeback: simplify wakeup_flusher_threads
      writeback: simplify and split bdi_start_writeback
      writeback: add missing requeue_io in writeback_inodes_wb
      writeback: fix pin_sb_for_writeback

Jens Axboe (1):
      block: remove duplicate BUG_ON() in bd_finish_claiming()

Miklos Szeredi (2):
      pipe: fix pipe buffer resizing
      pipe: fix check in "set size" fcntl

Nick Piggin (2):
      block: bd_start_claiming fix module refcount
      block: bd_start_claiming cleanup

 fs/block_dev.c              |   72 ++++++++----
 fs/fs-writeback.c           |  254 ++++++++++++++++++-------------------------
 fs/pipe.c                   |   20 +++-
 fs/ubifs/budget.c           |    2 +
 include/linux/backing-dev.h |    4 +-
 mm/page-writeback.c         |    5 +-
 6 files changed, 175 insertions(+), 182 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-06-28 20:55 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-10 13:44 [GIT PULL] block/io bits for 2.6.35-rc Jens Axboe
2010-06-10 15:55 ` Linus Torvalds
2010-06-10 16:25   ` Jens Axboe
2010-06-10 16:40     ` Christoph Hellwig
2010-06-10 16:59       ` Jens Axboe
2010-06-10 17:03       ` Linus Torvalds
2010-06-10 16:44     ` Brian Bloniarz
2010-06-27 23:10       ` Mark Lord
2010-06-28  7:03         ` Jens Axboe
2010-06-28  9:41           ` Christoph Hellwig
2010-06-28 13:51           ` Mark Lord
2010-06-28 14:05             ` Brian Bloniarz
2010-06-28 14:33               ` Mark Lord
2010-06-28 17:32               ` Jens Axboe
2010-06-28 20:55                 ` Mark Lord
2010-06-10 16:55     ` Linus Torvalds
2010-06-10 17:00       ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.