index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
/
lowcomms.c
Age
Commit message (
Expand
)
Author
2021-08-19
fs: dlm: implement delayed ack handling
Alexander Aring
2021-07-19
fs: dlm: move receive loop into receive handler
Alexander Aring
2021-07-19
fs: dlm: fix multiple empty writequeue alloc
Alexander Aring
2021-07-19
fs: dlm: generic connect func
Alexander Aring
2021-07-19
fs: dlm: auto load sctp module
Alexander Aring
2021-07-19
fs: dlm: introduce generic listen
Alexander Aring
2021-07-19
fs: dlm: move to static proto ops
Alexander Aring
2021-07-19
fs: dlm: introduce con_next_wq helper
Alexander Aring
2021-07-19
fs: dlm: clear CF_APP_LIMITED on close
Alexander Aring
2021-07-19
fs: dlm: use sk->sk_socket instead of con->sock
Alexander Aring
2021-06-02
fs: dlm: rename socket and app buffer defines
Alexander Aring
2021-06-02
fs: dlm: introduce proto values
Alexander Aring
2021-06-02
fs: dlm: move dlm allow conn
Alexander Aring
2021-06-02
fs: dlm: use alloc_ordered_workqueue
Alexander Aring
2021-06-02
fs: dlm: fix lowcomms_start error case
Alexander Aring
2021-05-25
fs: dlm: don't allow half transmitted messages
Alexander Aring
2021-05-25
fs: dlm: add reliable connection if reconnect
Alexander Aring
2021-05-25
fs: dlm: move out some hash functionality
Alexander Aring
2021-05-25
fs: dlm: add functionality to re-transmit a message
Alexander Aring
2021-05-25
fs: dlm: make buffer handling per msg
Alexander Aring
2021-05-25
fs: dlm: fix connection tcp EOF handling
Alexander Aring
2021-05-25
fs: dlm: cancel work sync othercon
Alexander Aring
2021-05-25
fs: dlm: reconnect if socket error report occurs
Alexander Aring
2021-05-25
fs: dlm: set is othercon flag
Alexander Aring
2021-05-25
fs: dlm: fix srcu read lock usage
Alexander Aring
2021-05-25
fs: dlm: add dlm macros for ratelimit log
Alexander Aring
2021-03-29
fs: dlm: fix missing unlock on error in accept_from_sock()
Yang Yingliang
2021-03-09
fs: dlm: add shutdown hook
Alexander Aring
2021-03-09
fs: dlm: flush swork on shutdown
Alexander Aring
2021-03-09
fs: dlm: simplify writequeue handling
Alexander Aring
2021-03-09
fs: dlm: use GFP_ZERO for page buffer
Alexander Aring
2021-03-09
fs: dlm: change allocation limits
Alexander Aring
2021-03-09
fs: dlm: add check if dlm is currently running
Alexander Aring
2021-03-09
fs: dlm: set subclass for othercon sock_mutex
Alexander Aring
2021-03-09
fs: dlm: set connected bit after accept
Alexander Aring
2021-03-09
fs: dlm: fix mark setting deadlock
Alexander Aring
2020-11-10
fs: dlm: check on existing node address
Alexander Aring
2020-11-10
fs: dlm: constify addr_compare
Alexander Aring
2020-11-10
fs: dlm: fix check for multi-homed hosts
Alexander Aring
2020-11-10
fs: dlm: listen socket out of connection hash
Alexander Aring
2020-11-10
fs: dlm: refactor sctp sock parameter
Alexander Aring
2020-11-10
fs: dlm: move shutdown action to node creation
Alexander Aring
2020-11-10
fs: dlm: move connect callback in node creation
Alexander Aring
2020-11-10
fs: dlm: add helper for init connection
Alexander Aring
2020-11-10
fs: dlm: handle non blocked connect event
Alexander Aring
2020-11-10
fs: dlm: flush othercon at close
Alexander Aring
2020-11-10
fs: dlm: add get buffer error handling
Alexander Aring
2020-11-10
fs: dlm: fix proper srcu api call
Alexander Aring
2020-10-01
fs: dlm: fix race in nodeid2con
Alexander Aring
2020-09-29
fs: dlm: rework receive handling
Alexander Aring
[next]