[PULL] bcache: based on for-4.10/block, multiple updates
From: Eric Wheeler
Date: Tue Dec 06 2016 - 14:47:51 EST
Hello Jens,
Please pull for 4.10:
Thank you!
This pull request is based on the git.kernel.dk for-4.10/block branch:
The following changes since commit 333ba053d145d6f9152f6b0311a345b876f0fed1:
lightnvm: transform target get/set bad block (2016-11-29 12:12:51 -0700)
are available in the git repository at:
https://bitbucket.org/ewheelerinc/linux.git for-4.10-block-bcache-updates
for you to fetch changes up to 951c0a8cc489aca1c68d80e5aaa576cd7e511191:
bcache: partition support: add 16 minors per bcacheN device (2016-12-06 10:13:24 -0800)
----------------------------------------------------------------
Eric Wheeler (4):
bcache: introduce per-process ioprio-based bypass/writeback hints
bcache: documentation for ioprio cache hinting
bcache: update bio->bi_opf bypass/writeback REQ_ flag hints
bcache: partition support: add 16 minors per bcacheN device
Kent Overstreet (1):
bcache: Make gc wakeup sane, remove set_task_state()
Documentation/bcache.txt | 80 +++++++++++++++++++++++++++++++++++++++++++
drivers/md/bcache/bcache.h | 7 ++--
drivers/md/bcache/btree.c | 39 +++++++++++----------
drivers/md/bcache/btree.h | 3 +-
drivers/md/bcache/request.c | 31 +++++++++++++++--
drivers/md/bcache/super.c | 7 +++-
drivers/md/bcache/sysfs.c | 71 ++++++++++++++++++++++++++++++++++++++
drivers/md/bcache/writeback.c | 8 +++++
drivers/md/bcache/writeback.h | 27 ++++++++++++++-
9 files changed, 245 insertions(+), 28 deletions(-)