Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1571019
| From | Eric Wheeler <bcache@lists.ewheeler.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PULL] bcache: based on for-4.10/block, multiple updates |
| Date | 2017-01-31 20:20 +0100 |
| Message-ID | <t5M8a-4ww-17@gated-at.bofh.it> (permalink) |
| References | (3 earlier) <sxYY9-5Fp-1@gated-at.bofh.it> <sxZUd-6he-5@gated-at.bofh.it> <sLtUu-6ii-7@gated-at.bofh.it> <sOtuV-7XW-7@gated-at.bofh.it> <sOw9r-1fR-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 14 Dec 2016, Jens Axboe wrote:
> On 12/14/2016 06:50 PM, Eric Wheeler wrote:
> > Hi Jens,
> >
> > I know you're busy, so when you get a moment:
> >
> > I've not yet seen your ack/nack on this yet and I want to make sure it
> > gets in before the merge window closes for v4.10. I rebased it on
> > for-4.10/block as you asked so its tested and ready to go as of 12/6
> > unless you see something that I've missed.
>
> Pulled for 4.10, sorry about the delay.
Hi Jens,
Looking at 4.10-rc6, I see these two commits were merged:
> bcache: partition support: add 16 minors per bcacheN device
> bcache: Make gc wakeup sane, remove set_task_state()
but these were in the same 'for-4.10-block-bcache-updates' and don't
appear to have been applied:
> 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
Did I miss an email that caused their exclusion?
Did these get bumped to 4.11 for some reason?
Original pull request is below for your reference.
Thank you for your help!
--
Eric Wheeler
[...] 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(-)
>
> --
> Jens Axboe
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-bcache" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PULL] bcache: based on for-4.10/block, multiple updates Eric Wheeler <bcache@lists.ewheeler.net> - 2017-01-31 20:20 +0100
Re: [PULL] bcache: based on for-4.10/block, multiple updates Jens Axboe <axboe@kernel.dk> - 2017-01-31 20:30 +0100
Re: [PULL] bcache: based on for-4.10/block, multiple updates Eric Wheeler <bcache@lists.ewheeler.net> - 2017-02-01 00:20 +0100
csiph-web