linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* btrfs-progs tagged as v3.12
@ 2013-11-25 21:45 Chris Mason
  2013-11-25 22:46 ` Martin
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Chris Mason @ 2013-11-25 21:45 UTC (permalink / raw)
  To: linux-btrfs

Hi everyone,

I've tagged the current btrfs-progs repo as v3.12.  The new idea is that
instead of making the poor distros pull from git, I'll be creating
tagged releases at roughly the same pace as Linus cuts kernels.

Given the volume of btrfs-progs patches, we should have enough new code
and fixes to justify releases at least as often as the kernel.  Of
course, if there are issues that need immediate attention, I'll tag a .y
release (v3.12.1 for example).

If the progs changes slow down, we might skip a version.  But tracking
kernel version numbers makes it easier for me to line up bug reports,
mostly because I already devote a fair number of brain cells to
remembering how old each kernel is.

Just let me know if there are any questions.

-chris


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

* Re: btrfs-progs tagged as v3.12
  2013-11-25 21:45 btrfs-progs tagged as v3.12 Chris Mason
@ 2013-11-25 22:46 ` Martin
  2013-11-26 15:05 ` Eric Sandeen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Martin @ 2013-11-25 22:46 UTC (permalink / raw)
  To: linux-btrfs

I'm humbly totally unqualified to comment but that sounds like an
excellent idea. Thanks.

I can't say for others but I was put off by the 0.19 forever eternal
version which pushed me to investigate GIT... I'm sure that has been
putting off many people including distro assemblers.


Just for some positive comment: Good progress, thanks.

Regards,
Martin

(OK, that's the last of the positives for the Christmas present. Back to
bugging! ;-) )



On 25/11/13 21:45, Chris Mason wrote:
> Hi everyone,
> 
> I've tagged the current btrfs-progs repo as v3.12.  The new idea is that
> instead of making the poor distros pull from git, I'll be creating
> tagged releases at roughly the same pace as Linus cuts kernels.
> 
> Given the volume of btrfs-progs patches, we should have enough new code
> and fixes to justify releases at least as often as the kernel.  Of
> course, if there are issues that need immediate attention, I'll tag a .y
> release (v3.12.1 for example).
> 
> If the progs changes slow down, we might skip a version.  But tracking
> kernel version numbers makes it easier for me to line up bug reports,
> mostly because I already devote a fair number of brain cells to
> remembering how old each kernel is.
> 
> Just let me know if there are any questions.
> 
> -chris




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

* Re: btrfs-progs tagged as v3.12
  2013-11-25 21:45 btrfs-progs tagged as v3.12 Chris Mason
  2013-11-25 22:46 ` Martin
