index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-20
Merge tag 'dlm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
6
-97
/
+136
2023-01-23
fs: dlm: remove unnecessary waker_up() calls
Alexander Aring
1
-2
/
+0
2023-01-23
fs: dlm: move state change into else branch
Alexander Aring
1
-3
/
+4
2023-01-23
fs: dlm: remove newline in log_print
Alexander Aring
1
-4
/
+4
2023-01-23
fs: dlm: reduce the shutdown timeout to 5 secs
Alexander Aring
1
-2
/
+2
2023-01-23
fs: dlm: make dlm sequence id more robust
Alexander Aring
1
-1
/
+1
2023-01-23
fs: dlm: wait until all midcomms nodes detect version
Alexander Aring
3
-0
/
+27
2023-01-23
fs: dlm: ignore unexpected non dlm opts msgs
Alexander Aring
1
-10
/
+2
2023-01-23
fs: dlm: bring back previous shutdown handling
Alexander Aring
2
-34
/
+63
2023-01-23
fs: dlm: send FIN ack back in right cases
Alexander Aring
1
-4
/
+5
2023-01-23
fs: dlm: move sending fin message into state change handling
Alexander Aring
1
-24
/
+9
2023-01-23
fs: dlm: don't set stop rx flag after node reset
Alexander Aring
1
-2
/
+1
2023-01-23
fs: dlm: fix race setting stop tx flag
Alexander Aring
1
-1
/
+1
2023-01-23
fs: dlm: be sure to call dlm_send_queue_flush()
Alexander Aring
1
-0
/
+1
2023-01-23
fs: dlm: fix use after free in midcomms commit
Alexander Aring
1
-0
/
+7
2023-01-23
fs: dlm: start midcomms before scand
Alexander Aring
1
-8
/
+8
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
1
-0
/
+1
2023-01-05
fs/dlm: Remove "select SRCU"
Paul E. McKenney
1
-1
/
+0
2023-01-05
fs: dlm: fix return value check in dlm_memory_init()
Yang Yingliang
1
-1
/
+1
2022-12-19
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
1
-0
/
+2
2022-11-22
fs: dlm: fix building without lockdep
Alexander Aring
1
-1
/
+5
2022-11-21
fs: dlm: parallelize lowcomms socket handling
Alexander Aring
3
-484
/
+586
2022-11-21
fs: dlm: don't init error value
Alexander Aring
1
-1
/
+1
2022-11-21
fs: dlm: use saved sk_error_report()
Alexander Aring
1
-5
/
+1
2022-11-21
fs: dlm: use sock2con without checking null
Alexander Aring
1
-13
/
+4
2022-11-21
fs: dlm: remove dlm_node_addrs lookup list
Alexander Aring
1
-154
/
+136
2022-11-21
fs: dlm: don't put dlm_local_addrs on heap
Alexander Aring
1
-26
/
+12
2022-11-21
fs: dlm: cleanup listen sock handling
Alexander Aring
1
-34
/
+17
2022-11-21
fs: dlm: remove socket shutdown handling
Alexander Aring
3
-107
/
+27
2022-11-21
fs: dlm: use listen sock as dlm running indicator
Alexander Aring
3
-15
/
+10
2022-11-21
fs: dlm: use list_first_entry_or_null
Alexander Aring
1
-6
/
+3
2022-11-21
fs: dlm: remove twice INIT_WORK
Alexander Aring
1
-1
/
+0
2022-11-21
fs: dlm: add midcomms init/start functions
Alexander Aring
6
-12
/
+37
2022-11-21
fs: dlm: add dst nodeid for msg tracing
Alexander Aring
1
-4
/
+6
2022-11-21
fs: dlm: rename DLM_IFL_NEED_SCHED to DLM_IFL_CB_PENDING
Alexander Aring
3
-8
/
+6
2022-11-21
fs: dlm: ast do WARN_ON_ONCE() on hotpath
Alexander Aring
2
-7
/
+7
2022-11-21
fs: dlm: drop lkb ref in bug case
Alexander Aring
1
-1
/
+2
2022-11-21
fs: dlm: avoid false-positive checker warning
Alexander Aring
1
-1
/
+2
2022-11-08
fs: dlm: use WARN_ON_ONCE() instead of WARN_ON()
Alexander Aring
1
-9
/
+9
2022-11-08
fs: dlm: fix log of lowcomms vs midcomms
Alexander Aring
1
-1
/
+1
2022-11-08
fs: dlm: catch dlm_add_member() error
Alexander Aring
1
-1
/
+4
2022-11-08
fs: dlm: relax sending to allow receiving
Alexander Aring
1
-5
/
+10
2022-11-08
fs: dlm: remove ls_remove_wait waitqueue
Alexander Aring
3
-61
/
+2
2022-11-08
fs: dlm: allow different allocation context per _create_message
Alexander Aring
4
-16
/
+23
2022-11-08
fs: dlm: use a non-static queue for callbacks
Alexander Aring
9
-217
/
+222
2022-11-08
fs: dlm: move last cast bast time to function call
Alexander Aring
1
-6
/
+4
2022-11-08
fs: dlm: use spin lock instead of mutex
Alexander Aring
3
-6
/
+6
2022-11-08
fs: dlm: convert ls_cb_mutex mutex to spinlock
Alexander Aring
3
-8
/
+8
2022-11-08
fs: dlm: use list_first_entry marco
Alexander Aring
1
-1
/
+1
2022-11-08
fs: dlm: let dlm_add_cb queue work after resume only
Alexander Aring
1
-2
/
+2
[next]