All of lore.kernel.org
 help / color / mirror / Atom feed
* clean up physical merging helpers
@ 2018-09-04 19:14 Christoph Hellwig
  0 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-04 19:14 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, xen-devel, linux-arm-kernel, Ming Lei

Hi Jens,

this series moves various helpers related to merging based on physical
addresses from the public headers into block/, moves the Xen special
case from arch hooks into common code, cleans up the code a bit, and
removes not nessecary includes from the block headers.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
  2018-09-25 20:30 ` Christoph Hellwig
  (?)
@ 2018-09-26 14:45   ` Jens Axboe
  -1 siblings, 0 replies; 26+ messages in thread
From: Jens Axboe @ 2018-09-26 14:45 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Ming Lei, Konrad Rzeszutek Wilk, Boris Ostrovsky, linux-block,
	xen-devel, linux-arm-kernel

On 9/25/18 2:30 PM, Christoph Hellwig wrote:
> Hi Jens,
> 
> this series moves Xen special handling of block merges from arch hooks
> into common code.  A previous version has been reviewed by Boris.

Applied, thanks.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 26+ messages in thread

* clean up physical merging helpers
@ 2018-09-26 14:45   ` Jens Axboe
  0 siblings, 0 replies; 26+ messages in thread
From: Jens Axboe @ 2018-09-26 14:45 UTC (permalink / raw)
  To: linux-arm-kernel

On 9/25/18 2:30 PM, Christoph Hellwig wrote:
> Hi Jens,
> 
> this series moves Xen special handling of block merges from arch hooks
> into common code.  A previous version has been reviewed by Boris.

Applied, thanks.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
@ 2018-09-26 14:45   ` Jens Axboe
  0 siblings, 0 replies; 26+ messages in thread
From: Jens Axboe @ 2018-09-26 14:45 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Konrad Rzeszutek Wilk, xen-devel, linux-block, Boris Ostrovsky,
	Ming Lei, linux-arm-kernel

On 9/25/18 2:30 PM, Christoph Hellwig wrote:
> Hi Jens,
> 
> this series moves Xen special handling of block merges from arch hooks
> into common code.  A previous version has been reviewed by Boris.

Applied, thanks.

-- 
Jens Axboe


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 26+ messages in thread

* clean up physical merging helpers
@ 2018-09-25 20:30 ` Christoph Hellwig
  0 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-25 20:30 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Ming Lei, Konrad Rzeszutek Wilk, Boris Ostrovsky, linux-block,
	xen-devel, linux-arm-kernel

Hi Jens,

this series moves Xen special handling of block merges from arch hooks
into common code.  A previous version has been reviewed by Boris.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* clean up physical merging helpers
@ 2018-09-25 20:30 ` Christoph Hellwig
  0 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-25 20:30 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Jens,

this series moves Xen special handling of block merges from arch hooks
into common code.  A previous version has been reviewed by Boris.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* clean up physical merging helpers
@ 2018-09-25 20:30 ` Christoph Hellwig
  0 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-25 20:30 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Konrad Rzeszutek Wilk, xen-devel, linux-block, Boris Ostrovsky,
	Ming Lei, linux-arm-kernel

Hi Jens,

this series moves Xen special handling of block merges from arch hooks
into common code.  A previous version has been reviewed by Boris.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
  2018-09-24 14:25         ` [Xen-devel] " Boris Ostrovsky
@ 2018-09-25 20:29           ` Christoph Hellwig
  0 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-25 20:29 UTC (permalink / raw)
  To: Boris Ostrovsky
  Cc: Jens Axboe, Stefano Stabellini, Konrad Rzeszutek Wilk, xen-devel,
	linux-block, Ming Lei, Christoph Hellwig, linux-arm-kernel

On Mon, Sep 24, 2018 at 10:25:45AM -0400, Boris Ostrovsky wrote:
> Konrad is out this (and last) week, this looks good to me. Including
> patch 13, although it's hard to say whether it may break some builds.

I fixed up everything the buildbot reported (which was quite a bit
as you can see in the patch), and the buildbot has been quiet for
weeks now, so I think we should be fine.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
  2018-09-20 14:39         ` Jens Axboe
  (?)
