index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
/
midcomms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-09
dlm: use spin_lock_bh for message processing
Alexander Aring
1
-20
/
+20
2024-04-09
dlm: remove allocation parameter in msg allocation
Alexander Aring
1
-14
/
+10
2024-04-01
dlm: Simplify the allocation of slab caches in dlm_midcomms_cache_create
Kunwu Chan
1
-2
/
+1
2023-10-12
dlm: fix no ack after final message
Alexander Aring
1
-3
/
+3
2023-10-12
dlm: be sure we reset all nodes at forced shutdown
Alexander Aring
1
-2
/
+8
2023-10-12
dlm: fix remove member after close call
Alexander Aring
1
-1
/
+12
2023-10-12
dlm: fix creating multiple node structures
Alexander Aring
1
-1
/
+9
2023-08-10
fs: dlm: create midcomms nodes when configure
Alexander Aring
1
-178
/
+108
2023-08-10
fs: dlm: constify receive buffer
Alexander Aring
1
-7
/
+9
2023-08-10
fs: dlm: cleanup lock order
Alexander Aring
1
-2
/
+2
2023-06-14
fs: dlm: add send ack threshold and append acks to msgs
Alexander Aring
1
-45
/
+31
2023-06-14
fs: dlm: handle sequence numbers as atomic
Alexander Aring
1
-15
/
+25
2023-06-14
fs: dlm: filter ourself midcomms calls
Alexander Aring
1
-9
/
+0
2023-06-14
fs: dlm: revert check required context while close
Alexander Aring
1
-3
/
+0
2023-01-24
fs: dlm: remove unnecessary waker_up() calls
Alexander Aring
1
-2
/
+0
2023-01-24
fs: dlm: move state change into else branch
Alexander Aring
1
-3
/
+4
2023-01-24
fs: dlm: remove newline in log_print
Alexander Aring
1
-4
/
+4
2023-01-24
fs: dlm: reduce the shutdown timeout to 5 secs
Alexander Aring
1
-2
/
+2
2023-01-23
fs: dlm: wait until all midcomms nodes detect version
Alexander Aring
1
-0
/
+23
2023-01-23
fs: dlm: ignore unexpected non dlm opts msgs
Alexander Aring
1
-10
/
+2
2023-01-23
fs: dlm: bring back previous shutdown handling
Alexander Aring
1
-13
/
+7
2023-01-23
fs: dlm: send FIN ack back in right cases
Alexander Aring
1
-4
/
+5
2023-01-23
fs: dlm: move sending fin message into state change handling
Alexander Aring
1
-24
/
+9
2023-01-23
fs: dlm: don't set stop rx flag after node reset
Alexander Aring
1
-2
/
+1
2023-01-23
fs: dlm: fix race setting stop tx flag
Alexander Aring
1
-1
/
+1
2023-01-23
fs: dlm: be sure to call dlm_send_queue_flush()
Alexander Aring
1
-0
/
+1
2023-01-23
fs: dlm: fix use after free in midcomms commit
Alexander Aring
1
-0
/
+7
2022-11-21
fs: dlm: parallelize lowcomms socket handling
Alexander Aring
1
-12
/
+33
2022-11-21
fs: dlm: remove socket shutdown handling
Alexander Aring
1
-2
/
+4
2022-11-21
fs: dlm: add midcomms init/start functions
Alexander Aring
1
-1
/
+16
2022-11-21
fs: dlm: add dst nodeid for msg tracing
Alexander Aring
1
-4
/
+6
2022-11-08
fs: dlm: use WARN_ON_ONCE() instead of WARN_ON()
Alexander Aring
1
-9
/
+9
2022-11-08
fs: dlm: allow different allocation context per _create_message
Alexander Aring
1
-1
/
+1
2022-11-08
fd: dlm: trace send/recv of dlm message and rcom
Alexander Aring
1
-4
/
+41
2022-11-08
fs: dlm: use packet in dlm_mhandle
Alexander Aring
1
-3
/
+3
2022-04-06
dlm: check required context while close
Alexander Aring
1
-0
/
+3
2022-04-06
dlm: move conversion to compile time
Alexander Aring
1
-10
/
+10
2022-04-06
dlm: use __le types for dlm header
Alexander Aring
1
-16
/
+12
2022-04-06
dlm: add __CHECKER__ for false positives
Alexander Aring
1
-0
/
+10
2021-12-07
fs: dlm: memory cache for midcomms hotpath
Alexander Aring
1
-6
/
+15
2021-11-05
fs: dlm:Remove unneeded semicolon
Zhang Mingyu
1
-1
/
+1
2021-11-02
fs: dlm: add debugfs rawmsg send functionality
Alexander Aring
1
-0
/
+48
2021-11-02
fs: dlm: let handle callback data as void
Alexander Aring
1
-1
/
+3
2021-11-02
fs: dlm: move version conversion to compile time
Alexander Aring
1
-3
/
+3
2021-11-02
fs: dlm: debug improvements print nodeid
Alexander Aring
1
-2
/
+2
2021-08-19
fs: dlm: implement delayed ack handling
Alexander Aring
1
-8
/
+48
2021-06-11
fs: dlm: invalid buffer access in lookup error
Alexander Aring
1
-2
/
+17
2021-06-11
fs: dlm: fix race in mhandle deletion
Alexander Aring
1
-14
/
+21
2021-06-02
fs: dlm: rename socket and app buffer defines
Alexander Aring
1
-2
/
+2
2021-05-26
fs: dlm: Fix spelling mistake "stucked" -> "stuck"
Colin Ian King
1
-2
/
+2
[next]