aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-07ocfs2/cluster: Check slots for unconfigured live nodesSunil Mushran1-0/+5
2010-09-18ocfs2/net: fix uninitialized ret in o2net_send_message_vec()Wu Fengguang1-1/+1
2010-08-07O2net: Disallow o2net accept connection request from itself.Tristan Ye1-5/+12
2010-05-05o2net: log socket state changesSrinivas Eeda1-0/+3
2010-03-12fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %pI4Joe Perches1-2/+2
2010-02-08ocfs2/cluster: Make o2net connect messages KERN_NOTICESunil Mushran1-3/+3
2010-01-25ocfs2/trivial: Remove trailing whitespacesSunil Mushran1-2/+2
2009-06-15ocfs2/net: Use wait_event() in o2net_send_message_vec()Sunil Mushran1-5/+2
2008-10-31fs: replace NIPQUAD()Harvey Harrison1-15/+14
2008-08-22[PATCH] ocfs2/cluster/tcp.c: make some functions staticAdrian Bunk1-7/+37
2008-05-30[PATCH 3/3] ocfs2/net: Silence build warningsSunil Mushran1-19/+9
2008-04-18ocfs2/net: Add debug interface to o2netSunil Mushran1-0/+68
2008-04-18ocfs2/cluster: Get rid of arguments to the timeout routinesJeff Mahoney1-27/+20
2008-04-18ocfs2: Reconnect after idle time out.Tao Ma1-15/+36
2008-03-10ocfs2: Fix NULL pointer dereferences in o2netTao Ma1-5/+4
2007-12-05remove nonsense force-casts from ocfs2Al Viro1-14/+6
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Trond Myklebust1-2/+2
2007-08-09ocfs2: Retry sendpage() if it returns EAGAINSunil Mushran1-8/+16
2007-07-10[PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig1-9/+4
2007-07-10ocfs2: Depend on configfs heartbeat items.Joel Becker1-4/+4
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2/clusterMark Fasheh1-5/+5
2007-03-14ocfs2: Proper cleanup in case of error in ocfs2_register_hb_callbacks()Joel Becker1-11/+2
2007-02-07ocfs2: introduce sc->sc_send_lock to protect outbound outbound messagesZhen Wei1-0/+8
2007-02-07ocfs2: Binds listener to the configured ip addressSunil Mushran1-7/+8
2007-02-07ocfs2: Added post handler callable function in o2net message handlerKurt Hackel1-1/+11
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-5/+5
2006-12-11[patch 3/3] OCFS2 Configurable timeouts - Protocol changesAndrew Beekhof1-9/+83
2006-12-07[patch 2/3] OCFS2 Configurable timeoutsJeff Mahoney1-12/+48
2006-11-22WorkStruct: make allyesconfigDavid Howells1-34/+44
2006-06-29ocfs2: Cleanup message printsSunil Mushran1-7/+7
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-03-01[PATCH] ocfs2: added source addr to bind() in o2net_start_connect()Sunil Mushran1-2/+12
2006-02-03[PATCH] ocfs2: fix compile warningsMark Fasheh1-7/+9
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemZach Brown1-0/+1829