From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Block fixes for 3.10 final
Date: Wed, 12 Jun 2013 15:00:56 -0600 [thread overview]
Message-ID: <20130612210056.GL2600@kernel.dk> (raw)
Hi Linus,
Here are the final block bits for 3.10. Outside of bcache (which really
isn't super big), these are all few-liners. There are a few important
fixes in here:
- Fix blk pm sleeping when holding the queue lock
- A small collection of bcache fixes that have been done and tested
since bcache was included in this merge window.
- A fix for a raid5 regression introduced with the bio changes.
- Two important fixes for mtip32xx, fixing an oops and potential data
corruption (or hang) due to wrong bio iteration on stacked devices.
Please pull!
git://git.kernel.dk/linux-block.git for-linus
----------------------------------------------------------------
Aaron Lu (1):
blkpm: avoid sleep when holding queue lock
Dan Carpenter (1):
pktcdvd: silence static checker warning
Emil Goode (1):
bcache: Fix incompatible pointer type warning
Gabriel (1):
bcache: clarify free/available/unused space
Jens Axboe (2):
Merge branch 'bcache-for-upstream' of git://evilpiepirate.org/~kent/linux-bcache into for-linus
Merge branch 'for-jens' of git://git.kernel.org/.../jikos/linux-block into for-linus
Kent Overstreet (2):
bcache: Fix error handling in init code
raid5: Initialize bi_vcnt
Linus Walleij (1):
block: remove refs to XD disks from documentation
Paul Bolle (1):
bcache: drop "select CLOSURES"
Rusty Russell (1):
scatterlist: sg_set_buf() argument must be in linear mapping
Sam Bradshaw (2):
mtip32xx: Fix NULL pointer dereference during module unload
mtip32xx: Correctly handle bio->bi_idx != 0 conditions
Documentation/bcache.txt | 12 ++-
Documentation/devices.txt | 8 +-
Documentation/kernel-parameters.txt | 3 -
Documentation/m68k/kernel-options.txt | 2 -
block/blk-core.c | 2 +-
drivers/block/mtip32xx/mtip32xx.c | 8 +-
drivers/block/pktcdvd.c | 3 +-
drivers/md/bcache/Kconfig | 1 -
drivers/md/bcache/bcache.h | 2 +-
drivers/md/bcache/stats.c | 34 +++---
drivers/md/bcache/super.c | 185 +++++++++++++++------------------
drivers/md/bcache/writeback.c | 2 +-
drivers/md/raid5.c | 2 +
include/linux/scatterlist.h | 3 +
14 files changed, 124 insertions(+), 143 deletions(-)
--
Jens Axboe
reply other threads:[~2013-06-12 21:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130612210056.GL2600@kernel.dk \
--to=axboe@kernel.dk \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.