Re: Adding a field to ext2_dir_entry_2

2005-04-04 Thread Theodore Ts'o
On Mon, Apr 04, 2005 at 07:12:51PM -0600, Andreas Dilger wrote: > > Let me be more clear about what I am trying to do. In my masters > > project, I am encrypting inodes along with the data part of the file. Keys > > of different users are different. In the same directory, if there are > > 2 files

Re: Adding a field to ext2_dir_entry_2

2005-04-04 Thread Christopher Li
gt; wrote: > From: Andreas Dilger [mailto: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Cc: linux-kernel@vger.kernel.org, linux-c-programming@vger.kernel.org > Date: Mon, 4 Apr 2005 17:17:59 -0600 > Subject: Re: Adding a field to ext2_dir_entry_2 > > On Apr 04, 2005 18:54 -0400, Vi

Re: Adding a field to ext2_dir_entry_2

2005-04-04 Thread Andreas Dilger
On Apr 04, 2005 20:08 -0400, Vineet Joglekar wrote: > I have created another file system - copied everything from ext2, > renaming it as some different file system and doing some experiments on that. > > Let me be more clear about what I am trying to do. In my masters > project, I am encrypting

Re: Adding a field to ext2_dir_entry_2

2005-04-04 Thread Vineet Joglekar
rnel.org Date: Mon, 4 Apr 2005 17:17:59 -0600 Subject: Re: Adding a field to ext2_dir_entry_2 On Apr 04, 2005 18:54 -0400, Vineet Joglekar wrote:> I working with linux kernel 2.4.28. I want to add 1 more field to> ext2_dir_entry_2 - the new version of directory entry for ext2fs.>

Re: Adding a field to ext2_dir_entry_2

2005-04-04 Thread Andreas Dilger
On Apr 04, 2005 18:54 -0400, Vineet Joglekar wrote: > I working with linux kernel 2.4.28. I want to add 1 more field to > ext2_dir_entry_2 - the new version of directory entry for ext2fs. > > I did add the __u32 field to the struct ext2_dir_entry_2 defined in > ext2_fs.h I also modified the

Adding a field to ext2_dir_entry_2

2005-04-04 Thread Vineet Joglekar
Hi All, I working with linux kernel 2.4.28. I want to add 1 more field to ext2_dir_entry_2 - the new version of directory entry for ext2fs. I did add the __u32 field to the struct ext2_dir_entry_2 defined in ext2_fs.h I also modified the EXT2_DIR_REC_LEN macro to: (((name_len) + 12

Adding a field to ext2_dir_entry_2

2005-04-04 Thread Vineet Joglekar
Hi All, I working with linux kernel 2.4.28. I want to add 1 more field to ext2_dir_entry_2 - the new version of directory entry for ext2fs. I did add the __u32 field to the struct ext2_dir_entry_2 defined in ext2_fs.h I also modified the EXT2_DIR_REC_LEN macro to: (((name_len) + 12

Re: Adding a field to ext2_dir_entry_2

2005-04-04 Thread Andreas Dilger
On Apr 04, 2005 18:54 -0400, Vineet Joglekar wrote: I working with linux kernel 2.4.28. I want to add 1 more field to ext2_dir_entry_2 - the new version of directory entry for ext2fs. I did add the __u32 field to the struct ext2_dir_entry_2 defined in ext2_fs.h I also modified the

Re: Adding a field to ext2_dir_entry_2

2005-04-04 Thread Vineet Joglekar
Apr 2005 17:17:59 -0600 Subject: Re: Adding a field to ext2_dir_entry_2 On Apr 04, 2005 18:54 -0400, Vineet Joglekar wrote:br I working with linux kernel 2.4.28. I want to add 1 more field tobr ext2_dir_entry_2 - the new version of directory entry for ext2fs.br br I did add the __u32 field

Re: Adding a field to ext2_dir_entry_2

2005-04-04 Thread Andreas Dilger
On Apr 04, 2005 20:08 -0400, Vineet Joglekar wrote: I have created another file system - copied everything from ext2, renaming it as some different file system and doing some experiments on that. Let me be more clear about what I am trying to do. In my masters project, I am encrypting

Re: Adding a field to ext2_dir_entry_2

2005-04-04 Thread Christopher Li
@vger.kernel.org Date: Mon, 4 Apr 2005 17:17:59 -0600 Subject: Re: Adding a field to ext2_dir_entry_2 On Apr 04, 2005 18:54 -0400, Vineet Joglekar wrote:br I working with linux kernel 2.4.28. I want to add 1 more field tobr ext2_dir_entry_2 - the new version of directory entry for ext2fs.br br I

Re: Adding a field to ext2_dir_entry_2

2005-04-04 Thread Theodore Ts'o
On Mon, Apr 04, 2005 at 07:12:51PM -0600, Andreas Dilger wrote: Let me be more clear about what I am trying to do. In my masters project, I am encrypting inodes along with the data part of the file. Keys of different users are different. In the same directory, if there are 2 files stored