grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] a new filessytem module for nilfs2


From: Jiro SEKIBA
Subject: Re: [PATCH] a new filessytem module for nilfs2
Date: Sat, 06 Feb 2010 14:02:52 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/22.3 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI)

Hi,

At Fri, 05 Feb 2010 17:36:43 +0100,
Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> 
> Hello
> Jiro SEKIBA wrote:
> > Hi,
> >
> > This is a patch to support nilfs2 filesystem.
> > I would like you to review the patch.
> >
> > I've checked with revno 2153 and kvm(qemu) environment.
> >
> > Also the patch has already an ability to boot the kernel from
> > the nilfs partition, I have a following ToDo list to improve the module.
> >   
> Is your code written from scratch or is it based on some other code? If
> later can you tell exactly which so we can verify license compatibility?

Thank you for the attention.  That is very important issue,
sorry that I didn't describe it explicitly.

The code is based on fs/ext2.c in grub-1.97.1 release.
I reused the file/directory iteration code from it.

Other nilfs2 specific code is writte by me from scratch.
I referred the original implementation, but have never borrowed 
any code from it.

So I'm thinking the license would be gpl3, for it is derived
from gpl3(fs/ext2.c) code.

thanks,

regards,

> > 1. revision check for future disk layout changes
> > 2. CRC check for superblock to ensure the partition is a nilfs2 partition
> > 3. CRC check latest log block to ensure valid log 
> > 4. search the latest log in case unclean unmount happened
> >
> > nilfs2 stands for New Implementation of Log Filesystem version2.
> > nilfs2 has been merged into linux main line kernel since 2.6.30.
> >
> > Please give me any comments or advice.
> >
> > thank you very much in advance
> >   
> > ------------------------------------------------------------------------
> >
> >
> >   
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Grub-devel mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/grub-devel
> >   
> 
> 
> -- 
> Regards
> Vladimir 'φ-coder/phcoder' Serbinenko
> 
> 


-- 
Jiro SEKIBA <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]