linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Htree directory index for Ext2, updated
@ 2002-05-17  0:34 Daniel Phillips
  2002-05-17  4:22 ` Albert D. Cahalan
  0 siblings, 1 reply; 17+ messages in thread
From: Daniel Phillips @ 2002-05-17  0:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: Li, Chris, Ted Tso

An updated version of the htree directory index patch for Ext2 is available
at:

   nl.linux.org/~phillips/htree/htree-2.4.18-2

This update fixes a corruption-causing bug.

After learning to my horror that gnu patch will, if a patch was made to be 
applied with option -p0, sometimes apply patches to your 'clean' tree (the 
one with the ---'s) instead of the target tree (the one with the +++'s) I 
decided to switch to -p1, and that is how this patch is to be applied.

Changes:

  - Off-by-one bug in second level index block splitting identified
    by Ted using his prototype Htree extensions to e2fsck, isolated using
    same, and fixed by Chris Li (Ted, Chris)

  - Added a missing static, allowing htree to be applied to
    Ext2 and Ext3 simultaneously, withload symbol conflicts (Me)

News:

  - Htree has been ported to Ext3 by Chris Li, patch to be available soon.
    (Chris, do you need a place to post it?)

In progress:

  - Port to Ext3 (Chris)
  - e2fsprogs extensions (Ted)
  - Tuning/testing/finalizing of hash function
  - Delete coalescing

To do:

  - Highmem support (currently buggy)
  - telldir cookie(s)
  - Hash attack resistance
  - Source cleanup
  - Port to 2.5

-- 
Daniel

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

end of thread, other threads:[~2002-05-22 14:42 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-17  0:34 Htree directory index for Ext2, updated Daniel Phillips
2002-05-17  4:22 ` Albert D. Cahalan
2002-05-17  5:18   ` Daniel Phillips
2002-05-17  7:36     ` Albert D. Cahalan
2002-05-18  1:21       ` Daniel Phillips
2002-05-18  5:34         ` Andreas Dilger
2002-05-18  5:44           ` Daniel Phillips
2002-05-18  5:57             ` Kai Germaschewski
2002-05-18  5:58             ` Andreas Dilger
2002-05-18  6:13               ` Daniel Phillips
2002-05-18 17:26                 ` Andreas Dilger
2002-05-22  9:43                   ` Daniel Phillips
2002-05-22 10:23                     ` Andreas Dilger
2002-05-22 14:40                       ` Larry McVoy
2002-05-18  6:22               ` Daniel Phillips
2002-05-17  7:43     ` Russell King
2002-05-18  0:49       ` Daniel Phillips

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).