summaryrefslogtreecommitdiffstats
path: root/fs/dlm/lowcomms.c
Commit message (Expand)AuthorAgeFilesLines
...
* dlm: clear correct init bit during sctp setupMike Christie2013-06-141-1/+1
* net: sctp: introduce uapi header for sctpDaniel Borkmann2013-04-091-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-7/+4
* dlm: remove unused variable in *dlm_lowcomms_get_buffer()Wei Yongjun2012-11-011-3/+2
* dlm: cleanup send_to_sock routineYing Xue2012-08-131-4/+1
* dlm: convert add_sock routine return value type to voidYing Xue2012-08-101-2/+1
* dlm: remove redundant variable assignmentsXue Ying2012-08-101-2/+0
* dlm: fix deadlock between dlm_send and dlm_controldDavid Teigland2012-08-081-24/+181
* dlm: prevent connections during shutdownDavid Teigland2012-04-261-8/+20
* Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2012-03-211-1/+1
|\
| * dlm: last element of dlm_local_addr[] never usedDavid Teigland2012-03-211-1/+1
* | dlm: Do not allocate a fd for peeloffBenjamin Poirier2012-03-081-14/+8
|/
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-1/+1
* dlm: dump address of unknown nodeMasatake YAMATO2011-07-061-4/+5
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* dlm: use alloc_workqueue functionDavid Teigland2011-03-101-2/+4
* dlm: use single thread workqueuesDavid Teigland2011-02-111-4/+2
* dlm: sanitize work_start() in lowcomms.cNamhyung Kim2010-12-131-9/+6
* dlm: reduce cond_resched during sendBob Peterson2010-11-121-1/+9
* dlm: use TCP_NODELAYDavid Teigland2010-11-121-0/+10
* dlm: Use cmwq for send and receive workqueuesSteven Whitehouse2010-11-121-2/+4
* dlm: Handle application limited situations properly.David Miller2010-11-111-1/+21
* fs/dlm: Drop unnecessary null testJulia Lawall2010-08-051-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dlm: always use GFP_NOFSDavid Teigland2009-11-301-3/+3
* dlm: fix socket fd translationDavid Teigland2009-09-301-11/+12
* dlm: fix lowcomms_connect_node for sctpDavid Teigland2009-09-301-3/+10
* dlm: use kernel_sendpagePaolo Bonzini2009-08-241-5/+2
* dlm: fix connection close handlingLars Marowsky-Bree2009-08-241-2/+13
* dlm: fix double-release of socket in error exit pathCasey Dahlin2009-08-181-3/+1
* dlm: free socket in error exit pathCasey Dahlin2009-07-141-1/+3
* dlm: use more NOFS allocationDavid Teigland2009-05-151-3/+3
* dlm: connect to nodes earlierChristine Caulfield2009-05-151-1/+15
* dlm: replace idr with hash table for connectionsChristine Caulfield2009-03-111-79/+92
* dlm: comment typo fixesJoe Perches2009-01-281-3/+3
* dlm: use ipv6_addr_copyJoe Perches2009-01-281-2/+2
* dlm: remove kmap/kunmapSteven Whitehouse2008-12-231-7/+0
* dlm: fix up memory allocation flagsSteven Whitehouse2008-12-231-0/+1
* dlm: release socket on errorMasatake YAMATO2008-07-141-1/+3
* dlm: tcp_connect_to_sock should check for -EINVAL, not EINVALMarcin Slusarz2008-05-191-1/+1
* dlm: convert connections_lock in a mutexMatthias Kaehlcke2008-05-191-12/+13
* dlm: close otherconsPatrick Caulfeld2008-01-291-0/+2
* dlm: bind connections from known local address when using TCPLon Hohberger2008-01-291-1/+12
* [DLM] lowcomms: Do not muck with sysctl_rmem_max.David S. Miller2007-11-071-5/+1
* [DLM] Make dlm_sendd cond_resched morePatrick Caulfield2007-10-101-3/+4
* [DLM] Fix lowcomms socket closingPatrick Caulfield2007-10-101-12/+4
* [DLM] More othercon fixesPatrick Caulfield2007-08-141-10/+15
* [DLM] zero unused parts of sockaddr_storagePatrick Caulfield2007-08-141-0/+1
* [DLM] Clear othercon pointers when a connection is closedPatrick Caulfield2007-08-141-0/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
OpenPOWER on IntegriCloud