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