David Sterba
2013-Jan-26 00:55 UTC
Integration branch of btrfs-progs 2013-01-26 [pullable]
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
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs"
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
David Sterba
2013-Jan-26 11:14 UTC
Re: Integration branch of btrfs-progs 2013-01-26 [not to be pulled]
On Sat, Jan 26, 2013 at 01:55:25AM +0100, David Sterba wrote:> Eric Sandeen (2): > btrfs-progs pretty/quiet buildThis patch ended up mismerged, I''ll fix it here but the branch will diverge and is not suitable for pull now. david -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Gene Czarcinski
2013-Jan-26 18:19 UTC
Re: Integration branch of btrfs-progs 2013-01-26 [not to be pulled]
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 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
David Sterba
2013-Jan-28 15:54 UTC
Re: Integration branch of btrfs-progs 2013-01-26 [not to be pulled]
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/22669I''ll add this one.> http://article.gmane.org/gmane.comp.file-systems.btrfs/22668Will 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 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html