index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
/
lowcomms.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-11-17
fs: dlm: fix build with CONFIG_IPV6 disabled
Alexander Aring
1
-0
/
+2
2021-11-15
fs: dlm: replace use of socket sk_callback_lock with sock_lock
Alexander Aring
1
-17
/
+10
2021-11-15
fs: dlm: don't call kernel_getpeername() in error_report()
Alexander Aring
1
-22
/
+20
2021-11-03
fs: dlm: remove double list_first_entry call
Alexander Aring
1
-1
/
+0
2021-11-02
fs: dlm: let handle callback data as void
Alexander Aring
1
-10
/
+9
2021-11-02
fs: dlm: trace socket handling
Alexander Aring
1
-0
/
+4
2021-11-02
fs: dlm: remove check SCTP is loaded message
Alexander Aring
1
-1
/
+1
2021-08-19
fs: dlm: implement delayed ack handling
Alexander Aring
1
-0
/
+1
2021-07-19
fs: dlm: move receive loop into receive handler
Alexander Aring
1
-37
/
+31
2021-07-19
fs: dlm: fix multiple empty writequeue alloc
Alexander Aring
1
-0
/
+21
2021-07-19
fs: dlm: generic connect func
Alexander Aring
1
-193
/
+150
2021-07-19
fs: dlm: auto load sctp module
Alexander Aring
1
-5
/
+15
2021-07-19
fs: dlm: introduce generic listen
Alexander Aring
1
-115
/
+113
2021-07-19
fs: dlm: move to static proto ops
Alexander Aring
1
-22
/
+30
2021-07-19
fs: dlm: introduce con_next_wq helper
Alexander Aring
1
-22
/
+35
2021-07-19
fs: dlm: clear CF_APP_LIMITED on close
Alexander Aring
1
-0
/
+1
2021-07-19
fs: dlm: use sk->sk_socket instead of con->sock
Alexander Aring
1
-2
/
+1
2021-06-02
fs: dlm: rename socket and app buffer defines
Alexander Aring
1
-2
/
+2
2021-06-02
fs: dlm: introduce proto values
Alexander Aring
1
-4
/
+19
2021-06-02
fs: dlm: move dlm allow conn
Alexander Aring
1
-4
/
+3
2021-06-02
fs: dlm: use alloc_ordered_workqueue
Alexander Aring
1
-4
/
+2
2021-06-02
fs: dlm: fix lowcomms_start error case
Alexander Aring
1
-3
/
+12
2021-05-25
fs: dlm: don't allow half transmitted messages
Alexander Aring
1
-35
/
+60
2021-05-25
fs: dlm: add reliable connection if reconnect
Alexander Aring
1
-1
/
+3
2021-05-25
fs: dlm: move out some hash functionality
Alexander Aring
1
-9
/
+0
2021-05-25
fs: dlm: add functionality to re-transmit a message
Alexander Aring
1
-19
/
+66
2021-05-25
fs: dlm: make buffer handling per msg
Alexander Aring
1
-16
/
+85
2021-05-25
fs: dlm: fix connection tcp EOF handling
Alexander Aring
1
-5
/
+43
2021-05-25
fs: dlm: cancel work sync othercon
Alexander Aring
1
-1
/
+1
2021-05-25
fs: dlm: reconnect if socket error report occurs
Alexander Aring
1
-21
/
+39
2021-05-25
fs: dlm: set is othercon flag
Alexander Aring
1
-0
/
+3
2021-05-25
fs: dlm: fix srcu read lock usage
Alexander Aring
1
-23
/
+52
2021-05-25
fs: dlm: add dlm macros for ratelimit log
Alexander Aring
1
-2
/
+2
2021-03-29
fs: dlm: fix missing unlock on error in accept_from_sock()
Yang Yingliang
1
-0
/
+1
2021-03-09
fs: dlm: add shutdown hook
Alexander Aring
1
-19
/
+23
2021-03-09
fs: dlm: flush swork on shutdown
Alexander Aring
1
-4
/
+1
2021-03-09
fs: dlm: simplify writequeue handling
Alexander Aring
1
-40
/
+43
2021-03-09
fs: dlm: use GFP_ZERO for page buffer
Alexander Aring
1
-1
/
+1
2021-03-09
fs: dlm: change allocation limits
Alexander Aring
1
-2
/
+4
2021-03-09
fs: dlm: add check if dlm is currently running
Alexander Aring
1
-1
/
+1
2021-03-09
fs: dlm: set subclass for othercon sock_mutex
Alexander Aring
1
-1
/
+2
2021-03-09
fs: dlm: set connected bit after accept
Alexander Aring
1
-0
/
+1
[next]