@ 2018-09-24 14:25         ` Boris Ostrovsky
  -1 siblings, 0 replies; 26+ messages in thread
From: Boris Ostrovsky @ 2018-09-24 14:25 UTC (permalink / raw)
  To: Jens Axboe, Christoph Hellwig, Konrad Rzeszutek Wilk
  Cc: linux-block, Ming Lei, Stefano Stabellini, linux-arm-kernel, xen-devel

On 9/20/18 10:39 AM, Jens Axboe wrote:
> On 9/20/18 12:29 AM, Christoph Hellwig wrote:
>> On Sat, Sep 15, 2018 at 08:47:13AM -0600, Jens Axboe wrote:
>>>>> this series moves various helpers related to merging based on physical
>>>>> addresses from the public headers into block/, moves the Xen special
>>>>> case from arch hooks into common code, cleans up the code a bit, and
>>>>> removes not nessecary includes from the block headers.
>>>> ---end quoted text---
>>>>
>>> It's a good cleanup, I like it. Would prefer if the arm/xen folks could
>>> ack the first bits,
>> Konread, can you look at the series (or delegate).


Konrad is out this (and last) week, this looks good to me. Including
patch 13, although it's hard to say whether it may break some builds.

-boris



>>
>>> and 13/13 should probably just to in differently.
>> I can't parse this setence.
> The irony is thick :-)
>
> Anyway, s/to/go for that sentence. I don't mind carrying it if Konrad
> is happy with it, but it could go in separately after this series is
> merged.
>


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
  2018-09-20  6:29       ` Christoph Hellwig
@ 2018-09-20 14:39         ` Jens Axboe
  -1 siblings, 0 replies; 26+ messages in thread
From: Jens Axboe @ 2018-09-20 14:39 UTC (permalink / raw)
  To: Christoph Hellwig, Konrad Rzeszutek Wilk
  Cc: Ming Lei, linux-block, xen-devel, linux-arm-kernel

On 9/20/18 12:29 AM, Christoph Hellwig wrote:
> On Sat, Sep 15, 2018 at 08:47:13AM -0600, Jens Axboe wrote:
>>>> this series moves various helpers related to merging based on physical
>>>> addresses from the public headers into block/, moves the Xen special
>>>> case from arch hooks into common code, cleans up the code a bit, and
>>>> removes not nessecary includes from the block headers.
>>> ---end quoted text---
>>>
>>
>> It's a good cleanup, I like it. Would prefer if the arm/xen folks could
>> ack the first bits,
> 
> Konread, can you look at the series (or delegate).
> 
>> and 13/13 should probably just to in differently.
> 
> I can't parse this setence.

The irony is thick :-)

Anyway, s/to/go for that sentence. I don't mind carrying it if Konrad
is happy with it, but it could go in separately after this series is
merged.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 26+ messages in thread

* clean up physical merging helpers
@ 2018-09-20 14:39         ` Jens Axboe
  0 siblings, 0 replies; 26+ messages in thread
From: Jens Axboe @ 2018-09-20 14:39 UTC (permalink / raw)
  To: linux-arm-kernel

On 9/20/18 12:29 AM, Christoph Hellwig wrote:
> On Sat, Sep 15, 2018 at 08:47:13AM -0600, Jens Axboe wrote:
>>>> this series moves various helpers related to merging based on physical
>>>> addresses from the public headers into block/, moves the Xen special
>>>> case from arch hooks into common code, cleans up the code a bit, and
>>>> removes not nessecary includes from the block headers.
>>> ---end quoted text---
>>>
>>
>> It's a good cleanup, I like it. Would prefer if the arm/xen folks could
>> ack the first bits,
> 
> Konread, can you look at the series (or delegate).
> 
>> and 13/13 should probably just to in differently.
> 
> I can't parse this setence.

The irony is thick :-)

Anyway, s/to/go for that sentence. I don't mind carrying it if Konrad
is happy with it, but it could go in separately after this series is
merged.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
  2018-09-20  6:29       ` Christoph Hellwig
                         ` (2 preceding siblings ...)
  (?)
