index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dlm
/
midcomms.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: dlm: add send ack threshold and append acks to msgs
Alexander Aring
2023-06-14
1
-45
/
+31
*
fs: dlm: handle sequence numbers as atomic
Alexander Aring
2023-06-14
1
-15
/
+25
*
fs: dlm: filter ourself midcomms calls
Alexander Aring
2023-06-14
1
-9
/
+0
*
fs: dlm: revert check required context while close
Alexander Aring
2023-06-14
1
-3
/
+0
*
fs: dlm: remove unnecessary waker_up() calls
Alexander Aring
2023-01-23
1
-2
/
+0
*
fs: dlm: move state change into else branch
Alexander Aring
2023-01-23
1
-3
/
+4
*
fs: dlm: remove newline in log_print
Alexander Aring
2023-01-23
1
-4
/
+4
*
fs: dlm: reduce the shutdown timeout to 5 secs
Alexander Aring
2023-01-23
1
-2
/
+2
*
fs: dlm: wait until all midcomms nodes detect version
Alexander Aring
2023-01-23
1
-0
/
+23
*
fs: dlm: ignore unexpected non dlm opts msgs
Alexander Aring
2023-01-23
1
-10
/
+2
*
fs: dlm: bring back previous shutdown handling
Alexander Aring
2023-01-23
1
-13
/
+7
*
fs: dlm: send FIN ack back in right cases
Alexander Aring
2023-01-23
1
-4
/
+5
*
fs: dlm: move sending fin message into state change handling
Alexander Aring
2023-01-23
1
-24
/
+9
*
fs: dlm: don't set stop rx flag after node reset
Alexander Aring
2023-01-23
1
-2
/
+1
*
fs: dlm: fix race setting stop tx flag
Alexander Aring
2023-01-23
1
-1
/
+1
*
fs: dlm: be sure to call dlm_send_queue_flush()
Alexander Aring
2023-01-23
1
-0
/
+1
*
fs: dlm: fix use after free in midcomms commit
Alexander Aring
2023-01-23
1
-0
/
+7
*
fs: dlm: parallelize lowcomms socket handling
Alexander Aring
2022-11-21
1
-12
/
+33
*
fs: dlm: remove socket shutdown handling
Alexander Aring
2022-11-21
1
-2
/
+4
*
fs: dlm: add midcomms init/start functions
Alexander Aring
2022-11-21
1
-1
/
+16
*
fs: dlm: add dst nodeid for msg tracing
Alexander Aring
2022-11-21
1
-4
/
+6
*
fs: dlm: use WARN_ON_ONCE() instead of WARN_ON()
Alexander Aring
2022-11-08
1
-9
/
+9
*
fs: dlm: allow different allocation context per _create_message
Alexander Aring
2022-11-08
1
-1
/
+1
*
fd: dlm: trace send/recv of dlm message and rcom
Alexander Aring
2022-11-08
1
-4
/
+41
*
fs: dlm: use packet in dlm_mhandle
Alexander Aring
2022-11-08
1
-3
/
+3
*
dlm: check required context while close
Alexander Aring
2022-04-06
1
-0
/
+3
*
dlm: move conversion to compile time
Alexander Aring
2022-04-06
1
-10
/
+10
*
dlm: use __le types for dlm header
Alexander Aring
2022-04-06
1
-16
/
+12
*
dlm: add __CHECKER__ for false positives
Alexander Aring
2022-04-06
1
-0
/
+10
*
fs: dlm: memory cache for midcomms hotpath
Alexander Aring
2021-12-07
1
-6
/
+15
*
fs: dlm:Remove unneeded semicolon
Zhang Mingyu
2021-11-05
1
-1
/
+1
*
fs: dlm: add debugfs rawmsg send functionality
Alexander Aring
2021-11-02
1
-0
/
+48
*
fs: dlm: let handle callback data as void
Alexander Aring
2021-11-02
1
-1
/
+3
*
fs: dlm: move version conversion to compile time
Alexander Aring
2021-11-02
1
-3
/
+3
*
fs: dlm: debug improvements print nodeid
Alexander Aring
2021-11-02
1
-2
/
+2
*
fs: dlm: implement delayed ack handling
Alexander Aring
2021-08-19
1
-8
/
+48
*
fs: dlm: invalid buffer access in lookup error
Alexander Aring
2021-06-11
1
-2
/
+17
*
fs: dlm: fix race in mhandle deletion
Alexander Aring
2021-06-11
1
-14
/
+21
*
fs: dlm: rename socket and app buffer defines
Alexander Aring
2021-06-02
1
-2
/
+2
*
fs: dlm: Fix spelling mistake "stucked" -> "stuck"
Colin Ian King
2021-05-26
1
-2
/
+2
*
fs: dlm: add midcomms debugfs functionality
Alexander Aring
2021-05-25
1
-0
/
+27
*
fs: dlm: add reliable connection if reconnect
Alexander Aring
2021-05-25
1
-44
/
+1246
*
fs: dlm: make buffer handling per msg
Alexander Aring
2021-05-25
1
-2
/
+5
*
fs: dlm: add more midcomms hooks
Alexander Aring
2021-05-25
1
-1
/
+30
*
fs: dlm: remove unaligned memory access handling
Alexander Aring
2021-03-09
1
-14
/
+12
*
fs: dlm: check on minimum msglen size
Alexander Aring
2021-03-09
1
-3
/
+4
*
fs: dlm: rework receive handling
Alexander Aring
2020-09-29
1
-83
/
+53
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193
Thomas Gleixner
2019-05-30
1
-3
/
+1
*
dlm: fix up memory allocation flags
Steven Whitehouse
2008-12-23
1
-1
/
+1
*
dlm: dlm_process_incoming_buffer() fixes
Al Viro
2008-02-04
1
-13
/
+20
[next]