Skip to content

Commit

Permalink
ocfs2: Introduce dir free space list
Browse files Browse the repository at this point in the history
The only operation which doesn't get faster with directory indexing is
insert, which still has to walk the entire unindexed directory portion to
find a free block. This patch provides an improvement in directory insert
performance by maintaining a singly linked list of directory leaf blocks
which have space for additional dirents.

Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Acked-by: Joel Becker <joel.becker@oracle.com>
  • Loading branch information
Mark Fasheh committed Apr 3, 2009
1 parent 4ed8a6b commit e7c17e4
Show file tree
Hide file tree
Showing 4 changed files with 490 additions and 93 deletions.
Loading

0 comments on commit e7c17e4

Please sign in to comment.