3.13.11-ckt15 -stable review patch. If anyone has any objections, please let
me know.
--
From: "Darrick J. Wong"
commit 445559cdcb98a141f5de415b94fd6eaccab87e6d upstream.
When dm-bufio sets out to use the bio built into a struct dm_buffer to
issue an IO, it needs to call bio_
3.16.7-ckt4 -stable review patch. If anyone has any objections, please let me
know.
--
From: "Darrick J. Wong"
commit 445559cdcb98a141f5de415b94fd6eaccab87e6d upstream.
When dm-bufio sets out to use the bio built into a struct dm_buffer to
issue an IO, it needs to call bio_re
From: "Darrick J. Wong"
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 445559cdcb98a141f5de415b94fd6eaccab87e6d upstream.
When dm-bufio sets out to use the bio built into a struct dm_buffer to
issue an IO, it needs to call bio_reset after it
On Mon, Dec 01 2014 at 11:23am -0500,
Mikulas Patocka wrote:
>
>
> On Tue, 25 Nov 2014, Darrick J. Wong wrote:
>
> > When dm-bufio sets out to use the bio built into a struct dm_buffer to
> > issue an IO, it needs to call bio_reset after it's done with the bio
> > so that we can free things at
On Tue, 25 Nov 2014, Darrick J. Wong wrote:
> When dm-bufio sets out to use the bio built into a struct dm_buffer to
> issue an IO, it needs to call bio_reset after it's done with the bio
> so that we can free things attached to the bio such as the integrity
> payload. Therefore, inject our own
On Wed, Nov 26, 2014 at 09:28:32AM -0500, Mike Snitzer wrote:
> On Tue, Nov 25 2014 at 11:00pm -0500,
> Darrick J. Wong wrote:
>
> > On Tue, Nov 25, 2014 at 10:41:04PM -0500, Mike Snitzer wrote:
> > > On Tue, Nov 25 2014 at 8:45pm -0500,
> > > Darrick J. Wong wrote:
> > >
> > > > When dm-bufio
On Wed, Nov 26 2014 at 9:28am -0500,
Mike Snitzer wrote:
>
> But in the context of bufio's embedded bio, using .bi_private seems
> fine. Just needs a comment. I'll fixup and get your patch staged (and
> will CC stable).
Staged for 3.19, see:
https://git.kernel.org/cgit/linux/kernel/git/devic
On Tue, Nov 25 2014 at 11:00pm -0500,
Darrick J. Wong wrote:
> On Tue, Nov 25, 2014 at 10:41:04PM -0500, Mike Snitzer wrote:
> > On Tue, Nov 25 2014 at 8:45pm -0500,
> > Darrick J. Wong wrote:
> >
> > > When dm-bufio sets out to use the bio built into a struct dm_buffer to
> > > issue an IO, i
On Tue, Nov 25, 2014 at 10:41:04PM -0500, Mike Snitzer wrote:
> On Tue, Nov 25 2014 at 8:45pm -0500,
> Darrick J. Wong wrote:
>
> > When dm-bufio sets out to use the bio built into a struct dm_buffer to
> > issue an IO, it needs to call bio_reset after it's done with the bio
> > so that we can f
On Tue, Nov 25 2014 at 8:45pm -0500,
Darrick J. Wong wrote:
> When dm-bufio sets out to use the bio built into a struct dm_buffer to
> issue an IO, it needs to call bio_reset after it's done with the bio
> so that we can free things attached to the bio such as the integrity
> payload. Therefore
When dm-bufio sets out to use the bio built into a struct dm_buffer to
issue an IO, it needs to call bio_reset after it's done with the bio
so that we can free things attached to the bio such as the integrity
payload. Therefore, inject our own endio callback to take care of
the bio_reset after cal
11 matches
Mail list logo