search for: s_bh

Displaying 4 results from an estimated 4 matches for "s_bh".

Did you mean: s_bhs
2004 Jun 06
1
[PATCH] use sb_getblk
...CFS_SB(sb) ((ocfs_super *)OCFS_GENERIC_SB_MEMBER(sb)) @@ -617,11 +612,7 @@ struct semaphore s_sem; struct list_head s_list; unsigned long s_blocknr; -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) dev_t s_dev; -#else - kdev_t s_dev; -#endif atomic_t s_refcnt; struct buffer_head *s_bh; wait_queue_head_t s_wait; Index: src/inc/ocfs_compat.h =================================================================== --- src/inc/ocfs_compat.h (revision 1014) +++ src/inc/ocfs_compat.h (working copy) @@ -62,6 +62,11 @@ #define io_schedule schedule #endif +#define flush_sched...
2009 Apr 03
42
[PATCH 00/42] ocfs2: Add reflink file support. V2
Hi all, Change from v1 to v2: bug fix and metadata/credits reservation improvement. The general information for reflink, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink. For the design doc, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/RefcountTrees http://oss.oracle.com/osswiki/OCFS2/DesignDocs/ReflinkOperation
2009 Mar 27
42
[PATCH 00/42] ocfs2: Add reflink file support. V1
Hi all, So I have finally finished the v1 of reflink for ocfs2. It has some bugs that I am still investigating, but the schema is almost there. So I'd like to send it out first for review. And Tristan and I will continue to work on the stability of the code. The general information for reflink, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink. For the design doc, please
2009 Apr 30
42
[PATCH 00/39] ocfs2: Add reflink file support. V3
Hi all, So I have finally finished the v3 of reflink for ocfs2. The biggest change is that we support 64bit cluster offset now(Thank Mark and Joel for it). [View] http://oss.oracle.com/git/?p=tma/linux-2.6.git;a=shortlog;h=refcount [Pull] git://oss.oracle.com/git/tma/linux-2.6.git refcount The general information for reflink, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink.