Re: progs integration branch moved to master (new default leafsize)

2013-11-22 Thread Martin
On 22/11/13 19:57, Chris Mason wrote: > Quoting Martin (2013-11-22 14:50:17) >> On 22/11/13 13:40, Chris Mason wrote: >>> Quoting Martin (2013-11-22 04:03:41) >> * QA Notice: Package triggers severe warnings which indicate that it *may exhibit random runtime failures.

Re: progs integration branch moved to master (new default leafsize)

2013-11-22 Thread Duncan
Chris Mason posted on Fri, 22 Nov 2013 08:40:38 -0500 as excerpted: > Does gentoo modify the optimizations from the Makefile? We actually > have many strict-aliasing warnings, but I didn't think they came up > until -O2. > > At any rate, I'm adding -fno-strict-aliasing just to be sure. FWIW, Ge

Re: progs integration branch moved to master (new default leafsize)

2013-11-22 Thread Chris Mason
Quoting Martin (2013-11-22 14:50:17) > On 22/11/13 13:40, Chris Mason wrote: > > Quoting Martin (2013-11-22 04:03:41) > > >> * QA Notice: Package triggers severe warnings which indicate that it > >> *may exhibit random runtime failures. > >> * disk-io.c:91:5: warning: dereferencing

Re: progs integration branch moved to master (new default leafsize)

2013-11-22 Thread Martin
On 22/11/13 13:40, Chris Mason wrote: > Quoting Martin (2013-11-22 04:03:41) >> * QA Notice: Package triggers severe warnings which indicate that it >> *may exhibit random runtime failures. >> * disk-io.c:91:5: warning: dereferencing type-punned pointer will break >> strict-aliasing

Re: progs integration branch moved to master (new default leafsize)

2013-11-22 Thread Chris Mason
Quoting Martin (2013-11-22 04:03:41) > On 21/11/13 23:37, Chris Mason wrote: > > Quoting Martin (2013-11-08 18:53:06) > >> On 08/11/13 22:01, Chris Mason wrote: > >>> Hi everyone, > >>> > >>> This patch is now the tip of the master branch for btrfs-progs, which > >>> has been updated to include mos

Re: progs integration branch moved to master (new default leafsize)

2013-11-22 Thread Martin
On 21/11/13 23:37, Chris Mason wrote: > Quoting Martin (2013-11-08 18:53:06) >> On 08/11/13 22:01, Chris Mason wrote: >>> Hi everyone, >>> >>> This patch is now the tip of the master branch for btrfs-progs, which >>> has been updated to include most of the backlogged progs patches. >>> Please take

Re: progs integration branch moved to master (new default leafsize)

2013-11-21 Thread Chris Mason
Quoting Martin (2013-11-08 18:53:06) > On 08/11/13 22:01, Chris Mason wrote: > > Hi everyone, > > > > This patch is now the tip of the master branch for btrfs-progs, which > > has been updated to include most of the backlogged progs patches. > > Please take a look and give it a shake. This was ba

Re: progs integration branch moved to master (new default leafsize)

2013-11-14 Thread Chris Mason
Quoting David Sterba (2013-11-14 07:41:21) > On Fri, Nov 08, 2013 at 05:01:35PM -0500, Chris Mason wrote: > > The patch below switches our default mkfs leafsize up to 16K. This > > should be a better choice in almost every workload, but now is your > > chance to complain if it causes trouble. > >

Re: progs integration branch moved to master (new default leafsize)

2013-11-14 Thread David Sterba
On Fri, Nov 08, 2013 at 05:01:35PM -0500, Chris Mason wrote: > The patch below switches our default mkfs leafsize up to 16K. This > should be a better choice in almost every workload, but now is your > chance to complain if it causes trouble. We should also turn the extended refs on by default no

Re: progs integration branch moved to master (new default leafsize)

2013-11-08 Thread Martin
On 08/11/13 22:01, Chris Mason wrote: > Hi everyone, > > This patch is now the tip of the master branch for btrfs-progs, which > has been updated to include most of the backlogged progs patches. > Please take a look and give it a shake. This was based on Dave's > integration tree (many thanks Dav