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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2024-04-09
dlm: use spin_lock_bh for message processing
Alexander Aring
14
-258
/
+287
2024-04-09
dlm: remove schedule in receive path
Alexander Aring
1
-1
/
+0
2024-04-09
dlm: convert ls_recv_active from rw_semaphore to rwlock
Alexander Aring
5
-8
/
+8
2024-04-09
dlm: avoid blocking receive at the end of recovery
Alexander Aring
5
-41
/
+30
2024-04-09
dlm: convert res_lock to spinlock
Alexander Aring
3
-4
/
+4
2024-04-09
dlm: convert ls_waiters_mutex to spinlock
Alexander Aring
4
-14
/
+14
2024-04-09
dlm: drop mutex use in waiters recovery
Alexander Aring
3
-8
/
+23
2024-04-09
dlm: add new struct to save position in dlm_copy_master_names
Alexander Aring
4
-10
/
+116
2024-04-09
dlm: move rsb root_list to ls_recover() stack
Alexander Aring
9
-70
/
+47
2024-04-09
dlm: use a new list for recovery of master rsb names
Alexander Aring
5
-14
/
+79
2024-04-09
dlm: move root_list functionality to recover.c
Alexander Aring
3
-44
/
+39
2024-04-09
dlm: switch to GFP_ATOMIC in dlm allocations
Alexander Aring
4
-8
/
+4
2024-04-09
dlm: remove allocation parameter in msg allocation
Alexander Aring
8
-57
/
+41
2024-04-02
dlm: Simplify the allocation of slab caches in dlm_lowcomms_msg_cache_create
Kunwu Chan
1
-1
/
+1
2024-04-01
dlm: remove callback reference counting
Alexander Aring
7
-55
/
+28
2024-04-01
dlm: fix race between final callback and remove
Alexander Aring
5
-213
/
+129
2024-04-01
dlm: combine switch case fail and default statements
Alexander Aring
2
-8
/
+6
2024-04-01
dlm: save callback debug info earlier
Alexander Aring
1
-4
/
+6
2024-04-01
dlm: remove callback queue debugfs functionality
Alexander Aring
1
-96
/
+0
2024-04-01
dlm: remove lkb from callback tracepoints
Alexander Aring
2
-4
/
+14
2024-04-01
dlm: Simplify the allocation of slab caches in dlm_midcomms_cache_create
Kunwu Chan
1
-2
/
+1
2024-04-01
dlm: fix user space lock decision to copy lvb
Alexander Aring
3
-13
/
+17
2024-03-19
Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
3
-39
/
+81
2024-03-16
dlm: add comments about forced waiters reset
David Teigland
1
-20
/
+58
2024-03-15
dlm: revert atomic_t lkb_wait_count
David Teigland
2
-15
/
+19
2024-03-12
dlm: fix user space lkb refcounting
Alexander Aring
1
-5
/
+5
2024-02-05
dlm: adapt to breakup of struct file_lock
Jeff Layton
1
-23
/
+22
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
1
-0
/
+1
2024-02-05
dlm: convert to using new filelock helpers
Jeff Layton
1
-5
/
+5
2023-12-21
dlm: update format header reflect current format
Alexander Aring
1
-2
/
+2
2023-12-21
dlm: fix format seq ops type 4
Alexander Aring
1
-1
/
+1
2023-11-16
dlm: use FL_SLEEP to determine blocking vs non-blocking
Alexander Aring
1
-1
/
+1
2023-11-16
dlm: use fl_owner from lockd
Alexander Aring
1
-14
/
+4
2023-11-16
dlm: use kernel_connect() and kernel_bind()
Jordan Rife
1
-7
/
+7
2023-10-12
dlm: slow down filling up processing queue
Alexander Aring
1
-0
/
+12
2023-10-12
dlm: fix no ack after final message
Alexander Aring
1
-3
/
+3
2023-10-12
dlm: be sure we reset all nodes at forced shutdown
Alexander Aring
1
-2
/
+8
2023-10-12
dlm: fix remove member after close call
Alexander Aring
1
-1
/
+12
2023-10-12
dlm: fix creating multiple node structures
Alexander Aring
1
-1
/
+9
2023-10-12
fs: dlm: Remove some useless memset()
Christophe JAILLET
1
-5
/
+0
2023-10-12
fs: dlm: Fix the size of a buffer in dlm_create_debug_file()
Christophe JAILLET
1
-1
/
+2
2023-10-12
fs: dlm: Simplify buffer size computation in dlm_create_debug_file()
Christophe JAILLET
1
-5
/
+5
2023-08-25
dlm: fix plock lookup when using multiple lockspaces
Alexander Aring
1
-3
/
+3
2023-08-10
fs: dlm: don't use RCOM_NAMES for version detection
Alexander Aring
1
-8
/
+8
2023-08-10
fs: dlm: create midcomms nodes when configure
Alexander Aring
3
-179
/
+110
2023-08-10
fs: dlm: constify receive buffer
Alexander Aring
13
-86
/
+101
2023-08-10
fs: dlm: drop rxbuf manipulation in dlm_recover_master_copy
Alexander Aring
3
-8
/
+17
2023-08-10
fs: dlm: drop rxbuf manipulation in dlm_copy_master_names
Alexander Aring
1
-3
/
+2
2023-08-10
fs: dlm: get recovery sequence number as parameter
Alexander Aring
10
-85
/
+99
2023-08-10
fs: dlm: cleanup lock order
Alexander Aring
1
-2
/
+2
[prev]
[next]