@ 2018-09-20 14:39       ` Jens Axboe
  -1 siblings, 0 replies; 26+ messages in thread
From: Jens Axboe @ 2018-09-20 14:39 UTC (permalink / raw)
  To: Christoph Hellwig, Konrad Rzeszutek Wilk
  Cc: linux-block, xen-devel, linux-arm-kernel, Ming Lei

On 9/20/18 12:29 AM, Christoph Hellwig wrote:
> On Sat, Sep 15, 2018 at 08:47:13AM -0600, Jens Axboe wrote:
>>>> this series moves various helpers related to merging based on physical
>>>> addresses from the public headers into block/, moves the Xen special
>>>> case from arch hooks into common code, cleans up the code a bit, and
>>>> removes not nessecary includes from the block headers.
>>> ---end quoted text---
>>>
>>
>> It's a good cleanup, I like it. Would prefer if the arm/xen folks could
>> ack the first bits,
> 
> Konread, can you look at the series (or delegate).
> 
>> and 13/13 should probably just to in differently.
> 
> I can't parse this setence.

The irony is thick :-)

Anyway, s/to/go for that sentence. I don't mind carrying it if Konrad
is happy with it, but it could go in separately after this series is
merged.

-- 
Jens Axboe


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
  2018-09-20  6:29       ` Christoph Hellwig
@ 2018-09-20  7:52         ` Christoph Hellwig
  -1 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-20  7:52 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, Jens Axboe
  Cc: Ming Lei, linux-block, xen-devel, linux-arm-kernel

On Thu, Sep 20, 2018 at 08:29:46AM +0200, Christoph Hellwig wrote:
> Konread, can you look at the series (or delegate).

and next time I'll spell your name correctly, sorry :)

^ permalink raw reply	[flat|nested] 26+ messages in thread

* clean up physical merging helpers
@ 2018-09-20  7:52         ` Christoph Hellwig
  0 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-20  7:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 20, 2018 at 08:29:46AM +0200, Christoph Hellwig wrote:
> Konread, can you look at the series (or delegate).

and next time I'll spell your name correctly, sorry :)

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
  2018-09-20  6:29       ` Christoph Hellwig
  (?)
@ 2018-09-20  7:52       ` Christoph Hellwig
  -1 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-20  7:52 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, Jens Axboe
  Cc: linux-block, xen-devel, linux-arm-kernel, Ming Lei

On Thu, Sep 20, 2018 at 08:29:46AM +0200, Christoph Hellwig wrote:
> Konread, can you look at the series (or delegate).

and next time I'll spell your name correctly, sorry :)

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
  2018-09-15 14:47     ` Jens Axboe
@ 2018-09-20  6:29       ` Christoph Hellwig
  -1 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-20  6:29 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, Jens Axboe
  Cc: Ming Lei, linux-block, xen-devel, linux-arm-kernel

On Sat, Sep 15, 2018 at 08:47:13AM -0600, Jens Axboe wrote:
> >> this series moves various helpers related to merging based on physical
> >> addresses from the public headers into block/, moves the Xen special
> >> case from arch hooks into common code, cleans up the code a bit, and
> >> removes not nessecary includes from the block headers.
> > ---end quoted text---
> > 
> 
> It's a good cleanup, I like it. Would prefer if the arm/xen folks could
> ack the first bits,

Konread, can you look at the series (or delegate).

> and 13/13 should probably just to in differently.

I can't parse this setence.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* clean up physical merging helpers
@ 2018-09-20  6:29       ` Christoph Hellwig
  0 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-20  6:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Sep 15, 2018 at 08:47:13AM -0600, Jens Axboe wrote:
> >> this series moves various helpers related to merging based on physical
> >> addresses from the public headers into block/, moves the Xen special
> >> case from arch hooks into common code, cleans up the code a bit, and
> >> removes not nessecary includes from the block headers.
> > ---end quoted text---
> > 
> 
> It's a good cleanup, I like it. Would prefer if the arm/xen folks could
> ack the first bits,

Konread, can you look at the series (or delegate).

> and 13/13 should probably just to in differently.

I can't parse this setence.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
  2018-09-15 14:47     ` Jens Axboe
  (?)
  (?)
