[PATCH] udisks: add nilfs2 filesystem

2010-11-17 Thread Jiro SEKIBA
Hi, This is a patch against udisks to support creating and mounting nilfs2 filesystem. To detect the filesystem, the latest util-linux-ng and a following typo patch are required. http://www.spinics.net/lists/util-linux-ng/msg03304.html Signed-off-by: Jiro SEKIBA --- src/daemon.c

[PATCH] udisks: escape backslash for label string

2010-10-14 Thread Jiro SEKIBA
validate_and_escape_label will only escapes '"'. However, string '\"' will be escaped to '\\"' which leads unmatched double quote for shell string in result. This adds escaping '\' in validate_and_escape_label to avoid the problem. Si

[PATCH] udisks: fix a bug of unquoted/unescaped label string

2010-10-14 Thread Jiro SEKIBA
This patch quotes/escapes label string for nilfs-tune. Signed-off-by: Jiro SEKIBA --- src/helpers/job-change-filesystem-label.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/helpers/job-change-filesystem-label.c b/src/helpers/job-change-filesystem-label.c

Re: [PATCH] udisks: add nilfs2 label rename

2010-10-14 Thread Jiro SEKIBA
At Thu, 14 Oct 2010 06:17:30 -0700, Dan Nicholson wrote: > > On Wed, Oct 13, 2010 at 10:56 PM, Jiro SEKIBA wrote: > > Hi, > > > > This is a patch to support renaming label of nilfs2 partition. > > Renaming is done by nilfs2-tune, which is in nilfs2-util > 2.0.2

[PATCH] udisks: add nilfs2 label rename

2010-10-13 Thread Jiro SEKIBA
Hi, This is a patch to support renaming label of nilfs2 partition. Renaming is done by nilfs2-tune, which is in nilfs2-util > 2.0.20. This patch enables the label test excluded for lacking utility. Signed-off-by: Jiro SEKIBA --- src/daemon.c |2 +- src/help

Re: [PATCH] udisks: add nilfs2 filesystem

2010-08-10 Thread Jiro SEKIBA
Hi, Martin At Sun, 8 Aug 2010 19:44:18 +0200, Martin Pitt wrote: > > Hello Jiro, > > Jiro SEKIBA [2010-07-25 11:41 +0900]: > > This is a patch against udisks to support creating and mounting > > nilfs2 filesystem. To detect the filesystem, the latest util-linux-ng > &

Re: [PATCH] udisks: add nilfs2 filesystem

2010-08-05 Thread Jiro SEKIBA
Hi, The patch I mentioned last mail has been incorporated. http://www.spinics.net/lists/util-linux-ng/msg03338.html If there is any development branch for adding such a new functionality, it would be very helpful to tell me the correct branch. Thank you regards, -- Jiro SEKIBA At Sun, 25

[PATCH] udisks: add nilfs2 filesystem

2010-07-24 Thread Jiro SEKIBA
Hi, This is a patch against udisks to support creating and mounting nilfs2 filesystem. To detect the filesystem, the latest util-linux-ng and a following typo patch are required. http://www.spinics.net/lists/util-linux-ng/msg03304.html Signed-off-by: Jiro SEKIBA --- src/daemon.c