Re: [PATCH 2/6] Btrfs-progs: add btrfsck functionality to btrfs

2013-06-02 Thread Dieter Ries
: Dieter Ries m...@dieterries.net Date: Sun, 2 Jun 2013 17:30:09 +0200 Subject: [PATCH 1/2] Btrfs-progs: Fix 'btrfsck/btrfs check -h' For the '-h' option to be usable, getopts_long() has to know it. Signed-off-by: Dieter Ries m...@dieterries.net --- cmds-check.c | 2 +- 1 file changed, 1

[PATCH 2/4] btrfs-progs: btrfsck: Print which filesystem to be checked to stdout

2012-10-14 Thread Dieter Ries
This patch makes btrfsck print the filesystem, which is to be checked, to stdout, as well as the UUID of the corresponding partition. This should be helpful when analyzing (copied and pasted) output of btrfsck. Signed-off-by: Dieter Ries m...@dieterries.net --- btrfsck.c |7 +-- 1 files

[PATCH 0/4] Resend: btrfs-progs: Some cosmetic changes (mainly) to btrfsck

2012-10-08 Thread Dieter Ries
this is appreciated in general. Cheers, Dieter Dieter Ries (4): btrfs-progs: Remove redundant Btrfs string from version string btrfs-progs: btrfsck: Print which filesystem to be checked to stdout btrfs-progs: btrfsck: Print feedback about fscking to stdout. btrfs-progs: btrfsck: Remove binary

[PATCH 4/4] btrfs-progs: btrfsck: Remove binary error code output

2012-10-08 Thread Dieter Ries
or not is printed. Signed-off-by: Dieter Ries m...@dieterries.net --- btrfsck.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/btrfsck.c b/btrfsck.c index 83275cd..45ce681 100644 --- a/btrfsck.c +++ b/btrfsck.c @@ -3613,8 +3613,11 @@ out: backup data

[PATCH 3/4] btrfs-progs: btrfsck: Print feedback about fscking to stdout.

2012-10-08 Thread Dieter Ries
Status reports of the checking process should be printed to stdout instead of stderr, as that is normal program output and not related to problems in btrfsck. This patch changes this behaviour and adds the output Done! after each of the parts. Signed-off-by: Dieter Ries m...@dieterries.net

[PATCH 1/4] btrfs-progs: Remove redundant Btrfs string from version string

2012-10-08 Thread Dieter Ries
In the first line of version.sh, $v was set to Btrfs vx.yy, and in the end Btrfs $v was echoed to the version.h file. This resulted in the version string Btrfs Btrfs vx.yy. This patch removes the second occurrence of Btrfs. Signed-off-by: Dieter Ries m...@dieterries.net --- version.sh |2

[PATCH 3/3] btrfs-progs: btrfsck: Print feedback about fscking to stdout.

2012-09-30 Thread Dieter Ries
Status reports of the checking process should be printed to stdout instead of stderr, as that is normal program output and not related to problems in btrfsck. This patch changes this behaviour and adds the output Done! after each of the parts. Signed-off-by: Dieter Ries m...@dieterries.net

[PATCH 1/3] btrfs-progs: Remove redundant Btrfs string from version string

2012-09-30 Thread Dieter Ries
In the first line of version.sh, $v was set to Btrfs vx.yy, and in the end Btrfs $v was echoed to the version.h file. This resulted in the version string Btrfs Btrfs vx.yy. This patch removes the second occurrence of Btrfs. Signed-off-by: Dieter Ries m...@dieterries.net --- version.sh |2

[PATCH 2/3] btrfs-progs: btrfsck: Print which filesystem to be checked to stdout

2012-09-30 Thread Dieter Ries
This patch makes btrfsck print the filesystem, which is to be checked, to stdout. This should be helpful when analyzing (copied and pasted) output of btrfsck. Signed-off-by: Dieter Ries m...@dieterries.net --- btrfsck.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[PATCH 0/3] btrfs-progs: Some cosmetic changes (mainly) to btrfsck

2012-09-30 Thread Dieter Ries
Hi, this patch series implements some mainly cosmetic changes to btrfs-progs, most in btrfsck. As this is my first contribution here, I'd kindly ask you for feedback, and if work like this is appreciated in general. Cheers, Dieter Dieter Ries (3): btrfs-progs: Remove redundant Btrfs string