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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-05
fs: dlm:Remove unneeded semicolon
Zhang Mingyu
1
-1
/
+1
2021-11-04
fs: dlm: remove double list_first_entry call
Alexander Aring
1
-1
/
+0
2021-11-02
fs: dlm: filter user dlm messages for kernel locks
Alexander Aring
1
-0
/
+9
2021-11-02
fs: dlm: add lkb waiters debugfs functionality
Alexander Aring
3
-1
/
+43
2021-11-02
fs: dlm: add lkb debugfs functionality
Alexander Aring
3
-1
/
+79
2021-11-02
fs: dlm: allow create lkb with specific id range
Alexander Aring
1
-2
/
+8
2021-11-02
fs: dlm: add debugfs rawmsg send functionality
Alexander Aring
3
-0
/
+87
2021-11-02
fs: dlm: let handle callback data as void
Alexander Aring
3
-13
/
+14
2021-11-02
fs: dlm: ls_count busy wait to event based wait
Alexander Aring
3
-18
/
+20
2021-11-02
fs: dlm: requestqueue busy wait to event based wait
Alexander Aring
3
-8
/
+11
2021-11-02
fs: dlm: trace socket handling
Alexander Aring
1
-0
/
+4
2021-11-02
fs: dlm: initial support for tracepoints
Alexander Aring
3
-0
/
+17
2021-11-02
fs: dlm: make dlm_callback_resume quite
Alexander Aring
1
-3
/
+5
2021-11-02
fs: dlm: use dlm_recovery_stopped in condition
Alexander Aring
3
-6
/
+3
2021-11-02
fs: dlm: use dlm_recovery_stopped instead of test_bit
Alexander Aring
1
-1
/
+1
2021-11-02
fs: dlm: move version conversion to compile time
Alexander Aring
1
-3
/
+3
2021-11-02
fs: dlm: remove check SCTP is loaded message
Alexander Aring
1
-1
/
+1
2021-11-02
fs: dlm: debug improvements print nodeid
Alexander Aring
1
-2
/
+2
2021-11-02
fs: dlm: fix small lockspace typo
Alexander Aring
1
-1
/
+1
2021-11-02
fs: dlm: remove obsolete INBUF define
Alexander Aring
1
-6
/
+0
2021-09-01
fs: dlm: avoid comms shutdown delay in release_lockspace
Alexander Aring
1
-0
/
+1
2021-08-19
fs: dlm: fix return -EINTR on recovery stopped
Alexander Aring
3
-3
/
+9
2021-08-19
fs: dlm: implement delayed ack handling
Alexander Aring
3
-8
/
+50
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: cleanup and remove _send_rcom
Alexander Aring
1
-18
/
+11
2021-07-19
fs: dlm: clear CF_APP_LIMITED on close
Alexander Aring
1
-0
/
+1
2021-07-19
fs: dlm: fix typo in tlv prefix
Alexander Aring
1
-1
/
+1
2021-07-19
fs: dlm: use READ_ONCE for config var
Alexander Aring
1
-1
/
+1
2021-07-19
fs: dlm: use sk->sk_socket instead of con->sock
Alexander Aring
1
-2
/
+1
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
8
-13
/
+13
2021-06-02
fs: dlm: introduce proto values
Alexander Aring
3
-5
/
+23
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 memory leak when fenced
Alexander Aring
1
-0
/
+9
2021-06-02
fs: dlm: fix lowcomms_start error case
Alexander Aring
1
-3
/
+12
2021-05-26
fs: dlm: Fix spelling mistake "stucked" -> "stuck"
Colin Ian King
1
-2
/
+2
2021-05-26
fs: dlm: Fix memory leak of object mh
Colin Ian King
1
-4
/
+4
2021-05-25
fs: dlm: don't allow half transmitted messages
Alexander Aring
1
-35
/
+60
2021-05-25
fs: dlm: add midcomms debugfs functionality
Alexander Aring
4
-0
/
+91
2021-05-25
fs: dlm: add reliable connection if reconnect
Alexander Aring
7
-51
/
+1292
2021-05-25
fs: dlm: add union in dlm header for lockspace id
Alexander Aring
4
-9
/
+14
2021-05-25
fs: dlm: move out some hash functionality
Alexander Aring
2
-9
/
+10
[next]