All of lore.kernel.org
 help / color / mirror / Atom feed
* Integration branch of btrfs-progs 2013-01-30
@ 2013-01-30  0:24 David Sterba
  2013-01-30  0:26 ` David Sterba
  2013-01-31 19:17 ` Martin Steigerwald
  0 siblings, 2 replies; 5+ messages in thread
From: David Sterba @ 2013-01-30  0:24 UTC (permalink / raw)
  To: linux-btrfs

Hi,

a few build warning fixes, unaligned access fix #2 and finally support
for the 'device stats' and device 'replace' commands!

Please test, worked for me here, but not tested extensively. If
everything goes well I'll send a pull request with this branch in a few
days.

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

(top commit 78b35a43988163dbf71d9)

I'll continue collecting patches and patchsets in the mean time.
Existing patches and bugfixes have a slight precedence over patchsets.


thanks,
david

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

* Re: Integration branch of btrfs-progs 2013-01-30
  2013-01-30  0:24 Integration branch of btrfs-progs 2013-01-30 David Sterba
@ 2013-01-30  0:26 ` David Sterba
  2013-01-31 12:46   ` David Sterba
  2013-01-31 19:17 ` Martin Steigerwald
  1 sibling, 1 reply; 5+ messages in thread
From: David Sterba @ 2013-01-30  0:26 UTC (permalink / raw)
  To: David Sterba; +Cc: linux-btrfs

On Wed, Jan 30, 2013 at 01:24:28AM +0100, David Sterba wrote:
>   git://repo.or.cz/btrfs-progs-unstable/devel.git integration-20130130
> 
> (top commit 78b35a43988163dbf71d9)

Shortlog:

Anand Jain (1):
      Btrfs-progs: move open_file_or_dir() to utils.c

Ben Peddell (1):
      btrfs-progs: fix unaligned accesses v2

David Sterba (1):
      btrfs-progs: fix build warnings in btrfslabel.c

Gene Czarcinski (1):
      Btrfs-progs: Fix trival compiler error in cmds-qgroup.c

Stefan Behrens (3):
      Btrfs-progs: make two utility functions globally available
      Btrfs-progs: add command to get/reset device stats via ioctl
      Btrfs-progs: add support for device replace procedure


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

* Re: Integration branch of btrfs-progs 2013-01-30
  2013-01-30  0:26 ` David Sterba
@ 2013-01-31 12:46   ` David Sterba
  0 siblings, 0 replies; 5+ messages in thread
From: David Sterba @ 2013-01-31 12:46 UTC (permalink / raw)
  To: David Sterba; +Cc: linux-btrfs

On Wed, Jan 30, 2013 at 01:26:58AM +0100, David Sterba wrote:
> Stefan Behrens (3):
>       Btrfs-progs: add command to get/reset device stats via ioctl

JFI, pointed out on IRC:

--- a/print-tree.c
+++ b/print-tree.c
@@ -454,6 +454,8 @@ static void print_key_type(u64 objectid, u8 type)
                break;
        case BTRFS_QGROUP_LIMIT_KEY:
                printf("BTRFS_QGROUP_LIMIT_KEY");
+       case BTRFS_DEV_STATS_KEY:
+               printf("DEV_STATS_ITEM");
                break;
        default:
                printf("UNKNOWN.%d", type);

This hunk was mismerged, a missing break before case BTRFS_DEV_STATS_KEY:

I'll fix it in next integration, as it's not so urgent.

david

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

* Re: Integration branch of btrfs-progs 2013-01-30
  2013-01-30  0:24 Integration branch of btrfs-progs 2013-01-30 David Sterba
  2013-01-30  0:26 ` David Sterba
@ 2013-01-31 19:17 ` Martin Steigerwald
  2013-02-01 17:58   ` David Sterba
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Steigerwald @ 2013-01-31 19:17 UTC (permalink / raw)
  To: dsterba; +Cc: linux-btrfs

Am Mittwoch, 30. Januar 2013 schrieb David Sterba:
> Hi,

Hi,

> a few build warning fixes, unaligned access fix #2 and finally support
> for the 'device stats' and device 'replace' commands!
> 
> Please test, worked for me here, but not tested extensively. If
> everything goes well I'll send a pull request with this branch in a few
> days.
> 
>   git://repo.or.cz/btrfs-progs-unstable/devel.git integration-20130130
> 
> (top commit 78b35a43988163dbf71d9)

Tested device stats command, worked nicely on two BTRFS filesystems.

Hope the extended free space information stuff by Goffredo comes next :)

Thanks,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7

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

* Re: Integration branch of btrfs-progs 2013-01-30
  2013-01-31 19:17 ` Martin Steigerwald
@ 2013-02-01 17:58   ` David Sterba
  0 siblings, 0 replies; 5+ messages in thread
From: David Sterba @ 2013-02-01 17:58 UTC (permalink / raw)
  To: Martin Steigerwald; +Cc: dsterba, linux-btrfs

On Thu, Jan 31, 2013 at 08:17:13PM +0100, Martin Steigerwald wrote:
> Hope the extended free space information stuff by Goffredo comes next :)

The code needs some work, and I'm not sure where the dicusssions about
the visual appearance of the output ended. I don't remember whether we
had a generally accepted version.

I've pulled and rebased the patches from Goffredo's repo, based on some
recent snapshot of integration branch, see foreign/fi-df-merge2 .


david

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

end of thread, other threads:[~2013-02-01 17:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-30  0:24 Integration branch of btrfs-progs 2013-01-30 David Sterba
2013-01-30  0:26 ` David Sterba
2013-01-31 12:46   ` David Sterba
2013-01-31 19:17 ` Martin Steigerwald
2013-02-01 17:58   ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.