Skip to content

Commit

Permalink
ocfs2: btree changes for unwritten extents
Browse files Browse the repository at this point in the history
Writes to a region marked as unwritten might result in a record split or
merge. We can support splits by making minor changes to the existing insert
code. Merges require left rotations which mostly re-use right rotation
support functions.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
  • Loading branch information
Mark Fasheh committed Jul 11, 2007
1 parent c3afcbb commit 328d575
Show file tree
Hide file tree
Showing 6 changed files with 1,892 additions and 213 deletions.
Loading

0 comments on commit 328d575

Please sign in to comment.