Age | Commit message (Expand) | Author |
2023-08-10 | fs: dlm: create midcomms nodes when configure | Alexander Aring |
2023-08-10 | fs: dlm: constify receive buffer | Alexander Aring |
2023-08-10 | fs: dlm: cleanup lock order | Alexander Aring |
2023-06-14 | fs: dlm: add send ack threshold and append acks to msgs | Alexander Aring |
2023-06-14 | fs: dlm: handle sequence numbers as atomic | Alexander Aring |
2023-06-14 | fs: dlm: filter ourself midcomms calls | Alexander Aring |
2023-06-14 | fs: dlm: revert check required context while close | Alexander Aring |
2023-01-23 | fs: dlm: remove unnecessary waker_up() calls | Alexander Aring |
2023-01-23 | fs: dlm: move state change into else branch | Alexander Aring |
2023-01-23 | fs: dlm: remove newline in log_print | Alexander Aring |
2023-01-23 | fs: dlm: reduce the shutdown timeout to 5 secs | Alexander Aring |
2023-01-23 | fs: dlm: wait until all midcomms nodes detect version | Alexander Aring |
2023-01-23 | fs: dlm: ignore unexpected non dlm opts msgs | Alexander Aring |
2023-01-23 | fs: dlm: bring back previous shutdown handling | Alexander Aring |
2023-01-23 | fs: dlm: send FIN ack back in right cases | Alexander Aring |
2023-01-23 | fs: dlm: move sending fin message into state change handling | Alexander Aring |
2023-01-23 | fs: dlm: don't set stop rx flag after node reset | Alexander Aring |
2023-01-23 | fs: dlm: fix race setting stop tx flag | Alexander Aring |
2023-01-23 | fs: dlm: be sure to call dlm_send_queue_flush() | Alexander Aring |
2023-01-23 | fs: dlm: fix use after free in midcomms commit | Alexander Aring |
2022-11-21 | fs: dlm: parallelize lowcomms socket handling | Alexander Aring |
2022-11-21 | fs: dlm: remove socket shutdown handling | Alexander Aring |
2022-11-21 | fs: dlm: add midcomms init/start functions | Alexander Aring |
2022-11-21 | fs: dlm: add dst nodeid for msg tracing | Alexander Aring |
2022-11-08 | fs: dlm: use WARN_ON_ONCE() instead of WARN_ON() | Alexander Aring |
2022-11-08 | fs: dlm: allow different allocation context per _create_message | Alexander Aring |
2022-11-08 | fd: dlm: trace send/recv of dlm message and rcom | Alexander Aring |
2022-11-08 | fs: dlm: use packet in dlm_mhandle | Alexander Aring |
2022-04-06 | dlm: check required context while close | Alexander Aring |
2022-04-06 | dlm: move conversion to compile time | Alexander Aring |
2022-04-06 | dlm: use __le types for dlm header | Alexander Aring |
2022-04-06 | dlm: add __CHECKER__ for false positives | Alexander Aring |
2021-12-07 | fs: dlm: memory cache for midcomms hotpath | Alexander Aring |
2021-11-05 | fs: dlm:Remove unneeded semicolon | Zhang Mingyu |
2021-11-02 | fs: dlm: add debugfs rawmsg send functionality | Alexander Aring |
2021-11-02 | fs: dlm: let handle callback data as void | Alexander Aring |
2021-11-02 | fs: dlm: move version conversion to compile time | Alexander Aring |
2021-11-02 | fs: dlm: debug improvements print nodeid | Alexander Aring |
2021-08-19 | fs: dlm: implement delayed ack handling | Alexander Aring |
2021-06-11 | fs: dlm: invalid buffer access in lookup error | Alexander Aring |
2021-06-11 | fs: dlm: fix race in mhandle deletion | Alexander Aring |
2021-06-02 | fs: dlm: rename socket and app buffer defines | Alexander Aring |
2021-05-26 | fs: dlm: Fix spelling mistake "stucked" -> "stuck" | Colin Ian King |
2021-05-25 | fs: dlm: add midcomms debugfs functionality | Alexander Aring |
2021-05-25 | fs: dlm: add reliable connection if reconnect | Alexander Aring |
2021-05-25 | fs: dlm: make buffer handling per msg | Alexander Aring |
2021-05-25 | fs: dlm: add more midcomms hooks | Alexander Aring |
2021-03-09 | fs: dlm: remove unaligned memory access handling | Alexander Aring |
2021-03-09 | fs: dlm: check on minimum msglen size | Alexander Aring |
2020-09-29 | fs: dlm: rework receive handling | Alexander Aring |