ocfs2: btree changes for unwritten extents
authorMark Fasheh <mark.fasheh@oracle.com>
Mon, 18 Jun 2007 17:48:04 +0000 (10:48 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 11 Jul 2007 00:32:00 +0000 (17:32 -0700)
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>
fs/ocfs2/alloc.c
fs/ocfs2/alloc.h
fs/ocfs2/endian.h
fs/ocfs2/extent_map.c
fs/ocfs2/ocfs2.h
fs/ocfs2/ocfs2_fs.h

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge