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

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.