@ 2018-09-20  6:29     ` Christoph Hellwig
  -1 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-20  6:29 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, Jens Axboe
  Cc: linux-block, xen-devel, linux-arm-kernel, Ming Lei

On Sat, Sep 15, 2018 at 08:47:13AM -0600, Jens Axboe wrote:
> >> this series moves various helpers related to merging based on physical
> >> addresses from the public headers into block/, moves the Xen special
> >> case from arch hooks into common code, cleans up the code a bit, and
> >> removes not nessecary includes from the block headers.
> > ---end quoted text---
> > 
> 
> It's a good cleanup, I like it. Would prefer if the arm/xen folks could
> ack the first bits,

Konread, can you look at the series (or delegate).

> and 13/13 should probably just to in differently.

I can't parse this setence.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
  2018-09-15  7:03   ` Christoph Hellwig
@ 2018-09-15 14:47     ` Jens Axboe
  -1 siblings, 0 replies; 26+ messages in thread
From: Jens Axboe @ 2018-09-15 14:47 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Ming Lei, Konrad Rzeszutek Wilk, linux-block, xen-devel,
	linux-arm-kernel

On 9/15/18 1:03 AM, Christoph Hellwig wrote:
> Jens, any comments?
> 
> On Tue, Sep 04, 2018 at 12:14:18PM -0700, Christoph Hellwig wrote:
>> Hi Jens,
>>
>> this series moves various helpers related to merging based on physical
>> addresses from the public headers into block/, moves the Xen special
>> case from arch hooks into common code, cleans up the code a bit, and
>> removes not nessecary includes from the block headers.
> ---end quoted text---
> 

It's a good cleanup, I like it. Would prefer if the arm/xen folks could
ack the first bits, and 13/13 should probably just to in differently.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 26+ messages in thread

* clean up physical merging helpers
@ 2018-09-15 14:47     ` Jens Axboe
  0 siblings, 0 replies; 26+ messages in thread
From: Jens Axboe @ 2018-09-15 14:47 UTC (permalink / raw)
  To: linux-arm-kernel

On 9/15/18 1:03 AM, Christoph Hellwig wrote:
> Jens, any comments?
> 
> On Tue, Sep 04, 2018 at 12:14:18PM -0700, Christoph Hellwig wrote:
>> Hi Jens,
>>
>> this series moves various helpers related to merging based on physical
>> addresses from the public headers into block/, moves the Xen special
>> case from arch hooks into common code, cleans up the code a bit, and
>> removes not nessecary includes from the block headers.
> ---end quoted text---
> 

It's a good cleanup, I like it. Would prefer if the arm/xen folks could
ack the first bits, and 13/13 should probably just to in differently.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
  2018-09-15  7:03   ` Christoph Hellwig
  (?)
  (?)
@ 2018-09-15 14:47   ` Jens Axboe
  -1 siblings, 0 replies; 26+ messages in thread
From: Jens Axboe @ 2018-09-15 14:47 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: linux-block, Konrad Rzeszutek Wilk, xen-devel, linux-arm-kernel,
	Ming Lei

On 9/15/18 1:03 AM, Christoph Hellwig wrote:
> Jens, any comments?
> 
> On Tue, Sep 04, 2018 at 12:14:18PM -0700, Christoph Hellwig wrote:
>> Hi Jens,
>>
>> this series moves various helpers related to merging based on physical
>> addresses from the public headers into block/, moves the Xen special
>> case from arch hooks into common code, cleans up the code a bit, and
>> removes not nessecary includes from the block headers.
> ---end quoted text---
> 

It's a good cleanup, I like it. Would prefer if the arm/xen folks could
ack the first bits, and 13/13 should probably just to in differently.

-- 
Jens Axboe


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
  2018-09-04 19:14 ` Christoph Hellwig
@ 2018-09-15  7:03   ` Christoph Hellwig
  -1 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-15  7:03 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Ming Lei, Konrad Rzeszutek Wilk, linux-block, xen-devel,
	linux-arm-kernel

Jens, any comments?

