search for: tcp_intern

Displaying 9 results from an estimated 9 matches for "tcp_intern".

Did you mean: tcp_internal
2008 Aug 06
1
[2.6 patch] ocfs2/cluster/tcp.c: make some functions static
...de sense as far as it fixed compile warnings, but it was not required that it made the functions global. Signed-off-by: Adrian Bunk <bunk at kernel.org> --- This patch has been sent on: - 5 Jun 2008 fs/ocfs2/cluster/tcp.c | 44 ++++++++++++++++++++++++++------ fs/ocfs2/cluster/tcp_internal.h | 32 ----------------------- 2 files changed, 37 insertions(+), 39 deletions(-) dd88fbb63c1952663eed2f1d93b85a95938cf37c diff --git a/fs/ocfs2/cluster/tcp.c b/fs/ocfs2/cluster/tcp.c index a27d615..2bcf706 100644 --- a/fs/ocfs2/cluster/tcp.c +++ b/fs/ocfs2/cluster/tcp.c @@ -143,8 +143,8 @@ s...
2008 Feb 04
0
[PATCH] o2net: Reconnect after idle time out.
...event. If the other node is really dead, then we will eventually get a node down event. If not, we should be able to connect again and continue. Signed-off-by: Tao Ma <tao.ma@oracle.com> --- fs/ocfs2/cluster/tcp.c | 41 +++++++++++++++++++++++++-------------- fs/ocfs2/cluster/tcp_internal.h | 2 ++ 2 files changed, 28 insertions(+), 15 deletions(-) 8a10f583244554c18234a031113a8ad6c796f51d diff --git a/fs/ocfs2/cluster/tcp.c b/fs/ocfs2/cluster/tcp.c index ee50c96..ad81a5e 100644 --- a/fs/ocfs2/cluster/tcp.c +++ b/fs/ocfs2/cluster/tcp.c @@ -399,8 +399,6 @@ static void o2net_set_...
2008 Feb 13
2
[PATCH] o2net: Reconnect after idle time out.V2
...event. If the other node is really dead, then we will eventually get a node down event. If not, we should be able to connect again and continue. Signed-off-by: Tao Ma <tao.ma@oracle.com> --- fs/ocfs2/cluster/tcp.c | 51 ++++++++++++++++++++++++++++----------- fs/ocfs2/cluster/tcp_internal.h | 2 ++ 2 files changed, 38 insertions(+), 15 deletions(-) 80a4fe7d969802b1943ddd8f3860803458798146 diff --git a/fs/ocfs2/cluster/tcp.c b/fs/ocfs2/cluster/tcp.c index ee50c96..d808bfa 100644 --- a/fs/ocfs2/cluster/tcp.c +++ b/fs/ocfs2/cluster/tcp.c @@ -399,8 +399,6 @@ static void o2net_set_...
2008 Feb 26
2
Patch to add debugfs interface to o2net
This is a forward port for net_proc.c from 1.2.
2009 Nov 20
3
o2net patch that avoids socket disconnect/reconnect
This fix modifies o2net layer behavior which seems to trigger some DLM race issues during umount/evictions that needs to be fixed as well. I am working on the dlm issues but meanwhile please review this patch. Thanks, --Srini
2006 Jan 09
0
[PATCH 01/11] ocfs2: event-driven quorum
...14 ++++++ fs/ocfs2/cluster/heartbeat.h | 5 ++ fs/ocfs2/cluster/nodemanager.c | 3 + fs/ocfs2/cluster/quorum.c | 82 +++++++++++++++++++++++++++++++++++++--- fs/ocfs2/cluster/quorum.h | 13 ++---- fs/ocfs2/cluster/tcp.c | 36 +++++------------ fs/ocfs2/cluster/tcp_internal.h | 12 ----- 7 files changed, 117 insertions(+), 48 deletions(-) Signed-off-by: Jeff Mahoney <jeffm at suse.com> diff -ruNpX dontdiff linux-2.6.15-staging1/fs/ocfs2/cluster/heartbeat.c linux-2.6.15-staging2/fs/ocfs2/cluster/heartbeat.c --- linux-2.6.15-staging1/fs/ocfs2/cluster/heartbea...
2008 Aug 01
1
[git patches] Ocfs2 and Configfs fixes
The only non-fix here is Joel's new configfs convenience macros, but nobody is using them yet, so I think the patch is safe. By the way, these patches (as usual) are all rebased on top of your latest tree. I think that since the vast majority of ocfs2 and configfs patches are self-contained and within a small area of the kernel that this should probably be fine. If you feel otherwise however,
2008 Jan 25
0
[git patches] ocfs2 and configfs updates
...fs2/alloc.c | 8 +- fs/ocfs2/aops.c | 137 ++++--- fs/ocfs2/buffer_head_io.c | 65 +++- fs/ocfs2/buffer_head_io.h | 2 + fs/ocfs2/cluster/heartbeat.h | 2 +- fs/ocfs2/cluster/tcp.h | 4 +- fs/ocfs2/cluster/tcp_internal.h | 8 +- fs/ocfs2/cluster/ver.c | 2 +- fs/ocfs2/dcache.c | 8 +- fs/ocfs2/dir.c | 8 +- fs/ocfs2/dlm/dlmfsver.c | 2 +- fs/ocfs2/dlm/dlmrecovery.c | 19 +- fs/ocfs2/dlm/dlmver.c | 2 +-...
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
...s/ocfs2/Makefile | 14 +- fs/ocfs2/alloc.c | 465 +++++++++++++-- fs/ocfs2/aops.c | 6 +- fs/ocfs2/cluster/sys.c | 9 + fs/ocfs2/cluster/tcp.c | 96 ++-- fs/ocfs2/cluster/tcp_internal.h | 2 + fs/ocfs2/dlm/dlmcommon.h | 49 ++ fs/ocfs2/dlm/dlmdebug.c | 911 +++++++++++++++++++++++++--- fs/ocfs2/dlm/dlmdebug.h | 86 +++ fs/ocfs2/dlm/dlmdomain.c | 70 ++- fs/ocfs2/dlm/dlmlock.c...