All of lore.kernel.org
 help / color / mirror / Atom feed
* [UPDATE] Directory index for ext2
@ 2001-05-31 16:13 Daniel Phillips
  2001-05-31 19:44 ` [Ext2-devel] " Andreas Dilger
  2001-06-20 14:59 ` Tony Gale
  0 siblings, 2 replies; 17+ messages in thread
From: Daniel Phillips @ 2001-05-31 16:13 UTC (permalink / raw)
  To: linux-kernel, ext2-devel; +Cc: Alexander Viro, Andreas Dilger

Changes:

  - Freshen to 2.4.5
  - EXT2_FEATURE_COMPAT_DIR_INDEX flag finalized
  - Break up ext2_add_entry for aesthetic reasons (Al Viro)
  - Handle more than 64K directories per directory (Andreas Dilger)
  - Bug fix: new inode no longer inherits index flag (Andreas Dilger)
  - Bug fix: correct handling of error on index create (Al Viro)

To-Do:

  - More factoring of ext2_add_entry
  - Fall back to linear search in case of corrupted index
  - Finalize hash function

The patch is available at:

    http://nl.linux.org/~phillips/htree/dx.pcache-2.4.5   

It requires Al Viro's directory-in-pcache patch:

    ftp://ftp.math.psu.edu/pub/viro/ext2-dir-patch-S5.gz

To apply:

    cd mysource/linux
    zcat ext2-dir-patch-S5.gz | patch -p1
    cat dx.pcache-2.4.5 | patch -p0

To create an indexed directory:

    mount /dev/hdxxx /test -o index
    mkdir /test/foo

No known bugs, please test, thanks in advance.

--
Daniel


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

end of thread, other threads:[~2001-07-03 10:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-31 16:13 [UPDATE] Directory index for ext2 Daniel Phillips
2001-05-31 19:44 ` [Ext2-devel] " Andreas Dilger
2001-05-31 21:02   ` Daniel Phillips
2001-05-31 22:42     ` Andreas Dilger
2001-06-03  0:19   ` Daniel Phillips
2001-06-20 14:59 ` Tony Gale
2001-06-20 16:02   ` [Ext2-devel] " Theodore Tso
2001-06-20 17:27     ` Daniel Phillips
2001-06-20 16:58   ` Daniel Phillips
2001-06-25  9:46     ` Tony Gale
2001-06-25 16:10       ` Daniel Phillips
2001-06-25 19:51         ` [Ext2-devel] " Andreas Dilger
2001-06-25 22:25           ` Daniel Phillips
2001-06-26  9:27             ` Tony Gale
2001-06-26 23:49             ` Theodore Tso
2001-06-27  0:08               ` [RFC] Checks in ext2_new_block() Alexander Viro
2001-07-03 10:00               ` [Ext2-devel] Re: [UPDATE] Directory index for ext2 Tony Gale

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.