index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
/
lowcomms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-08
dlm: use hlist_for_each_entry_srcu for SRCU protected lists
Li RongQing
1
-4
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
1
-2
/
+2
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-3
/
+3
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-04-30
dlm: use SHUT_RDWR for SCTP shutdown
Alexander Aring
1
-1
/
+4
2025-04-30
dlm: mask sk_shutdown value
Alexander Aring
1
-1
/
+1
2025-03-18
dlm: make tcp still work in multi-link env
Heming Zhao
1
-2
/
+2
2024-12-19
dlm: fix srcu_read_lock() return type to int
Alexander Aring
1
-1
/
+2
2024-10-04
dlm: handle port as __be16 network byte order
Alexander Aring
1
-4
/
+4
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
-465
/
+545
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
-152
/
+134
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
[next]