RE: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread Jaegeuk Kim
> On Wed, Oct 24, 2012 at 08:18:36AM +0900, Jaegeuk Kim wrote:
> > > On Tue, Oct 23, 2012 at 11:26:59AM -0700, Greg KH wrote:
> > > > On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
> > > > > mkfs.f2fs
> > > > > =
> > > > >
> > > > > The file system formatting tool, "mkfs.f2fs", is available from the 
> > > > > following
> > > > > download page:
> > > > > http://sourceforge.net/projects/f2fs-tools/
> > > >
> > > > Is there a git tree of this tool somewhere, so I don't have to
> > > > constantly suffer the sf.net download interface every time I want to get
> > > > the latest version?
> > >
> > > Oh, and where do we report bugs for this tool?  I just formatted a usb
> > > stick with the mkfs.f2fs program, and it did not fully erase the old
> > > filesystem that was on there (iso9660), so when I mounted it, it did so
> > > in iso9660 mode, not f2fs mode.
> > >
> >
> > Any suggestion for reporting bugs?
> > Maybe via a mailing list?
> 
> Mailing list is fine.
> 
> > What version did you use? (1.1.0 is correct.)
> 
> I used 1.1.0
> 
> > The reason we found was due to the 0'th block, so we fixed that in v1.1.0.
> 
> Hm, that's what I used.  I zeroed out the whole usb disk and tried again
> and it worked then, I was trying to debug the kernel changes, not the
> userspace tool, so I didn't spend much time on it :)
> 
> But, if you do get a public git tree up, I will at the very least,
> provide a patch to handle '-h' properly for mkfs, that should work...
> 

Ok, thank you very much.

> thanks,
> 
> greg k-h


---
Jaegeuk Kim
Samsung


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread Jaegeuk Kim
> -Original Message-
> From: 'Greg KH' [mailto:gre...@linuxfoundation.org]
> Sent: Wednesday, October 24, 2012 12:01 PM
> To: Jaegeuk Kim
> Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; 
> v...@zeniv.linux.org.uk;
> a...@arndb.de; ty...@mit.edu; chur@samsung.com; cm224@samsung.com; 
> jooyoung.hw...@samsung.com
> Subject: Re: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system
> Importance: High
> 
> On Wed, Oct 24, 2012 at 08:14:44AM +0900, Jaegeuk Kim wrote:
> > > On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
> > > > mkfs.f2fs
> > > > =
> > > >
> > > > The file system formatting tool, "mkfs.f2fs", is available from the 
> > > > following
> > > > download page:  http://sourceforge.net/projects/f2fs-tools/
> > >
> > > Is there a git tree of this tool somewhere, so I don't have to
> > > constantly suffer the sf.net download interface every time I want to get
> > > the latest version?
> >
> > I'd love to do like that.
> > I've managed a git tree for tools in house only, due to the company secret.
> > Would you suggest something for this?
> > I can do managing the tree outside though.
> 
> git.kernel.org can work, so can github, and also, you have a sf.net
> project, why not use the git tree it provides you?  Right now it is
> empty.
> 

Ok, I'll make a tree in sf.net. :)

> thanks,
> 
> greg k-h


---
Jaegeuk Kim
Samsung



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread 'Greg KH'
On Wed, Oct 24, 2012 at 08:18:36AM +0900, Jaegeuk Kim wrote:
> > On Tue, Oct 23, 2012 at 11:26:59AM -0700, Greg KH wrote:
> > > On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
> > > > mkfs.f2fs
> > > > =
> > > >
> > > > The file system formatting tool, "mkfs.f2fs", is available from the 
> > > > following
> > > > download page:  http://sourceforge.net/projects/f2fs-tools/
> > >
> > > Is there a git tree of this tool somewhere, so I don't have to
> > > constantly suffer the sf.net download interface every time I want to get
> > > the latest version?
> > 
> > Oh, and where do we report bugs for this tool?  I just formatted a usb
> > stick with the mkfs.f2fs program, and it did not fully erase the old
> > filesystem that was on there (iso9660), so when I mounted it, it did so
> > in iso9660 mode, not f2fs mode.
> > 
> 
> Any suggestion for reporting bugs?
> Maybe via a mailing list?

Mailing list is fine.

> What version did you use? (1.1.0 is correct.)

I used 1.1.0

> The reason we found was due to the 0'th block, so we fixed that in v1.1.0.

Hm, that's what I used.  I zeroed out the whole usb disk and tried again
and it worked then, I was trying to debug the kernel changes, not the
userspace tool, so I didn't spend much time on it :)

But, if you do get a public git tree up, I will at the very least,
provide a patch to handle '-h' properly for mkfs, that should work...

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread 'Greg KH'
On Wed, Oct 24, 2012 at 08:14:44AM +0900, Jaegeuk Kim wrote:
> > On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
> > > mkfs.f2fs
> > > =
> > >
> > > The file system formatting tool, "mkfs.f2fs", is available from the 
> > > following
> > > download page:http://sourceforge.net/projects/f2fs-tools/
> > 
> > Is there a git tree of this tool somewhere, so I don't have to
> > constantly suffer the sf.net download interface every time I want to get
> > the latest version?
> 
> I'd love to do like that.
> I've managed a git tree for tools in house only, due to the company secret.
> Would you suggest something for this?
> I can do managing the tree outside though.

git.kernel.org can work, so can github, and also, you have a sf.net
project, why not use the git tree it provides you?  Right now it is
empty.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread Jaegeuk Kim
> On Tue, Oct 23, 2012 at 11:26:59AM -0700, Greg KH wrote:
> > On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
> > > mkfs.f2fs
> > > =
> > >
> > > The file system formatting tool, "mkfs.f2fs", is available from the 
> > > following
> > > download page:http://sourceforge.net/projects/f2fs-tools/
> >
> > Is there a git tree of this tool somewhere, so I don't have to
> > constantly suffer the sf.net download interface every time I want to get
> > the latest version?
> 
> Oh, and where do we report bugs for this tool?  I just formatted a usb
> stick with the mkfs.f2fs program, and it did not fully erase the old
> filesystem that was on there (iso9660), so when I mounted it, it did so
> in iso9660 mode, not f2fs mode.
> 

Any suggestion for reporting bugs?
Maybe via a mailing list?
What version did you use? (1.1.0 is correct.)
The reason we found was due to the 0'th block, so we fixed that in v1.1.0.
Thanks,

> thanks,
> 
> greg k-h


---
Jaegeuk Kim
Samsung

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread Jaegeuk Kim
> On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
> > mkfs.f2fs
> > =
> >
> > The file system formatting tool, "mkfs.f2fs", is available from the 
> > following
> > download page:  http://sourceforge.net/projects/f2fs-tools/
> 
> Is there a git tree of this tool somewhere, so I don't have to
> constantly suffer the sf.net download interface every time I want to get
> the latest version?

I'd love to do like that.
I've managed a git tree for tools in house only, due to the company secret.
Would you suggest something for this?
I can do managing the tree outside though.

> 
> thanks,
> 
> greg k-h

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread Greg KH
On Tue, Oct 23, 2012 at 11:26:59AM -0700, Greg KH wrote:
> On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
> > mkfs.f2fs
> > =
> > 
> > The file system formatting tool, "mkfs.f2fs", is available from the 
> > following
> > download page:  http://sourceforge.net/projects/f2fs-tools/
> 
> Is there a git tree of this tool somewhere, so I don't have to
> constantly suffer the sf.net download interface every time I want to get
> the latest version?

Oh, and where do we report bugs for this tool?  I just formatted a usb
stick with the mkfs.f2fs program, and it did not fully erase the old
filesystem that was on there (iso9660), so when I mounted it, it did so
in iso9660 mode, not f2fs mode.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread Greg KH
On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
> mkfs.f2fs
> =
> 
> The file system formatting tool, "mkfs.f2fs", is available from the following
> download page:http://sourceforge.net/projects/f2fs-tools/

