linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Integration branch of btrfs-progs 2013-01-26 [pullable]
@ 2013-01-26  0:55 David Sterba
  2013-01-26 11:14 ` Integration branch of btrfs-progs 2013-01-26 [not to be pulled] David Sterba
  0 siblings, 1 reply; 4+ messages in thread
From: David Sterba @ 2013-01-26  0:55 UTC (permalink / raw)
  To: linux-btrfs; +Cc: chris.mason

Hi,

here goes another set of fixes, a mix of old patches and some of them
sent during last week.  Part of it was included in the previous
integration branch and thus has the ssd detection, device-ready
support and superblock dump tool.

There are lots of small fixes or cleanups and help string updates, and
the "pretty/quiet build" which makes warnings really easy to spot.

Next I'd like to add the missing userspace support for features that are
in current kernels (device stats, device replace). I'm aware of the
other patch series and will go through them, also the first pile of
fixes based on coverity reports is about to arrive.

  git://repo.or.cz/btrfs-progs-unstable/devel.git integration-20130126

(top commit 3ec4f73635b2569, based on current master 6cd836d7d95a)

I did basic testing, please reply to this mail with bugs you find.


Thanks!
david

---

Anand Jain (1):
      Btrfs-progs: we need to have the string null terminated

Andreas Fischer (1):
      Btrfs-progs: Fix typo in balance start usage; filetrs -> filters.

Arne Jansen (1):
      Btrfs-progs: bugfix for scrubbing single devices

Arvin Schnell (1):
      btrfs-progs: initialize data before send ioctl

Chen Yang (1):
      Btrfs-prog/send: fix wrong best-parent assignment in, find_good_parent()

Christian Hesse (1):
      btrfs-progs: fix build, manpage compression command

Danny Kukawka (1):
      btrfs-progs: Handle errors returned from open_ctree

Eric Sandeen (2):
      btrfs-progs: Use sysconf instead of getpagesize
      btrfs-progs pretty/quiet build

Goffredo Baroncelli (1):
      Ignore the error ENXIO and ENOMEDIUM during a devs scan

Jan Schmidt (2):
      Btrfs-progs: correcting misnamed parameter options for btrfs send
      Btrfs-progs: bugfix for subvolume parent determination in btrfs send

Josef Bacik (3):
      Btrfs-progs: detect if the disk we are formatting is a ssd
      Btrfs-progs: add btrfs device ready command
      btrfs-progs: kill check for /'s in labels

Nirbheek Chauhan (1):
      Btrfs-progs: fix resolving of loop devices

Stefan Behrens (2):
      Btrfs-progs: fix an off-by-one in write_dev_supers()
      btrfs-progs: Add btrfs-show-super

Ulrik (1):
      Btrfs-progs: correct btrfs receive usage string

Wang Sheng-Hui (2):
      btrfs-progs: add malloc check in transaction.h/btrfs_start_transaction
      btrfs-progs: update options in find-root.c

Wang Shilong (3):
      Btrfs-progs: fix arg parsing for btrfs qgroup limit commands
      Btrfs-progs: clean up reduplicate parse_qgroupid() and replace atoi with strtoull
      Btrfs-progs: check the relation of two group by real level numbers

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

* Re: Integration branch of btrfs-progs 2013-01-26 [not to be pulled]
  2013-01-26  0:55 Integration branch of btrfs-progs 2013-01-26 [pullable] David Sterba
@ 2013-01-26 11:14 ` David Sterba
  2013-01-26 18:19   ` Gene Czarcinski
  0 siblings, 1 reply; 4+ messages in thread
From: David Sterba @ 2013-01-26 11:14 UTC (permalink / raw)
  To: David Sterba; +Cc: linux-btrfs, chris.mason

On Sat, Jan 26, 2013 at 01:55:25AM +0100, David Sterba wrote:
> Eric Sandeen (2):
>       btrfs-progs pretty/quiet build

This patch ended up mismerged, I'll fix it here but the branch will
diverge and is not suitable for pull now.

david

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

* Re: Integration branch of btrfs-progs 2013-01-26 [not to be pulled]
  2013-01-26 11:14 ` Integration branch of btrfs-progs 2013-01-26 [not to be pulled] David Sterba
@ 2013-01-26 18:19   ` Gene Czarcinski
  2013-01-28 15:54     ` David Sterba
  0 siblings, 1 reply; 4+ messages in thread
From: Gene Czarcinski @ 2013-01-26 18:19 UTC (permalink / raw)
  To: David Sterba, linux-btrfs

On 01/26/2013 06:14 AM, David Sterba wrote:
> On Sat, Jan 26, 2013 at 01:55:25AM +0100, David Sterba wrote:
>> Eric Sandeen (2):
>>        btrfs-progs pretty/quiet build
> This patch ended up mismerged, I'll fix it here but the branch will
> diverge and is not suitable for pull now.
>
>
David, you appear to have done a fine job of integration and your 
selection of patches appears spot-on to me.

There are to trivial patches I just submitted to fix some formatting and 
a couple of compiler errors:
http://article.gmane.org/gmane.comp.file-systems.btrfs/22669
http://article.gmane.org/gmane.comp.file-systems.btrfs/22668

BTW, what was wrong with the quiet-build patch?

I am almost completely rebased and plan to begin testing later today.

Gene

Gene

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

* Re: Integration branch of btrfs-progs 2013-01-26 [not to be pulled]
  2013-01-26 18:19   ` Gene Czarcinski
@ 2013-01-28 15:54     ` David Sterba
  0 siblings, 0 replies; 4+ messages in thread
From: David Sterba @ 2013-01-28 15:54 UTC (permalink / raw)
  To: Gene Czarcinski; +Cc: David Sterba, linux-btrfs

On Sat, Jan 26, 2013 at 01:19:13PM -0500, Gene Czarcinski wrote:
> There are to trivial patches I just submitted to fix some formatting and a
> couple of compiler errors:
> http://article.gmane.org/gmane.comp.file-systems.btrfs/22669

I'll add this one.

> http://article.gmane.org/gmane.comp.file-systems.btrfs/22668

Will comment under the patch.

> BTW, what was wrong with the quiet-build patch?

The patch was ok, but I did not merge it properly after conflicts (eg.
the man/Makefile part was unintentionally ommitted)


david

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

end of thread, other threads:[~2013-01-28 15:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-26  0:55 Integration branch of btrfs-progs 2013-01-26 [pullable] David Sterba
2013-01-26 11:14 ` Integration branch of btrfs-progs 2013-01-26 [not to be pulled] David Sterba
2013-01-26 18:19   ` Gene Czarcinski
2013-01-28 15:54     ` David Sterba

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).