From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 4.2-rc2
Date: Thu, 16 Jul 2015 11:27:58 -0600 [thread overview]
Message-ID: <20150716172758.GA8954@kernel.dk> (raw)
Hi Linus,
A collection of fixes from the last few weeks that should go into the
current series. This pull request contains:
- Various fixes for the per-blkcg policy data, fixing regressions since
4.1 From Arianna and Tejun.
- Code cleanup for bcache closure macros from me. Really just flushing
this out, it's been sitting in another branch for months.
- FIELD_SIZEOF cleanup from Maninder Singh.
- bio integrity oops fix from Mike.
- Timeout regression fix for blk-mq from Ming Lei.
Please pull!
git://git.kernel.dk/linux-block.git for-linus
----------------------------------------------------------------
Arianna Avanzini (1):
block/blk-cgroup.c: free per-blkcg data when freeing the blkcg
Jens Axboe (1):
bcache: don't embed 'return' statements in closure macros
Keith Busch (1):
NVMe: Reread partitions on metadata formats
Maninder Singh (1):
block: use FIELD_SIZEOF to calculate size of a field
Mike Snitzer (1):
bio integrity: do not assume bio_integrity_pool exists if bioset exists
Ming Lei (1):
blk-mq: set default timeout as 30 seconds
Tejun Heo (4):
blkcg: allow blkcg_pol_mutex to be grabbed from cgroup [file] methods
blkcg: blkcg_css_alloc() should grab blkcg_pol_mutex while iterating blkcg_policy[]
blkcg: implement all_blkcgs list
blkcg: fix blkcg_policy_data allocation bug
block/bio-integrity.c | 4 +-
block/blk-cgroup.c | 140 +++++++++++++++++++++++++-------------------
block/blk-core.c | 2 +-
block/blk-mq.c | 2 +-
drivers/block/nvme-core.c | 13 +++-
drivers/md/bcache/closure.h | 3 -
drivers/md/bcache/io.c | 1 +
drivers/md/bcache/journal.c | 2 +
drivers/md/bcache/request.c | 14 ++++-
include/linux/blk-cgroup.h | 11 +---
10 files changed, 113 insertions(+), 79 deletions(-)
--
Jens Axboe
reply other threads:[~2015-07-16 17:28 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=20150716172758.GA8954@kernel.dk \
--to=axboe@fb.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linuxfoundation.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.