index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dlm
/
lowcomms.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dlm: do synchronized socket connect call
Alexander Aring
2024-08-08
1
-35
/
+1
*
fs: dlm: remove unused struct 'dlm_processed_nodes'
Dr. David Alan Gilbert
2024-06-12
1
-6
/
+0
*
dlm: remove unused parameter in dlm_midcomms_addr
Alexander Aring
2024-05-31
1
-1
/
+1
*
dlm: do message processing in softirq context
Alexander Aring
2024-04-09
1
-8
/
+20
*
dlm: use spin_lock_bh for message processing
Alexander Aring
2024-04-09
1
-8
/
+8
*
dlm: remove allocation parameter in msg allocation
Alexander Aring
2024-04-09
1
-9
/
+7
*
dlm: Simplify the allocation of slab caches in dlm_lowcomms_msg_cache_create
Kunwu Chan
2024-04-02
1
-1
/
+1
*
dlm: use kernel_connect() and kernel_bind()
Jordan Rife
2023-11-16
1
-7
/
+7
*
dlm: slow down filling up processing queue
Alexander Aring
2023-10-12
1
-0
/
+12
*
fs: dlm: remove unused processed_nodes
Alexander Aring
2023-08-10
1
-1
/
+0
*
Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2023-06-29
1
-43
/
+6
|
\
|
*
fs: dlm: add send ack threshold and append acks to msgs
Alexander Aring
2023-06-14
1
-30
/
+0
|
*
fs: dlm: filter ourself midcomms calls
Alexander Aring
2023-06-14
1
-3
/
+0
|
*
fs: dlm: cleanup STOP_IO bitflag set when stop io
Alexander Aring
2023-06-14
1
-8
/
+4
|
*
fs: dlm: don't check othercon twice
Alexander Aring
2023-06-14
1
-2
/
+1
|
*
fs: dlm: fix missing pending to false
Alexander Aring
2023-06-14
1
-0
/
+1
*
|
dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
2023-06-25
1
-3
/
+7
|
/
*
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-04-27
1
-3
/
+4
|
\
|
*
net: annotate lockless accesses to sk->sk_err_soft
Eric Dumazet
2023-03-17
1
-3
/
+4
*
|
DLM: increase socket backlog to avoid hangs with 16 nodes
Edwin Török
2023-03-06
1
-1
/
+1
*
|
fs: dlm: add unbound flag to dlm_io workqueue
Alexander Aring
2023-03-06
1
-2
/
+2
|
/
*
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-22
1
-0
/
+5
|
\
|
*
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2023-01-23
1
-0
/
+5
*
|
fs: dlm: bring back previous shutdown handling
Alexander Aring
2023-01-23
1
-21
/
+56
|
/
*
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
2022-12-20
1
-0
/
+2
*
fs: dlm: fix building without lockdep
Alexander Aring
2022-11-22
1
-1
/
+5
*
fs: dlm: parallelize lowcomms socket handling
Alexander Aring
2022-11-21
1
-472
/
+552
*
fs: dlm: don't init error value
Alexander Aring
2022-11-21
1
-1
/
+1
*
fs: dlm: use saved sk_error_report()
Alexander Aring
2022-11-21
1
-5
/
+1
*
fs: dlm: use sock2con without checking null
Alexander Aring
2022-11-21
1
-13
/
+4
*
fs: dlm: remove dlm_node_addrs lookup list
Alexander Aring
2022-11-21
1
-154
/
+136
*
fs: dlm: don't put dlm_local_addrs on heap
Alexander Aring
2022-11-21
1
-26
/
+12
*
fs: dlm: cleanup listen sock handling
Alexander Aring
2022-11-21
1
-34
/
+17
*
fs: dlm: remove socket shutdown handling
Alexander Aring
2022-11-21
1
-105
/
+22
*
fs: dlm: use listen sock as dlm running indicator
Alexander Aring
2022-11-21
1
-11
/
+6
*
fs: dlm: use list_first_entry_or_null
Alexander Aring
2022-11-21
1
-6
/
+3
*
fs: dlm: remove twice INIT_WORK
Alexander Aring
2022-11-21
1
-1
/
+0
*
fs: dlm: add midcomms init/start functions
Alexander Aring
2022-11-21
1
-6
/
+10
*
fs: dlm: relax sending to allow receiving
Alexander Aring
2022-11-08
1
-5
/
+10
*
fs: dlm: retry accept() until -EAGAIN or error returns
Alexander Aring
2022-11-08
1
-1
/
+5
*
fs: dlm: fix sock release if listen fails
Alexander Aring
2022-11-08
1
-2
/
+1
*
fs: dlm: fix race in lowcomms
Alexander Aring
2022-08-23
1
-0
/
+4
*
fs: dlm: fix grammar in lowcomms output
Alexander Aring
2022-06-24
1
-2
/
+2
*
dlm: add __CHECKER__ for false positives
Alexander Aring
2022-04-06
1
-0
/
+10
*
dlm: uninitialized variable on error in dlm_listen_for_all()
Dan Carpenter
2022-04-06
1
-1
/
+1
*
fs: dlm: print cluster addr if non-cluster node connects
Alexander Aring
2022-01-04
1
-4
/
+22
*
fs: dlm: memory cache for lowcomms hotpath
Alexander Aring
2021-12-07
1
-3
/
+10
*
fs: dlm: memory cache for writequeue_entry
Alexander Aring
2021-12-07
1
-5
/
+21
*
fs: dlm: remove wq_alloc mutex
Alexander Aring
2021-12-07
1
-37
/
+11
*
fs: dlm: check for pending users filling buffers
Alexander Aring
2021-12-07
1
-1
/
+4
[next]