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
2024-06-13
dlm: add rcu_barrier before destroy kmem cache
Alexander Aring
1
-0
/
+2
2024-06-12
dlm: remove DLM_LSFL_SOFTIRQ from exflags
Alexander Aring
1
-1
/
+2
2024-06-12
fs: dlm: remove unused struct 'dlm_processed_nodes'
Dr. David Alan Gilbert
1
-6
/
+0
2024-06-11
dlm: implement LSFL_SOFTIRQ_SAFE
Alexander Aring
5
-84
/
+126
2024-06-11
dlm: introduce DLM_LSFL_SOFTIRQ_SAFE
Alexander Aring
1
-0
/
+3
2024-06-11
dlm: use LSFL_FS to check for kernel lockspace
Alexander Aring
3
-12
/
+19
2024-06-10
dlm: use rcu to avoid an extra rsb struct lookup
Alexander Aring
3
-16
/
+96
2024-06-10
dlm: fix add_scan and del_scan usage
David Teigland
1
-22
/
+35
2024-06-10
dlm: change list and timer names
David Teigland
9
-219
/
+182
2024-05-31
dlm: move recover idr to xarray datastructure
Alexander Aring
3
-36
/
+40
2024-05-31
dlm: move lkb idr to xarray datastructure
Alexander Aring
3
-46
/
+49
2024-05-31
dlm: drop own rsb pre allocation mechanism
Alexander Aring
3
-99
/
+13
2024-05-31
dlm: remove ls_local_handle from struct dlm_ls
Alexander Aring
3
-16
/
+5
2024-05-31
dlm: remove unused parameter in dlm_midcomms_addr
Alexander Aring
5
-6
/
+6
2024-05-31
dlm: don't kref_init rsbs created for toss list
Alexander Aring
1
-1
/
+0
2024-05-31
dlm: remove scand leftovers
Alexander Aring
2
-9
/
+0
2024-04-23
dlm: return -ENOMEM if ls_recover_buf fails
Alexander Aring
1
-1
/
+3
2024-04-17
dlm: fix sleep in atomic context
Alexander Aring
3
-8
/
+8
2024-04-16
dlm: use rwlock for lkbidr
Alexander Aring
3
-41
/
+11
2024-04-16
dlm: use rwlock for rsb hash table
Alexander Aring
7
-87
/
+206
2024-04-16
dlm: drop dlm_scand kthread and use timers
Alexander Aring
7
-239
/
+283
2024-04-16
dlm: do not use ref counts for rsb in the toss state
Alexander Aring
3
-32
/
+32
2024-04-16
dlm: switch to use rhashtable for rsbs
Alexander Aring
8
-160
/
+86
2024-04-16
dlm: add rsb lists for iteration
Alexander Aring
6
-261
/
+84
2024-04-16
dlm: merge toss and keep hash table lists into one list
Alexander Aring
7
-76
/
+98
2024-04-16
dlm: change to single hashtable lock
Alexander Aring
7
-61
/
+60
2024-04-16
dlm: increment ls_count for dlm_scand
Alexander Aring
1
-0
/
+3
2024-04-09
dlm: do message processing in softirq context
Alexander Aring
1
-8
/
+20
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
[next]