aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/lowcomms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-13dlm: sanitize work_start() in lowcomms.cNamhyung Kim1-9/+6
2010-11-12dlm: reduce cond_resched during sendBob Peterson1-1/+9
2010-11-12dlm: use TCP_NODELAYDavid Teigland1-0/+10
2010-11-12dlm: Use cmwq for send and receive workqueuesSteven Whitehouse1-2/+4
2010-11-11dlm: Handle application limited situations properly.David Miller1-1/+21
2010-08-05fs/dlm: Drop unnecessary null testJulia Lawall1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-30dlm: always use GFP_NOFSDavid Teigland1-3/+3
2009-09-30dlm: fix socket fd translationDavid Teigland1-11/+12
2009-09-30dlm: fix lowcomms_connect_node for sctpDavid Teigland1-3/+10
2009-08-24dlm: use kernel_sendpagePaolo Bonzini1-5/+2
2009-08-24dlm: fix connection close handlingLars Marowsky-Bree1-2/+13
2009-08-18dlm: fix double-release of socket in error exit pathCasey Dahlin1-3/+1
2009-07-14dlm: free socket in error exit pathCasey Dahlin1-1/+3
2009-05-15dlm: use more NOFS allocationDavid Teigland1-3/+3
2009-05-15dlm: connect to nodes earlierChristine Caulfield1-1/+15
2009-03-11dlm: replace idr with hash table for connectionsChristine Caulfield1-79/+92
2009-01-28dlm: comment typo fixesJoe Perches1-3/+3
2009-01-28dlm: use ipv6_addr_copyJoe Perches1-2/+2
2008-12-23dlm: remove kmap/kunmapSteven Whitehouse1-7/+0
2008-12-23dlm: fix up memory allocation flagsSteven Whitehouse1-0/+1
2008-07-14dlm: release socket on errorMasatake YAMATO1-1/+3
2008-05-19dlm: tcp_connect_to_sock should check for -EINVAL, not EINVALMarcin Slusarz1-1/+1
2008-05-19dlm: convert connections_lock in a mutexMatthias Kaehlcke1-12/+13
2008-01-29dlm: close otherconsPatrick Caulfeld1-0/+2
2008-01-29dlm: bind connections from known local address when using TCPLon Hohberger1-1/+12
2007-11-07[DLM] lowcomms: Do not muck with sysctl_rmem_max.David S. Miller1-5/+1
2007-10-10[DLM] Make dlm_sendd cond_resched morePatrick Caulfield1-3/+4
2007-10-10[DLM] Fix lowcomms socket closingPatrick Caulfield1-12/+4
2007-08-14[DLM] More othercon fixesPatrick Caulfield1-10/+15
2007-08-14[DLM] zero unused parts of sockaddr_storagePatrick Caulfield1-0/+1
2007-08-14[DLM] Clear othercon pointers when a connection is closedPatrick Caulfield1-0/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-09[GFS2] git-gfs2-nmw-build-fixakpm@linux-foundation.org1-1/+1
2007-07-09[DLM] Telnet to port 21064 can stop all lockspacesPatrick Caulfield1-4/+10
2007-07-09[DLM] fix socket shutdownPatrick Caulfield1-3/+6
2007-05-01[DLM] lowcomms styleDavid Teigland1-30/+37
2007-05-01[DLM] Lowcomms nodeid range & initialisation fixesPatrick Caulfield1-9/+9
2007-05-01[DLM] Fix dlm_lowcoms_stop hangJosef Bacik1-1/+1
2007-05-01[DLM] Consolidate transport protocolsPatrick Caulfield1-0/+1468
2006-11-30[DLM] Add support for tcp communicationsPatrick Caulfield1-1239/+0
2006-10-20[DLM] fix iovec length in recvmsgPatrick Caulfield1-0/+1
2006-10-12[DLM] fix iovec length in recvmsgPatrick Caulfield1-1/+1
2006-10-09[PATCH] dlm gfp_t annotationsAl Viro1-3/+3
2006-08-11[DLM] move kmap to after spin_unlockDavid Teigland1-1/+1
2006-06-19[DLM] init rwsem earlierDavid Teigland1-4/+3
2006-05-25[GFS2] Change name due to local_nodeid being a macroSteven Whitehouse1-24/+24
2006-04-28[DLM] PATCH 2/3 dlm: lowcomms closeDavid Teigland1-0/+21
2006-01-18[DLM] The core of the DLM for GFS2/CLVMDavid Teigland1-0/+1218