@ 2013-11-26 15:05 ` Eric Sandeen
  2013-11-27 11:28 ` Tom Gundersen
  2014-03-20 23:36 ` WorMzy Tykashi
  3 siblings, 0 replies; 8+ messages in thread
From: Eric Sandeen @ 2013-11-26 15:05 UTC (permalink / raw)
  To: Chris Mason, linux-btrfs

On 11/25/13, 3:45 PM, Chris Mason wrote:
> Hi everyone,
> 
> I've tagged the current btrfs-progs repo as v3.12.  The new idea is that
> instead of making the poor distros pull from git, I'll be creating
> tagged releases at roughly the same pace as Linus cuts kernels.
> 
> Given the volume of btrfs-progs patches, we should have enough new code
> and fixes to justify releases at least as often as the kernel.  Of
> course, if there are issues that need immediate attention, I'll tag a .y
> release (v3.12.1 for example).
> 
> If the progs changes slow down, we might skip a version.  But tracking
> kernel version numbers makes it easier for me to line up bug reports,
> mostly because I already devote a fair number of brain cells to
> remembering how old each kernel is.
> 
> Just let me know if there are any questions.

Cool!  I've built it for Fedora 19, 20, and rawhide, updates should
trickle out soon.

-Eric


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

* Re: btrfs-progs tagged as v3.12
  2013-11-25 21:45 btrfs-progs tagged as v3.12 Chris Mason
  2013-11-25 22:46 ` Martin
  2013-11-26 15:05 ` Eric Sandeen
@ 2013-11-27 11:28 ` Tom Gundersen
  2014-03-20 23:36 ` WorMzy Tykashi
  3 siblings, 0 replies; 8+ messages in thread
From: Tom Gundersen @ 2013-11-27 11:28 UTC (permalink / raw)
  To: Chris Mason; +Cc: linux-btrfs

On Mon, Nov 25, 2013 at 10:45 PM, Chris Mason <chris.mason@fusionio.com> wrote:
> Hi everyone,
>
> I've tagged the current btrfs-progs repo as v3.12.  The new idea is that
> instead of making the poor distros pull from git, I'll be creating
> tagged releases at roughly the same pace as Linus cuts kernels.

Great stuff Chris! The new version is now in Arch's [testing] repository.

Cheers,

Tom

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

* Re: btrfs-progs tagged as v3.12
  2013-11-25 21:45 btrfs-progs tagged as v3.12 Chris Mason
                   ` (2 preceding siblings ...)
  2013-11-27 11:28 ` Tom Gundersen
@ 2014-03-20 23:36 ` WorMzy Tykashi
  2014-03-20 23:55   ` Chris Mason
  3 siblings, 1 reply; 8+ messages in thread
From: WorMzy Tykashi @ 2014-03-20 23:36 UTC (permalink / raw)
  To: Chris Mason, linux-btrfs

On 25 November 2013 21:45, Chris Mason <chris.mason@fusionio.com> wrote:
> Hi everyone,
>
> I've tagged the current btrfs-progs repo as v3.12.  The new idea is that
> instead of making the poor distros pull from git, I'll be creating
> tagged releases at roughly the same pace as Linus cuts kernels.
>
> Given the volume of btrfs-progs patches, we should have enough new code
> and fixes to justify releases at least as often as the kernel.  Of
> course, if there are issues that need immediate attention, I'll tag a .y
> release (v3.12.1 for example).
>
> If the progs changes slow down, we might skip a version.  But tracking
> kernel version numbers makes it easier for me to line up bug reports,
> mostly because I already devote a fair number of brain cells to
> remembering how old each kernel is.
>
> Just let me know if there are any questions.
>
> -chris

Hi Chris,

I don't know if there wasn't enough commits to justify a 3.13 release
(I noticed your integration branch stalled 7 weeks ago, so I assume
this is the case), but can we expect a 3.14 release shortly after
Linus tags the mainline kernel as such?

If the integration branch stall was for another reason (e.g. testing
to make sure it was stable enough for primetime), could I suggest
pulling in David Sterba's current unstable integration branch, and
essentially freezing it for testing now, so that people/distros can
test it against the current/last couple of kernel -rcs, so that any
obvious bugs are ironed out before 3.14 is tagged proper. Distros
typically put packages like this through their own testing period
anyway, so a prolonged testing period shouldn't be required upstream.

Thanks for your continued hard work,


WorMzy Tykashi

(sorry if you receive this twice gmail went wrong)

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

* Re: btrfs-progs tagged as v3.12
  2014-03-20 23:36 ` WorMzy Tykashi
@ 2014-03-20 23:55   ` Chris Mason
  2014-03-21  0:00     ` WorMzy Tykashi
  2014-04-06 20:14     ` Sébastien Luttringer
  0 siblings, 2 replies; 8+ messages in thread
From: Chris Mason @ 2014-03-20 23:55 UTC (permalink / raw)
  To: WorMzy Tykashi, Chris Mason, linux-btrfs

On 03/20/2014 07:36 PM, WorMzy Tykashi wrote:
> On 25 November 2013 21:45, Chris Mason <chris.mason@fusionio.com> wrote:
>> Hi everyone,
>>
>> I've tagged the current btrfs-progs repo as v3.12.  The new idea is that
>> instead of making the poor distros pull from git, I'll be creating
>> tagged releases at roughly the same pace as Linus cuts kernels.
>>
>> Given the volume of btrfs-progs patches, we should have enough new code
>> and fixes to justify releases at least as often as the kernel.  Of
>> course, if there are issues that need immediate attention, I'll tag a .y
>> release (v3.12.1 for example).
>>
>> If the progs changes slow down, we might skip a version.  But tracking
>> kernel version numbers makes it easier for me to line up bug reports,
>> mostly because I already devote a fair number of brain cells to
>> remembering how old each kernel is.
>>
>> Just let me know if there are any questions.
>>
>> -chris
>
> Hi Chris,
>
> I don't know if there wasn't enough commits to justify a 3.13 release
> (I noticed your integration branch stalled 7 weeks ago, so I assume
> this is the case), but can we expect a 3.14 release shortly after
> Linus tags the mainline kernel as such?
>

Yes, I'm redoing the integration branch off of Dave's latest, and 
started testing it earlier this week.  We'll definitely have a 3.14.

Thanks,
Chris

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

* Re: btrfs-progs tagged as v3.12
  2014-03-20 23:55   ` Chris Mason
