aboutsummaryrefslogtreecommitdiff
path: root/fs/dlm/lowcomms.c
AgeCommit message (Expand)Author
2013-04-09net: sctp: introduce uapi header for sctpDaniel Borkmann
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-11-01dlm: remove unused variable in *dlm_lowcomms_get_buffer()Wei Yongjun
2012-08-13dlm: cleanup send_to_sock routineYing Xue
2012-08-10dlm: convert add_sock routine return value type to voidYing Xue
2012-08-10dlm: remove redundant variable assignmentsXue Ying
2012-08-08dlm: fix deadlock between dlm_send and dlm_controldDavid Teigland
2012-04-26dlm: prevent connections during shutdownDavid Teigland
2012-03-21Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2012-03-21dlm: last element of dlm_local_addr[] never usedDavid Teigland
2012-03-08dlm: Do not allocate a fd for peeloffBenjamin Poirier
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-07-06dlm: dump address of unknown nodeMasatake YAMATO
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-10dlm: use alloc_workqueue functionDavid Teigland
2011-02-11dlm: use single thread workqueuesDavid Teigland
2010-12-13dlm: sanitize work_start() in lowcomms.cNamhyung Kim
2010-11-12dlm: reduce cond_resched during sendBob Peterson
2010-11-12dlm: use TCP_NODELAYDavid Teigland
2010-11-12dlm: Use cmwq for send and receive workqueuesSteven Whitehouse
2010-11-11dlm: Handle application limited situations properly.David Miller
2010-08-05fs/dlm: Drop unnecessary null testJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-30dlm: always use GFP_NOFSDavid Teigland
2009-09-30dlm: fix socket fd translationDavid Teigland
2009-09-30dlm: fix lowcomms_connect_node for sctpDavid Teigland
2009-08-24dlm: use kernel_sendpagePaolo Bonzini
2009-08-24dlm: fix connection close handlingLars Marowsky-Bree
2009-08-18dlm: fix double-release of socket in error exit pathCasey Dahlin
2009-07-14dlm: free socket in error exit pathCasey Dahlin
2009-05-15dlm: use more NOFS allocationDavid Teigland
2009-05-15dlm: connect to nodes earlierChristine Caulfield
2009-03-11dlm: replace idr with hash table for connectionsChristine Caulfield
2009-01-28dlm: comment typo fixesJoe Perches
2009-01-28dlm: use ipv6_addr_copyJoe Perches
2008-12-23dlm: remove kmap/kunmapSteven Whitehouse
2008-12-23dlm: fix up memory allocation flagsSteven Whitehouse
2008-07-14dlm: release socket on errorMasatake YAMATO
2008-05-19dlm: tcp_connect_to_sock should check for -EINVAL, not EINVALMarcin Slusarz
2008-05-19dlm: convert connections_lock in a mutexMatthias Kaehlcke
2008-01-29dlm: close otherconsPatrick Caulfeld
2008-01-29dlm: bind connections from known local address when using TCPLon Hohberger
2007-11-07[DLM] lowcomms: Do not muck with sysctl_rmem_max.David S. Miller
2007-10-10[DLM] Make dlm_sendd cond_resched morePatrick Caulfield
2007-10-10[DLM] Fix lowcomms socket closingPatrick Caulfield
2007-08-14[DLM] More othercon fixesPatrick Caulfield
2007-08-14[DLM] zero unused parts of sockaddr_storagePatrick Caulfield
2007-08-14[DLM] Clear othercon pointers when a connection is closedPatrick Caulfield
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-09[GFS2] git-gfs2-nmw-build-fixakpm@linux-foundation.org