summaryrefslogtreecommitdiffstats
path: root/fs/dlm/lowcomms.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dlm: do synchronized socket connect callAlexander Aring2024-08-081-35/+1
* fs: dlm: remove unused struct 'dlm_processed_nodes'Dr. David Alan Gilbert2024-06-121-6/+0
* dlm: remove unused parameter in dlm_midcomms_addrAlexander Aring2024-05-311-1/+1
* dlm: do message processing in softirq contextAlexander Aring2024-04-091-8/+20
* dlm: use spin_lock_bh for message processingAlexander Aring2024-04-091-8/+8
* dlm: remove allocation parameter in msg allocationAlexander Aring2024-04-091-9/+7
* dlm: Simplify the allocation of slab caches in dlm_lowcomms_msg_cache_createKunwu Chan2024-04-021-1/+1
* dlm: use kernel_connect() and kernel_bind()Jordan Rife2023-11-161-7/+7
* dlm: slow down filling up processing queueAlexander Aring2023-10-121-0/+12
* fs: dlm: remove unused processed_nodesAlexander Aring2023-08-101-1/+0
* Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2023-06-291-43/+6
|\
| * fs: dlm: add send ack threshold and append acks to msgsAlexander Aring2023-06-141-30/+0
| * fs: dlm: filter ourself midcomms callsAlexander Aring2023-06-141-3/+0
| * fs: dlm: cleanup STOP_IO bitflag set when stop ioAlexander Aring2023-06-141-8/+4
| * fs: dlm: don't check othercon twiceAlexander Aring2023-06-141-2/+1
| * fs: dlm: fix missing pending to falseAlexander Aring2023-06-141-0/+1
* | dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-251-3/+7
|/
* Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-271-3/+4
|\
| * net: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-3/+4
* | DLM: increase socket backlog to avoid hangs with 16 nodesEdwin Török2023-03-061-1/+1
* | fs: dlm: add unbound flag to dlm_io workqueueAlexander Aring2023-03-061-2/+2
|/
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-221-0/+5
|\
| * net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+5
* | fs: dlm: bring back previous shutdown handlingAlexander Aring2023-01-231-21/+56
|/
* Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-201-0/+2
* fs: dlm: fix building without lockdepAlexander Aring2022-11-221-1/+5
* fs: dlm: parallelize lowcomms socket handlingAlexander Aring2022-11-211-472/+552
* fs: dlm: don't init error valueAlexander Aring2022-11-211-1/+1
* fs: dlm: use saved sk_error_report()Alexander Aring2022-11-211-5/+1
* fs: dlm: use sock2con without checking nullAlexander Aring2022-11-211-13/+4
* fs: dlm: remove dlm_node_addrs lookup listAlexander Aring2022-11-211-154/+136
* fs: dlm: don't put dlm_local_addrs on heapAlexander Aring2022-11-211-26/+12
* fs: dlm: cleanup listen sock handlingAlexander Aring2022-11-211-34/+17
* fs: dlm: remove socket shutdown handlingAlexander Aring2022-11-211-105/+22
* fs: dlm: use listen sock as dlm running indicatorAlexander Aring2022-11-211-11/+6
* fs: dlm: use list_first_entry_or_nullAlexander Aring2022-11-211-6/+3
* fs: dlm: remove twice INIT_WORKAlexander Aring2022-11-211-1/+0
* fs: dlm: add midcomms init/start functionsAlexander Aring2022-11-211-6/+10
* fs: dlm: relax sending to allow receivingAlexander Aring2022-11-081-5/+10
* fs: dlm: retry accept() until -EAGAIN or error returnsAlexander Aring2022-11-081-1/+5
* fs: dlm: fix sock release if listen failsAlexander Aring2022-11-081-2/+1
* fs: dlm: fix race in lowcommsAlexander Aring2022-08-231-0/+4
* fs: dlm: fix grammar in lowcomms outputAlexander Aring2022-06-241-2/+2
* dlm: add __CHECKER__ for false positivesAlexander Aring2022-04-061-0/+10
* dlm: uninitialized variable on error in dlm_listen_for_all()Dan Carpenter2022-04-061-1/+1
* fs: dlm: print cluster addr if non-cluster node connectsAlexander Aring2022-01-041-4/+22
* fs: dlm: memory cache for lowcomms hotpathAlexander Aring2021-12-071-3/+10
* fs: dlm: memory cache for writequeue_entryAlexander Aring2021-12-071-5/+21
* fs: dlm: remove wq_alloc mutexAlexander Aring2021-12-071-37/+11
* fs: dlm: check for pending users filling buffersAlexander Aring2021-12-071-1/+4