@ 2014-03-21  0:00     ` WorMzy Tykashi
  2014-04-06 20:14     ` Sébastien Luttringer
  1 sibling, 0 replies; 8+ messages in thread
From: WorMzy Tykashi @ 2014-03-21  0:00 UTC (permalink / raw)
  To: Chris Mason, linux-btrfs

On 20 March 2014 23:55, Chris Mason <clm@fb.com> wrote:
> On 03/20/2014 07:36 PM, WorMzy Tykashi wrote:
>>
>> On 25 November 2013 21:45, Chris Mason <chris.mason@fusionio.com> wrote:
>>>
>>> Hi everyone,
>>>
>>> I've tagged the current btrfs-progs repo as v3.12.  The new idea is that
>>> instead of making the poor distros pull from git, I'll be creating
>>> tagged releases at roughly the same pace as Linus cuts kernels.
>>>
>>> Given the volume of btrfs-progs patches, we should have enough new code
>>> and fixes to justify releases at least as often as the kernel.  Of
>>> course, if there are issues that need immediate attention, I'll tag a .y
>>> release (v3.12.1 for example).
>>>
>>> If the progs changes slow down, we might skip a version.  But tracking
>>> kernel version numbers makes it easier for me to line up bug reports,
>>> mostly because I already devote a fair number of brain cells to
>>> remembering how old each kernel is.
>>>
>>> Just let me know if there are any questions.
>>>
>>> -chris
>>
>>
>> Hi Chris,
>>
>> I don't know if there wasn't enough commits to justify a 3.13 release
>> (I noticed your integration branch stalled 7 weeks ago, so I assume
>> this is the case), but can we expect a 3.14 release shortly after
>> Linus tags the mainline kernel as such?
>>
>
> Yes, I'm redoing the integration branch off of Dave's latest, and started
> testing it earlier this week.  We'll definitely have a 3.14.
>
> Thanks,
> Chris

That's excellent news, thanks for the quick reply!

Cheers,


WorMzy

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

* Re: btrfs-progs tagged as v3.12
  2014-03-20 23:55   ` Chris Mason
  2014-03-21  0:00     ` WorMzy Tykashi
@ 2014-04-06 20:14     ` Sébastien Luttringer
  1 sibling, 0 replies; 8+ messages in thread
From: Sébastien Luttringer @ 2014-04-06 20:14 UTC (permalink / raw)
  To: linux-btrfs

On 21/03/2014 00:55, Chris Mason wrote:
> On 03/20/2014 07:36 PM, WorMzy Tykashi wrote:
>> On 25 November 2013 21:45, Chris Mason <chris.mason@fusionio.com> wrote:
>>
>> I don't know if there wasn't enough commits to justify a 3.13 release
>> (I noticed your integration branch stalled 7 weeks ago, so I assume
>> this is the case), but can we expect a 3.14 release shortly after
>> Linus tags the mainline kernel as such?
>>
> 
> Yes, I'm redoing the integration branch off of Dave's latest, and
> started testing it earlier this week.  We'll definitely have a 3.14.
Hi,

Do you have a release date?

Cheers,

-- 
Sébastien "Seblu" Luttringer
https://seblu.net | Twitter: @seblu42
GPG: 0x2072D77A


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

end of thread, other threads:[~2014-04-06 20:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 21:45 btrfs-progs tagged as v3.12 Chris Mason
2013-11-25 22:46 ` Martin
2013-11-26 15:05 ` Eric Sandeen
2013-11-27 11:28 ` Tom Gundersen
2014-03-20 23:36 ` WorMzy Tykashi
2014-03-20 23:55   ` Chris Mason
2014-03-21  0:00     ` WorMzy Tykashi
2014-04-06 20:14     ` Sébastien Luttringer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).