All of lore.kernel.org
 help / color / mirror / Atom feed
* [QUESTION] Reiserfs 3.6.x features for 2.5.x?
@ 2002-10-01 13:30 Jordan Breeding
  2002-10-01 13:36 ` Oleg Drokin
  0 siblings, 1 reply; 3+ messages in thread
From: Jordan Breeding @ 2002-10-01 13:30 UTC (permalink / raw)
  To: reiserfs-list

Hello,

   I was wondering if any of these are features which need to make it 
into 2.5.x before the feature freeze, and if so whether it is likely or 
not that they actually will make it.

1) Correct updating of features used to mount the filesystem in the 
flags shown in /proc, the following code:

#define SET_OPT(opt, bits, super) \
         if ((bits) & (1 << (opt))) \
                 REISERFS_SB(super)->s_mount_opt |= (1 << (opt))

         /* set options in the super-block bitmask */
         SET_OPT(REISERFS_SMALLTAIL, mount_options, s);
         SET_OPT(REISERFS_LARGETAIL, mount_options, s);
         SET_OPT(REISERFS_NO_BORDER, mount_options, s);
         SET_OPT(REISERFS_NO_UNHASHED_RELOCATION, mount_options, s);
         SET_OPT(REISERFS_HASHED_RELOCATION, mount_options, s);
         SET_OPT(REISERFS_TEST4, mount_options, s);
         SET_OPT(REISERFS_ATTRS, mount_options, s);
#undef SET_OPT

taken from 2.4 and copied into my local 2.5.x tree is missing from 2.5.x 
mainline.

2) Attribute handling, look at this:

   `grep -r -H "attr" linux-2.4.18-14/fs/reiserfs/* | wc -l`
     52

   `grep -r -H "attr" linux-2.5.39-bk/fs/reiserfs/* | wc -l`
     17

unless I am missing something very basic I cannot get lsattr/chattr to 
work on a filesystem mount with -o attrs.  They always complain about: 
Inappropriate ioctl for device While reading flags on <filename>.  Will 
attrs work on reiserfs-2.5.x in 2.6/3.0?

3) I know that Chris Mason has been doing a lot of work to bring data 
and ordered journaling to reiserfs 3.6.x and is working on porting it to 
2.5.x currently, does it look like this will be able to make it into 
2.6/3.0?

4) I believe there were some reiserfs 3.6.x changes which went into 
2.4.20-pre after the new block allocator, are these changes going to be 
applied to the 2.5.x tree as well?

Thanks for any information about the above and sorry if this mail was 
kind of long.

Jordan Breeding


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [QUESTION] Reiserfs 3.6.x features for 2.5.x?
  2002-10-01 13:30 [QUESTION] Reiserfs 3.6.x features for 2.5.x? Jordan Breeding
@ 2002-10-01 13:36 ` Oleg Drokin
  2002-10-01 13:38   ` Jordan Breeding
  0 siblings, 1 reply; 3+ messages in thread
From: Oleg Drokin @ 2002-10-01 13:36 UTC (permalink / raw)
  To: Jordan Breeding; +Cc: reiserfs-list

Hello!

On Tue, Oct 01, 2002 at 08:30:32AM -0500, Jordan Breeding wrote:

> 1) Correct updating of features used to mount the filesystem in the 
> flags shown in /proc, the following code:

This one will be included. It's primary intention is to enable remount to pick
new options.

> 2) Attribute handling, look at this:

This one will be included too.
I am working on these two.

> 4) I believe there were some reiserfs 3.6.x changes which went into 
> 2.4.20-pre after the new block allocator, are these changes going to be 
> applied to the 2.5.x tree as well?

These changes were discarded in 2.4.20-pre7.
But we plan to send these to Linus today.
I am also working on this.

Bye,
    Oleg

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [QUESTION] Reiserfs 3.6.x features for 2.5.x?
  2002-10-01 13:36 ` Oleg Drokin
@ 2002-10-01 13:38   ` Jordan Breeding
  0 siblings, 0 replies; 3+ messages in thread
From: Jordan Breeding @ 2002-10-01 13:38 UTC (permalink / raw)
  To: Oleg Drokin; +Cc: reiserfs-list

Oleg Drokin wrote:
> Hello!
> 
> On Tue, Oct 01, 2002 at 08:30:32AM -0500, Jordan Breeding wrote:
> 
> 
>>1) Correct updating of features used to mount the filesystem in the 
>>flags shown in /proc, the following code:
> 
> 
> This one will be included. It's primary intention is to enable remount to pick
> new options.
> 
> 
>>2) Attribute handling, look at this:
> 
> 
> This one will be included too.
> I am working on these two.
> 
> 
>>4) I believe there were some reiserfs 3.6.x changes which went into 
>>2.4.20-pre after the new block allocator, are these changes going to be 
>>applied to the 2.5.x tree as well?
> 
> 
> These changes were discarded in 2.4.20-pre7.
> But we plan to send these to Linus today.
> I am also working on this.
> 
> Bye,
>     Oleg
> 

Thanks, good to hear all of this.

Jordan


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-01 13:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-01 13:30 [QUESTION] Reiserfs 3.6.x features for 2.5.x? Jordan Breeding
2002-10-01 13:36 ` Oleg Drokin
2002-10-01 13:38   ` Jordan Breeding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.