Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / fs / dlm / lowcomms.c
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-10 David Teiglanddlm: use alloc_workqueue function
2011-02-11 David Teiglanddlm: use single thread workqueues
2010-12-13 Namhyung Kimdlm: sanitize work_start() in lowcomms.c
2010-11-12 Bob Petersondlm: reduce cond_resched during send
2010-11-12 David Teiglanddlm: use TCP_NODELAY
2010-11-12 Steven Whitehousedlm: Use cmwq for send and receive workqueues
2010-11-11 David Millerdlm: Handle application limited situations properly.
2010-08-05 Julia Lawallfs/dlm: Drop unnecessary null test
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-11-30 David Teiglanddlm: always use GFP_NOFS
2009-09-30 David Teiglanddlm: fix socket fd translation
2009-09-30 David Teiglanddlm: fix lowcomms_connect_node for sctp
2009-08-24 Paolo Bonzinidlm: use kernel_sendpage
2009-08-24 Lars Marowsky-Breedlm: fix connection close handling
2009-08-18 Casey Dahlindlm: fix double-release of socket in error exit path
2009-07-14 Casey Dahlindlm: free socket in error exit path
2009-05-15 David Teiglanddlm: use more NOFS allocation
2009-05-15 Christine Caulfielddlm: connect to nodes earlier
2009-03-11 Christine Caulfielddlm: replace idr with hash table for connections
2009-01-28 Joe Perchesdlm: comment typo fixes
2009-01-28 Joe Perchesdlm: use ipv6_addr_copy
2008-12-23 Steven Whitehousedlm: remove kmap/kunmap
2008-12-23 Steven Whitehousedlm: fix up memory allocation flags
2008-07-14 Masatake YAMATOdlm: release socket on error
2008-05-19 Marcin Slusarzdlm: tcp_connect_to_sock should check for -EINVAL,...
2008-05-19 Matthias Kaehlckedlm: convert connections_lock in a mutex
2008-01-29 Patrick Caulfelddlm: close othercons
2008-01-29 Lon Hohbergerdlm: bind connections from known local address when...
2007-11-07 David S. Miller[DLM] lowcomms: Do not muck with sysctl_rmem_max.
2007-10-10 Patrick Caulfield[DLM] Make dlm_sendd cond_resched more
2007-10-10 Patrick Caulfield[DLM] Fix lowcomms socket closing
2007-08-14 Patrick Caulfield[DLM] More othercon fixes
2007-08-14 Patrick Caulfield[DLM] zero unused parts of sockaddr_storage
2007-08-14 Patrick Caulfield[DLM] Clear othercon pointers when a connection is...
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-09 akpm@linux-foundat... [GFS2] git-gfs2-nmw-build-fix
2007-07-09 Patrick Caulfield[DLM] Telnet to port 21064 can stop all lockspaces
2007-07-09 Patrick Caulfield[DLM] fix socket shutdown
2007-05-01 David Teigland[DLM] lowcomms style
2007-05-01 Patrick Caulfield[DLM] Lowcomms nodeid range & initialisation fixes
2007-05-01 Josef Bacik[DLM] Fix dlm_lowcoms_stop hang
2007-05-01 Patrick Caulfield[DLM] Consolidate transport protocols
2006-11-30 Patrick Caulfield[DLM] Add support for tcp communications
2006-10-20 Patrick Caulfield[DLM] fix iovec length in recvmsg
2006-10-12 Patrick Caulfield[DLM] fix iovec length in recvmsg
2006-10-09 Al Viro[PATCH] dlm gfp_t annotations
2006-08-11 David Teigland[DLM] move kmap to after spin_unlock
2006-06-19 David Teigland[DLM] init rwsem earlier
2006-05-25 Steven Whitehouse[GFS2] Change name due to local_nodeid being a macro
2006-04-28 David Teigland[DLM] PATCH 2/3 dlm: lowcomms close
2006-01-18 David Teigland[DLM] The core of the DLM for GFS2/CLVM