From: Jens Axboe <axboe@kernel.dk>
To: "Matias Bjørling" <mb@lightnvm.io>
Cc: "Javier González" <jg@lightnvm.io>,
linux-block@vger.kernel.org, linux-kernel@vger.kernel.org,
"Javier González" <javier@cnexlabs.com>
Subject: Re: [PATCH 0/5] lightnvm: pblk extra patches for 4.12
Date: Sun, 23 Apr 2017 16:58:25 -0600 [thread overview]
Message-ID: <20170423225823.GA5767@kernel.dk> (raw)
In-Reply-To: <49082c5d-963c-d463-3a84-206308d9bff2@lightnvm.io>
On Sun, Apr 23 2017, Matias Bj�rling wrote:
> On 04/22/2017 01:32 AM, Javier Gonz�lez wrote:
> >Hi Matias,
> >
> >This is a couple of bug fixes for the pblk release patch.
> >
> >Thanks,
> >Javier
> >
> >Javier Gonz�lez (5):
> > lightnvm: pblk: fix race condition on line retry
> > lightnvm: pblk: fix bad error check
> > lightnvm: pblk: fix memory leak on error path
> > lightnvm: pblk: free metadata on line alloc failure
> > lightnvm: pblk: fix erase counters on error fail
> >
> > drivers/lightnvm/pblk-core.c | 60 ++++++++++++++++++++++++++-----------------
> > drivers/lightnvm/pblk-gc.c | 2 +-
> > drivers/lightnvm/pblk-init.c | 9 ++++---
> > drivers/lightnvm/pblk-map.c | 4 +--
> > drivers/lightnvm/pblk-rl.c | 6 +++--
> > drivers/lightnvm/pblk-write.c | 7 +++--
> > drivers/lightnvm/pblk.h | 6 ++---
> > 7 files changed, 57 insertions(+), 37 deletions(-)
> >
>
> Hi Jens,
>
> Could you pick these up as well? This will properly be the last for
> the 4.12 window. Thank you!
Yep, added for 4.12, thanks.
--
Jens Axboe
WARNING: multiple messages have this Message-ID (diff)
From: Jens Axboe <axboe@kernel.dk>
To: "Matias Bjørling" <mb@lightnvm.io>
Cc: "Javier González" <jg@lightnvm.io>,
linux-block@vger.kernel.org, linux-kernel@vger.kernel.org,
"Javier González" <javier@cnexlabs.com>
Subject: Re: [PATCH 0/5] lightnvm: pblk extra patches for 4.12
Date: Sun, 23 Apr 2017 16:58:25 -0600 [thread overview]
Message-ID: <20170423225823.GA5767@kernel.dk> (raw)
In-Reply-To: <49082c5d-963c-d463-3a84-206308d9bff2@lightnvm.io>
On Sun, Apr 23 2017, Matias Bjørling wrote:
> On 04/22/2017 01:32 AM, Javier González wrote:
> >Hi Matias,
> >
> >This is a couple of bug fixes for the pblk release patch.
> >
> >Thanks,
> >Javier
> >
> >Javier González (5):
> > lightnvm: pblk: fix race condition on line retry
> > lightnvm: pblk: fix bad error check
> > lightnvm: pblk: fix memory leak on error path
> > lightnvm: pblk: free metadata on line alloc failure
> > lightnvm: pblk: fix erase counters on error fail
> >
> > drivers/lightnvm/pblk-core.c | 60 ++++++++++++++++++++++++++-----------------
> > drivers/lightnvm/pblk-gc.c | 2 +-
> > drivers/lightnvm/pblk-init.c | 9 ++++---
> > drivers/lightnvm/pblk-map.c | 4 +--
> > drivers/lightnvm/pblk-rl.c | 6 +++--
> > drivers/lightnvm/pblk-write.c | 7 +++--
> > drivers/lightnvm/pblk.h | 6 ++---
> > 7 files changed, 57 insertions(+), 37 deletions(-)
> >
>
> Hi Jens,
>
> Could you pick these up as well? This will properly be the last for
> the 4.12 window. Thank you!
Yep, added for 4.12, thanks.
--
Jens Axboe
next prev parent reply other threads:[~2017-04-23 22:58 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-21 23:32 [PATCH 0/5] lightnvm: pblk extra patches for 4.12 Javier González
2017-04-21 23:32 ` [PATCH 1/5] lightnvm: pblk: fix race condition on line retry Javier González
2017-04-22 8:51 ` Matias Bjørling
2017-04-21 23:32 ` [PATCH 2/5] lightnvm: pblk: fix bad error check Javier González
2017-04-22 8:52 ` Matias Bjørling
2017-04-21 23:32 ` [PATCH 3/5] lightnvm: pblk: fix memory leak on error path Javier González
2017-04-22 8:57 ` Matias Bjørling
2017-04-21 23:32 ` [PATCH 4/5] lightnvm: pblk: free metadata on line alloc failure Javier González
2017-04-22 9:02 ` Matias Bjørling
2017-04-21 23:32 ` [PATCH 5/5] lightnvm: pblk: fix erase counters on error fail Javier González
2017-04-22 9:22 ` Matias Bjørling
2017-04-22 9:31 ` Javier González
2017-04-23 17:59 ` Matias Bjørling
2017-04-23 18:18 ` Javier González
2017-04-23 18:00 ` [PATCH 0/5] lightnvm: pblk extra patches for 4.12 Matias Bjørling
2017-04-23 22:58 ` Jens Axboe [this message]
2017-04-23 22:58 ` Jens Axboe
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=20170423225823.GA5767@kernel.dk \
--to=axboe@kernel.dk \
--cc=javier@cnexlabs.com \
--cc=jg@lightnvm.io \
--cc=linux-block@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mb@lightnvm.io \
/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.