Is there a git tree of this tool somewhere, so I don't have to
constantly suffer the sf.net download interface every time I want to get
the latest version?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread Greg KH
On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
 mkfs.f2fs
 =
 
 The file system formatting tool, mkfs.f2fs, is available from the following
 download page:http://sourceforge.net/projects/f2fs-tools/

Is there a git tree of this tool somewhere, so I don't have to
constantly suffer the sf.net download interface every time I want to get
the latest version?

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread Greg KH
On Tue, Oct 23, 2012 at 11:26:59AM -0700, Greg KH wrote:
 On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
  mkfs.f2fs
  =
  
  The file system formatting tool, mkfs.f2fs, is available from the 
  following
  download page:  http://sourceforge.net/projects/f2fs-tools/
 
 Is there a git tree of this tool somewhere, so I don't have to
 constantly suffer the sf.net download interface every time I want to get
 the latest version?

Oh, and where do we report bugs for this tool?  I just formatted a usb
stick with the mkfs.f2fs program, and it did not fully erase the old
filesystem that was on there (iso9660), so when I mounted it, it did so
in iso9660 mode, not f2fs mode.

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread Jaegeuk Kim
 On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
  mkfs.f2fs
  =
 
  The file system formatting tool, mkfs.f2fs, is available from the 
  following
  download page:  http://sourceforge.net/projects/f2fs-tools/
 
 Is there a git tree of this tool somewhere, so I don't have to
 constantly suffer the sf.net download interface every time I want to get
 the latest version?

I'd love to do like that.
I've managed a git tree for tools in house only, due to the company secret.
Would you suggest something for this?
I can do managing the tree outside though.

 
 thanks,
 
 greg k-h

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread Jaegeuk Kim
 On Tue, Oct 23, 2012 at 11:26:59AM -0700, Greg KH wrote:
  On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
   mkfs.f2fs
   =
  
   The file system formatting tool, mkfs.f2fs, is available from the 
   following
   download page:http://sourceforge.net/projects/f2fs-tools/
 
  Is there a git tree of this tool somewhere, so I don't have to
  constantly suffer the sf.net download interface every time I want to get
  the latest version?
 
 Oh, and where do we report bugs for this tool?  I just formatted a usb
 stick with the mkfs.f2fs program, and it did not fully erase the old
 filesystem that was on there (iso9660), so when I mounted it, it did so
 in iso9660 mode, not f2fs mode.
 

Any suggestion for reporting bugs?
Maybe via a mailing list?
What version did you use? (1.1.0 is correct.)
The reason we found was due to the 0'th block, so we fixed that in v1.1.0.
Thanks,

 thanks,
 
 greg k-h


---
Jaegeuk Kim
Samsung

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread 'Greg KH'
On Wed, Oct 24, 2012 at 08:14:44AM +0900, Jaegeuk Kim wrote:
  On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
   mkfs.f2fs
   =
  
   The file system formatting tool, mkfs.f2fs, is available from the 
   following
   download page:http://sourceforge.net/projects/f2fs-tools/
  
  Is there a git tree of this tool somewhere, so I don't have to
  constantly suffer the sf.net download interface every time I want to get
  the latest version?
 
 I'd love to do like that.
 I've managed a git tree for tools in house only, due to the company secret.
 Would you suggest something for this?
 I can do managing the tree outside though.

git.kernel.org can work, so can github, and also, you have a sf.net
project, why not use the git tree it provides you?  Right now it is
empty.

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread 'Greg KH'
On Wed, Oct 24, 2012 at 08:18:36AM +0900, Jaegeuk Kim wrote:
  On Tue, Oct 23, 2012 at 11:26:59AM -0700, Greg KH wrote:
   On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
mkfs.f2fs
=
   
