Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-03 | [PATCH] BUG_ON() Conversion in fs/ocfs2/ | Eric Sesterhenn / snakebyte | |
this changes if() BUG(); constructs to BUG_ON() which is cleaner, contains unlikely() and can better optimized away. Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com> | |||
2006-01-03 | [PATCH] OCFS2: The Second Oracle Cluster Filesystem | Mark Fasheh | |
The OCFS2 file system module. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com> Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com> |