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.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
2020-11-10
fs: dlm: check on existing node address
Alexander Aring
1
-0
/
+23
2020-11-10
fs: dlm: constify addr_compare
Alexander Aring
1
-1
/
+2
2020-11-10
fs: dlm: fix check for multi-homed hosts
Alexander Aring
1
-1
/
+1
2020-11-10
fs: dlm: listen socket out of connection hash
Alexander Aring
1
-93
/
+74
2020-11-10
fs: dlm: refactor sctp sock parameter
Alexander Aring
1
-5
/
+5
2020-11-10
fs: dlm: move shutdown action to node creation
Alexander Aring
1
-3
/
+5
2020-11-10
fs: dlm: move connect callback in node creation
Alexander Aring
1
-12
/
+6
2020-11-10
fs: dlm: add helper for init connection
Alexander Aring
1
-35
/
+32
2020-11-10
fs: dlm: handle non blocked connect event
Alexander Aring
1
-1
/
+12
2020-11-10
fs: dlm: flush othercon at close
Alexander Aring
1
-0
/
+2
2020-11-10
fs: dlm: add get buffer error handling
Alexander Aring
1
-0
/
+6
2020-11-10
fs: dlm: define max send buffer
Alexander Aring
4
-5
/
+7
2020-11-10
fs: dlm: fix proper srcu api call
Alexander Aring
1
-2
/
+3
2020-10-16
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-3
/
+3
2020-10-13
Merge tag 'dlm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
6
-279
/
+260
2020-10-03
genetlink: move to smaller ops wherever possible
Jakub Kicinski
1
-3
/
+3
2020-10-01
fs: dlm: fix race in nodeid2con
Alexander Aring
1
-1
/
+15
2020-09-29
fs: dlm: rework receive handling
Alexander Aring
5
-180
/
+141
2020-09-29
fs: dlm: disallow buffer size below default
Alexander Aring
1
-2
/
+7
2020-09-29
fs: dlm: handle range check as callback
Alexander Aring
1
-18
/
+23
2020-09-29
fs: dlm: fix mark per nodeid setting
Alexander Aring
3
-13
/
+17
2020-09-29
fs: dlm: remove lock dependency warning
Alexander Aring
1
-10
/
+8
2020-08-27
fs: dlm: use free_con to free connection
Alexander Aring
1
-4
/
+2
2020-08-27
fs: dlm: handle possible othercon writequeues
Alexander Aring
1
-2
/
+4
2020-08-27
fs: dlm: move free writequeue into con free
Alexander Aring
1
-8
/
+1
2020-08-27
fs: dlm: fix configfs memory leak
Alexander Aring
1
-0
/
+3
2020-08-27
fs: dlm: fix dlm_local_addr memory leak
Alexander Aring
1
-0
/
+9
2020-08-27
fs: dlm: make connection hash lockless
Alexander Aring
2
-50
/
+37
2020-08-27
fs: dlm: synchronize dlm before shutdown
Alexander Aring
1
-4
/
+6
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-07
Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
4
-28
/
+155
2020-08-06
fs: dlm: implement tcp graceful shutdown
Alexander Aring
1
-5
/
+72
2020-08-06
fs: dlm: change handling of reconnects
Alexander Aring
1
-15
/
+10
2020-08-06
fs: dlm: don't close socket on invalid message
Alexander Aring
1
-6
/
+6
2020-08-06
fs: dlm: set skb mark per peer socket
Alexander Aring
3
-0
/
+55
2020-08-06
fs: dlm: set skb mark for listen socket
Alexander Aring
3
-0
/
+10
2020-08-06
dlm: Fix kobject memleak
Wang Hai
1
-3
/
+3
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-06-06
Merge tag 'dlm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
4
-20
/
+9
2020-05-29
net: add a new bind_add method
Christoph Hellwig
1
-6
/
+3
2020-05-29
sctp: add sctp_sock_set_nodelay
Christoph Hellwig
1
-8
/
+2
2020-05-28
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
1
-6
/
+2
2020-05-28
net: add sock_set_rcvbuf
Christoph Hellwig
1
-6
/
+1
2020-05-28
net: add sock_set_keepalive
Christoph Hellwig
1
-5
/
+1
2020-05-28
net: add sock_set_sndtimeo
Christoph Hellwig
1
-6
/
+2
2020-05-28
net: add sock_set_reuseaddr
Christoph Hellwig
1
-5
/
+1
2020-05-28
dlm: use the tcp version of accept_from_sock for sctp as well
Christoph Hellwig
1
-120
/
+3
2020-05-12
dlm: remove BUG() before panic()
Arnd Bergmann
1
-1
/
+0
2020-05-12
dlm: Switch to using wait_event()
Ross Lagerwall
1
-14
/
+4
2020-05-12
fs:dlm:remove unneeded semicolon in rcom.c
Wu Bo
1
-1
/
+1
[next]