On Tue, Sep 04, 2018 at 12:14:18PM -0700, Christoph Hellwig wrote:
> Hi Jens,
> 
> this series moves various helpers related to merging based on physical
> addresses from the public headers into block/, moves the Xen special
> case from arch hooks into common code, cleans up the code a bit, and
> removes not nessecary includes from the block headers.
---end quoted text---

^ permalink raw reply	[flat|nested] 26+ messages in thread

* clean up physical merging helpers
@ 2018-09-15  7:03   ` Christoph Hellwig
  0 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-15  7:03 UTC (permalink / raw)
  To: linux-arm-kernel

Jens, any comments?

On Tue, Sep 04, 2018 at 12:14:18PM -0700, Christoph Hellwig wrote:
> Hi Jens,
> 
> this series moves various helpers related to merging based on physical
> addresses from the public headers into block/, moves the Xen special
> case from arch hooks into common code, cleans up the code a bit, and
> removes not nessecary includes from the block headers.
---end quoted text---

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: clean up physical merging helpers
  2018-09-04 19:14 ` Christoph Hellwig
  (?)
@ 2018-09-15  7:03 ` Christoph Hellwig
  -1 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-15  7:03 UTC (permalink / raw)
  To: Jens Axboe
  Cc: linux-block, Konrad Rzeszutek Wilk, xen-devel, linux-arm-kernel,
	Ming Lei

Jens, any comments?

On Tue, Sep 04, 2018 at 12:14:18PM -0700, Christoph Hellwig wrote:
> Hi Jens,
> 
> this series moves various helpers related to merging based on physical
> addresses from the public headers into block/, moves the Xen special
> case from arch hooks into common code, cleans up the code a bit, and
> removes not nessecary includes from the block headers.
---end quoted text---

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 26+ messages in thread

* clean up physical merging helpers
@ 2018-09-04 19:14 ` Christoph Hellwig
  0 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-04 19:14 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Ming Lei, Konrad Rzeszutek Wilk, linux-block, xen-devel,
	linux-arm-kernel

Hi Jens,

this series moves various helpers related to merging based on physical
addresses from the public headers into block/, moves the Xen special
case from arch hooks into common code, cleans up the code a bit, and
removes not nessecary includes from the block headers.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* clean up physical merging helpers
@ 2018-09-04 19:14 ` Christoph Hellwig
  0 siblings, 0 replies; 26+ messages in thread
From: Christoph Hellwig @ 2018-09-04 19:14 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Jens,

this series moves various helpers related to merging based on physical
addresses from the public headers into block/, moves the Xen special
case from arch hooks into common code, cleans up the code a bit, and
removes not nessecary includes from the block headers.

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2018-09-26 14:45 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-04 19:14 clean up physical merging helpers Christoph Hellwig
  -- strict thread matches above, loose matches on Subject: below --
2018-09-25 20:30 Christoph Hellwig
2018-09-25 20:30 ` Christoph Hellwig
2018-09-25 20:30 ` Christoph Hellwig
2018-09-26 14:45 ` Jens Axboe
2018-09-26 14:45   ` Jens Axboe
2018-09-26 14:45   ` Jens Axboe
2018-09-04 19:14 Christoph Hellwig
2018-09-04 19:14 ` Christoph Hellwig
2018-09-15  7:03 ` Christoph Hellwig
2018-09-15  7:03 ` Christoph Hellwig
2018-09-15  7:03   ` Christoph Hellwig
2018-09-15 14:47   ` Jens Axboe
2018-09-15 14:47     ` Jens Axboe
2018-09-20  6:29     ` Christoph Hellwig
2018-09-20  6:29       ` Christoph Hellwig
2018-09-20  7:52       ` Christoph Hellwig
2018-09-20  7:52       ` Christoph Hellwig
2018-09-20  7:52         ` Christoph Hellwig
2018-09-20 14:39       ` Jens Axboe
2018-09-20 14:39       ` Jens Axboe
2018-09-20 14:39         ` Jens Axboe
2018-09-24 14:25         ` Boris Ostrovsky
2018-09-24 14:25         ` [Xen-devel] " Boris Ostrovsky
2018-09-25 20:29           ` Christoph Hellwig
2018-09-20  6:29     ` Christoph Hellwig
2018-09-15 14:47   ` Jens Axboe

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.