[GIT PULL] block/io bits for 2.6.35-rc

From: Jens Axboe
Date: Thu Jun 10 2010 - 09:44:18 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/