Displaying 1 result from an estimated 1 matches for "theodori".
Did you mean:
theodor
2001 Aug 20
2
tytso's readdir speedup patch - adoptable?
Hello,
recently Theodory Tso posted a patch for the ext2fs driver, which
improves speed of find and similar programs. Background: the application
access all entries in the directory in the order they are stored on the
disk. The current ext2 (and apparently Ext3) run a lookup function for
each readdir call, starting with the first node! Theodore stores a
refference to the node which was accessed