Re: [GIT PULL] Core block IO bits for 4.2

2015-06-29 Thread Christoph Hellwig
On Fri, Jun 26, 2015 at 01:22:33PM -0600, Jens Axboe wrote: > Why was none of that sent to the block tree? > > In any case, Linus, pick up Mike's pull request to fix this up. I didn't manage to driver the discussion forward, and hadn't really grasped it was in the block tree. For some reason I a

Re: [GIT PULL] Core block IO bits for 4.2

2015-06-26 Thread Jens Axboe
On 06/26/2015 12:15 AM, Junichi Nomura wrote: > Hi Jens, > > On 06/25/15 23:37, Jens Axboe wrote: >>block, dm: don't copy bios for request clones > > this change should not be pushed to mainline yet. > > Firstly, Christoph has a newer version of the patch that fixes silent > data corrupt

Re: [GIT PULL] Core block IO bits for 4.2

2015-06-26 Thread Junichi Nomura
On 06/26/15 15:41, Linus Torvalds wrote: > On Jun 25, 2015 23:17, "Junichi Nomura" > wrote: >> On 06/25/15 23:37, Jens Axboe wrote: >> > block, dm: don't copy bios for request clones >> >> this change should not be pushed to mainline yet. > > Hmm. I merged all

Re: [GIT PULL] Core block IO bits for 4.2

2015-06-25 Thread Junichi Nomura
Hi Jens, On 06/25/15 23:37, Jens Axboe wrote: > block, dm: don't copy bios for request clones this change should not be pushed to mainline yet. Firstly, Christoph has a newer version of the patch that fixes silent data corruption problem: https://www.redhat.com/archives/dm-devel/2015-May

[GIT PULL] Core block IO bits for 4.2

2015-06-25 Thread Jens Axboe
Hi Linus, This is the core block pull request for 4.2. Nothing really major in here, mostly a collection of smaller optimizations and cleanups, mixed with various fixes. In more detail, this pull request contains: - Addition of policy specific data to blkcg for block cgroups. From Arianna Avanz