The file system formatting tool, mkfs.f2fs, is available from the 
following
download page:  http://sourceforge.net/projects/f2fs-tools/
  
   Is there a git tree of this tool somewhere, so I don't have to
   constantly suffer the sf.net download interface every time I want to get
   the latest version?
  
  Oh, and where do we report bugs for this tool?  I just formatted a usb
  stick with the mkfs.f2fs program, and it did not fully erase the old
  filesystem that was on there (iso9660), so when I mounted it, it did so
  in iso9660 mode, not f2fs mode.
  
 
 Any suggestion for reporting bugs?
 Maybe via a mailing list?

Mailing list is fine.

 What version did you use? (1.1.0 is correct.)

I used 1.1.0

 The reason we found was due to the 0'th block, so we fixed that in v1.1.0.

Hm, that's what I used.  I zeroed out the whole usb disk and tried again
and it worked then, I was trying to debug the kernel changes, not the
userspace tool, so I didn't spend much time on it :)

But, if you do get a public git tree up, I will at the very least,
provide a patch to handle '-h' properly for mkfs, that should work...

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread Jaegeuk Kim
 -Original Message-
 From: 'Greg KH' [mailto:gre...@linuxfoundation.org]
 Sent: Wednesday, October 24, 2012 12:01 PM
 To: Jaegeuk Kim
 Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; 
 v...@zeniv.linux.org.uk;
 a...@arndb.de; ty...@mit.edu; chur@samsung.com; cm224@samsung.com; 
 jooyoung.hw...@samsung.com
 Subject: Re: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system
 Importance: High
 
 On Wed, Oct 24, 2012 at 08:14:44AM +0900, Jaegeuk Kim wrote:
   On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
mkfs.f2fs
=
   
The file system formatting tool, mkfs.f2fs, is available from the 
following
download page:  http://sourceforge.net/projects/f2fs-tools/
  
   Is there a git tree of this tool somewhere, so I don't have to
   constantly suffer the sf.net download interface every time I want to get
   the latest version?
 
  I'd love to do like that.
  I've managed a git tree for tools in house only, due to the company secret.
  Would you suggest something for this?
  I can do managing the tree outside though.
 
 git.kernel.org can work, so can github, and also, you have a sf.net
 project, why not use the git tree it provides you?  Right now it is
 empty.
 

Ok, I'll make a tree in sf.net. :)

 thanks,
 
 greg k-h


---
Jaegeuk Kim
Samsung



--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system

2012-10-23 Thread Jaegeuk Kim
 On Wed, Oct 24, 2012 at 08:18:36AM +0900, Jaegeuk Kim wrote:
   On Tue, Oct 23, 2012 at 11:26:59AM -0700, Greg KH wrote:
On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote:
 mkfs.f2fs
 =

 The file system formatting tool, mkfs.f2fs, is available from the 
 following
 download page:
 http://sourceforge.net/projects/f2fs-tools/
   
Is there a git tree of this tool somewhere, so I don't have to
constantly suffer the sf.net download interface every time I want to get
the latest version?
  
   Oh, and where do we report bugs for this tool?  I just formatted a usb
   stick with the mkfs.f2fs program, and it did not fully erase the old
   filesystem that was on there (iso9660), so when I mounted it, it did so
   in iso9660 mode, not f2fs mode.
  
 
  Any suggestion for reporting bugs?
  Maybe via a mailing list?
 
 Mailing list is fine.
 
  What version did you use? (1.1.0 is correct.)
 
 I used 1.1.0
 
  The reason we found was due to the 0'th block, so we fixed that in v1.1.0.
 
 Hm, that's what I used.  I zeroed out the whole usb disk and tried again
 and it worked then, I was trying to debug the kernel changes, not the
 userspace tool, so I didn't spend much time on it :)
 
 But, if you do get a public git tree up, I will at the very least,
 provide a patch to handle '-h' properly for mkfs, that should work...
 

Ok, thank you very much.

 thanks,
 
 greg k-h


---
Jaegeuk Kim
Samsung


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/