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 -- 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
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 -- 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
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 ioctlJFI, 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 -- 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
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 -- 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
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 -- 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