summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/endian.h
Commit message (Collapse)AuthorAgeFilesLines
* ocfs2: btree changes for unwritten extentsMark Fasheh2007-07-101-0/+5
| | | | | | | | | 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>
* [PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh2006-01-031-0/+45
The OCFS2 file system module. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com> Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>