Re: [PATCH v6 00/11] simplify block layer based on immutable biovecs

2015-08-13 Thread Ming Lin
On Thu, 2015-08-13 at 11:07 -0600, Jens Axboe wrote: > On 08/13/2015 11:03 AM, Ming Lin wrote: > > On Thu, 2015-08-13 at 10:51 -0600, Jens Axboe wrote: > >> On 08/12/2015 01:07 AM, Ming Lin wrote: > >>> Hi Jens, > >>> > >>> Neil/Mike/Martin have acked/reviewed PATCH 1. > >>> Now it's ready. Could y

Re: [PATCH v6 00/11] simplify block layer based on immutable biovecs

2015-08-13 Thread Jens Axboe
On 08/13/2015 11:03 AM, Ming Lin wrote: On Thu, 2015-08-13 at 10:51 -0600, Jens Axboe wrote: On 08/12/2015 01:07 AM, Ming Lin wrote: Hi Jens, Neil/Mike/Martin have acked/reviewed PATCH 1. Now it's ready. Could you please apply this series? https://git.kernel.org/cgit/linux/kernel/git/mlin/lin

Re: [PATCH v6 00/11] simplify block layer based on immutable biovecs

2015-08-13 Thread Ming Lin
On Thu, 2015-08-13 at 10:51 -0600, Jens Axboe wrote: > On 08/12/2015 01:07 AM, Ming Lin wrote: > > Hi Jens, > > > > Neil/Mike/Martin have acked/reviewed PATCH 1. > > Now it's ready. Could you please apply this series? > > > > https://git.kernel.org/cgit/linux/kernel/git/mlin/linux.git/log/?h=block-

Re: [PATCH v6 00/11] simplify block layer based on immutable biovecs

2015-08-13 Thread Jens Axboe
On 08/12/2015 01:07 AM, Ming Lin wrote: Hi Jens, Neil/Mike/Martin have acked/reviewed PATCH 1. Now it's ready. Could you please apply this series? https://git.kernel.org/cgit/linux/kernel/git/mlin/linux.git/log/?h=block-generic-req Please note that, for discard, we cap the size at 2G. We'll ch

[PATCH v6 00/11] simplify block layer based on immutable biovecs

2015-08-12 Thread Ming Lin
Hi Jens, Neil/Mike/Martin have acked/reviewed PATCH 1. Now it's ready. Could you please apply this series? https://git.kernel.org/cgit/linux/kernel/git/mlin/linux.git/log/?h=block-generic-req Please note that, for discard, we cap the size at 2G. We'll change it to UINT_MAX after the splitting co