Re: [PATCH 0/7] blk_end_request: full I/O completion handler

2008-02-08 Thread Jens Axboe
.org; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; Miller, Mike (OS > Dev); [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: [PATCH 0/7] blk_end_request: full I/O completion handler > > On Tue, Feb 05 2008, S, Chandrakala (STSD) wrote: > > Hello, > >

RE: [PATCH 0/7] blk_end_request: full I/O completion handler

2008-02-07 Thread S, Chandrakala (STSD)
; linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Miller, Mike (OS Dev); [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PATCH 0/7] blk_end_request: full I/O completion handler On Tue, Feb 05 2008, S, Chandrakala (STSD) wrote: > Hello, > > We woul

RE: [PATCH 0/7] blk_end_request: full I/O completion handler

2008-02-05 Thread S, Chandrakala (STSD)
@vger.kernel.org; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Miller, Mike (OS Dev); [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PATCH 0/7] blk_end_request: full I/O completion handler On Fri, Aug 31 2007, Kiyoshi Ueda wrote: > Hello, > > This set of patches changes request c

Re: [PATCH 0/7] blk_end_request: full I/O completion handler

2008-02-05 Thread Jens Axboe
On Tue, Feb 05 2008, S, Chandrakala (STSD) wrote: > Hello, > > We would like to know in which kernel version these patches are > available. They were merged after 2.6.24 was released, so they will show up in the 2.6.25 kernel. -- Jens Axboe -- To unsubscribe from this list: send the line "un

Re: [PATCH 0/7] blk_end_request: full I/O completion handler

2007-09-03 Thread Jens Axboe
On Fri, Aug 31 2007, Kiyoshi Ueda wrote: > Hello, > > This set of patches changes request completion interface > between device drivers and block layer to 1 step procedure > from current 2 step procedures using end_that_request_{first/chunk} > and end_that_request_last(). > > This change allows r

[PATCH 0/7] blk_end_request: full I/O completion handler

2007-08-31 Thread Kiyoshi Ueda
Hello, This set of patches changes request completion interface between device drivers and block layer to 1 step procedure from current 2 step procedures using end_that_request_{first/chunk} and end_that_request_last(). This change allows request-based multipath to hook in before completing each