index
:
Linux Stable
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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dlm
/
dlm_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
dlm: implement LSFL_SOFTIRQ_SAFE
Alexander Aring
2024-06-11
1
-0
/
+1
*
dlm: use LSFL_FS to check for kernel lockspace
Alexander Aring
2024-06-11
1
-0
/
+1
*
dlm: use rcu to avoid an extra rsb struct lookup
Alexander Aring
2024-06-10
1
-0
/
+2
*
dlm: change list and timer names
David Teigland
2024-06-10
1
-16
/
+12
*
dlm: move recover idr to xarray datastructure
Alexander Aring
2024-05-31
1
-4
/
+3
*
dlm: move lkb idr to xarray datastructure
Alexander Aring
2024-05-31
1
-2
/
+3
*
dlm: drop own rsb pre allocation mechanism
Alexander Aring
2024-05-31
1
-8
/
+1
*
dlm: remove ls_local_handle from struct dlm_ls
Alexander Aring
2024-05-31
1
-1
/
+0
*
dlm: remove scand leftovers
Alexander Aring
2024-05-31
1
-8
/
+0
*
dlm: fix sleep in atomic context
Alexander Aring
2024-04-17
1
-1
/
+1
*
dlm: use rwlock for lkbidr
Alexander Aring
2024-04-16
1
-1
/
+1
*
dlm: use rwlock for rsb hash table
Alexander Aring
2024-04-16
1
-1
/
+1
*
dlm: drop dlm_scand kthread and use timers
Alexander Aring
2024-04-16
1
-6
/
+10
*
dlm: switch to use rhashtable for rsbs
Alexander Aring
2024-04-16
1
-13
/
+5
*
dlm: add rsb lists for iteration
Alexander Aring
2024-04-16
1
-0
/
+4
*
dlm: merge toss and keep hash table lists into one list
Alexander Aring
2024-04-16
1
-2
/
+2
*
dlm: change to single hashtable lock
Alexander Aring
2024-04-16
1
-1
/
+1
*
dlm: convert ls_recv_active from rw_semaphore to rwlock
Alexander Aring
2024-04-09
1
-1
/
+1
*
dlm: avoid blocking receive at the end of recovery
Alexander Aring
2024-04-09
1
-3
/
+2
*
dlm: convert res_lock to spinlock
Alexander Aring
2024-04-09
1
-1
/
+1
*
dlm: convert ls_waiters_mutex to spinlock
Alexander Aring
2024-04-09
1
-1
/
+1
*
dlm: add new struct to save position in dlm_copy_master_names
Alexander Aring
2024-04-09
1
-2
/
+2
*
dlm: move rsb root_list to ls_recover() stack
Alexander Aring
2024-04-09
1
-4
/
+2
*
dlm: use a new list for recovery of master rsb names
Alexander Aring
2024-04-09
1
-0
/
+3
*
dlm: remove callback reference counting
Alexander Aring
2024-04-01
1
-4
/
+4
*
dlm: fix race between final callback and remove
Alexander Aring
2024-04-01
1
-24
/
+36
*
dlm: fix user space lock decision to copy lvb
Alexander Aring
2024-04-01
1
-0
/
+1
*
dlm: revert atomic_t lkb_wait_count
David Teigland
2024-03-15
1
-1
/
+1
*
fs: dlm: debugfs for queued callbacks
Alexander Aring
2023-08-10
1
-0
/
+1
*
fs: dlm: handle lkb wait count as atomic_t
Alexander Aring
2023-06-14
1
-1
/
+1
*
fs: dlm: switch lkb_sbflags to atomic ops
Alexander Aring
2023-03-06
1
-1
/
+27
*
fs: dlm: rsb hash table flag value to atomic ops
Alexander Aring
2023-03-06
1
-2
/
+2
*
fs: dlm: move internal flags to atomic ops
Alexander Aring
2023-03-06
1
-12
/
+18
*
fs: dlm: change dflags to use atomic bits
Alexander Aring
2023-03-06
1
-3
/
+43
*
fs: dlm: store lkb distributed flags into own value
Alexander Aring
2023-03-06
1
-10
/
+5
*
fs: dlm: remove DLM_IFL_LOCAL_MS flag
Alexander Aring
2023-03-06
1
-1
/
+0
*
fs: dlm: rename stub to local message flag
Alexander Aring
2023-03-06
1
-4
/
+4
*
fs: dlm: remove deprecated code parts
Alexander Aring
2023-03-06
1
-29
/
+0
*
fs: dlm: fix DLM_IFL_CB_PENDING gets overwritten
Alexander Aring
2023-03-06
1
-1
/
+4
*
fs: dlm: rename DLM_IFL_NEED_SCHED to DLM_IFL_CB_PENDING
Alexander Aring
2022-11-21
1
-1
/
+1
*
fs: dlm: remove ls_remove_wait waitqueue
Alexander Aring
2022-11-08
1
-4
/
+0
*
fs: dlm: use a non-static queue for callbacks
Alexander Aring
2022-11-08
1
-7
/
+8
*
fs: dlm: use spin lock instead of mutex
Alexander Aring
2022-11-08
1
-1
/
+1
*
fs: dlm: convert ls_cb_mutex mutex to spinlock
Alexander Aring
2022-11-08
1
-1
/
+1
*
dlm: replace one-element array with fixed size array
Paulo Miguel Almeida
2022-11-08
1
-1
/
+1
*
fs: dlm: change ls_clear_proc_locks to spinlock
Alexander Aring
2022-08-23
1
-1
/
+1
*
fs: dlm: don't use deprecated timeout features by default
Alexander Aring
2022-08-01
1
-1
/
+18
*
fs: dlm: remove waiter warnings
Alexander Aring
2022-06-24
1
-1
/
+0
*
fs: dlm: add comment about lkb IFL flags
Alexander Aring
2022-06-24
1
-0
/
+8
*
fs: dlm: make new_lockspace() wait until recovery completes
Alexander Aring
2022-06-24
1
-2
/
+2
[next]