index
:
linux-stable.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-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
Commit message (
Expand
)
Author
Age
Files
Lines
*
dlm: add rcu_barrier before destroy kmem cache
Alexander Aring
2024-06-13
1
-0
/
+2
*
dlm: remove DLM_LSFL_SOFTIRQ from exflags
Alexander Aring
2024-06-12
1
-1
/
+2
*
fs: dlm: remove unused struct 'dlm_processed_nodes'
Dr. David Alan Gilbert
2024-06-12
1
-6
/
+0
*
dlm: implement LSFL_SOFTIRQ_SAFE
Alexander Aring
2024-06-11
5
-84
/
+126
*
dlm: introduce DLM_LSFL_SOFTIRQ_SAFE
Alexander Aring
2024-06-11
1
-0
/
+3
*
dlm: use LSFL_FS to check for kernel lockspace
Alexander Aring
2024-06-11
3
-12
/
+19
*
dlm: use rcu to avoid an extra rsb struct lookup
Alexander Aring
2024-06-10
3
-16
/
+96
*
dlm: fix add_scan and del_scan usage
David Teigland
2024-06-10
1
-22
/
+35
*
dlm: change list and timer names
David Teigland
2024-06-10
9
-219
/
+182
*
dlm: move recover idr to xarray datastructure
Alexander Aring
2024-05-31
3
-36
/
+40
*
dlm: move lkb idr to xarray datastructure
Alexander Aring
2024-05-31
3
-46
/
+49
*
dlm: drop own rsb pre allocation mechanism
Alexander Aring
2024-05-31
3
-99
/
+13
*
dlm: remove ls_local_handle from struct dlm_ls
Alexander Aring
2024-05-31
3
-16
/
+5
*
dlm: remove unused parameter in dlm_midcomms_addr
Alexander Aring
2024-05-31
5
-6
/
+6
*
dlm: don't kref_init rsbs created for toss list
Alexander Aring
2024-05-31
1
-1
/
+0
*
dlm: remove scand leftovers
Alexander Aring
2024-05-31
2
-9
/
+0
*
dlm: return -ENOMEM if ls_recover_buf fails
Alexander Aring
2024-04-23
1
-1
/
+3
*
dlm: fix sleep in atomic context
Alexander Aring
2024-04-17
3
-8
/
+8
*
dlm: use rwlock for lkbidr
Alexander Aring
2024-04-16
3
-41
/
+11
*
dlm: use rwlock for rsb hash table
Alexander Aring
2024-04-16
7
-87
/
+206
*
dlm: drop dlm_scand kthread and use timers
Alexander Aring
2024-04-16
7
-239
/
+283
*
dlm: do not use ref counts for rsb in the toss state
Alexander Aring
2024-04-16
3
-32
/
+32
*
dlm: switch to use rhashtable for rsbs
Alexander Aring
2024-04-16
8
-160
/
+86
*
dlm: add rsb lists for iteration
Alexander Aring
2024-04-16
6
-261
/
+84
*
dlm: merge toss and keep hash table lists into one list
Alexander Aring
2024-04-16
7
-76
/
+98
*
dlm: change to single hashtable lock
Alexander Aring
2024-04-16
7
-61
/
+60
*
dlm: increment ls_count for dlm_scand
Alexander Aring
2024-04-16
1
-0
/
+3
*
dlm: do message processing in softirq context
Alexander Aring
2024-04-09
1
-8
/
+20
*
dlm: use spin_lock_bh for message processing
Alexander Aring
2024-04-09
14
-258
/
+287
*
dlm: remove schedule in receive path
Alexander Aring
2024-04-09
1
-1
/
+0
*
dlm: convert ls_recv_active from rw_semaphore to rwlock
Alexander Aring
2024-04-09
5
-8
/
+8
*
dlm: avoid blocking receive at the end of recovery
Alexander Aring
2024-04-09
5
-41
/
+30
*
dlm: convert res_lock to spinlock
Alexander Aring
2024-04-09
3
-4
/
+4
*
dlm: convert ls_waiters_mutex to spinlock
Alexander Aring
2024-04-09
4
-14
/
+14
*
dlm: drop mutex use in waiters recovery
Alexander Aring
2024-04-09
3
-8
/
+23
*
dlm: add new struct to save position in dlm_copy_master_names
Alexander Aring
2024-04-09
4
-10
/
+116
*
dlm: move rsb root_list to ls_recover() stack
Alexander Aring
2024-04-09
9
-70
/
+47
*
dlm: use a new list for recovery of master rsb names
Alexander Aring
2024-04-09
5
-14
/
+79
*
dlm: move root_list functionality to recover.c
Alexander Aring
2024-04-09
3
-44
/
+39
*
dlm: switch to GFP_ATOMIC in dlm allocations
Alexander Aring
2024-04-09
4
-8
/
+4
*
dlm: remove allocation parameter in msg allocation
Alexander Aring
2024-04-09
8
-57
/
+41
*
dlm: Simplify the allocation of slab caches in dlm_lowcomms_msg_cache_create
Kunwu Chan
2024-04-02
1
-1
/
+1
*
dlm: remove callback reference counting
Alexander Aring
2024-04-01
7
-55
/
+28
*
dlm: fix race between final callback and remove
Alexander Aring
2024-04-01
5
-213
/
+129
*
dlm: combine switch case fail and default statements
Alexander Aring
2024-04-01
2
-8
/
+6
*
dlm: save callback debug info earlier
Alexander Aring
2024-04-01
1
-4
/
+6
*
dlm: remove callback queue debugfs functionality
Alexander Aring
2024-04-01
1
-96
/
+0
*
dlm: remove lkb from callback tracepoints
Alexander Aring
2024-04-01
2
-4
/
+14
*
dlm: Simplify the allocation of slab caches in dlm_midcomms_cache_create
Kunwu Chan
2024-04-01
1
-2
/
+1
*
dlm: fix user space lock decision to copy lvb
Alexander Aring
2024-04-01
3
-13
/
+17
[next]