index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dlm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2024-03-18
3
-39
/
+81
|
\
|
*
dlm: add comments about forced waiters reset
David Teigland
2024-03-15
1
-20
/
+58
|
*
dlm: revert atomic_t lkb_wait_count
David Teigland
2024-03-15
2
-15
/
+19
|
*
dlm: fix user space lkb refcounting
Alexander Aring
2024-03-12
1
-5
/
+5
*
|
dlm: adapt to breakup of struct file_lock
Jeff Layton
2024-02-05
1
-23
/
+22
*
|
filelock: split common fields into struct file_lock_core
Jeff Layton
2024-02-05
1
-0
/
+1
*
|
dlm: convert to using new filelock helpers
Jeff Layton
2024-02-05
1
-5
/
+5
|
/
*
dlm: update format header reflect current format
Alexander Aring
2023-12-20
1
-2
/
+2
*
dlm: fix format seq ops type 4
Alexander Aring
2023-12-20
1
-1
/
+1
*
dlm: use FL_SLEEP to determine blocking vs non-blocking
Alexander Aring
2023-11-16
1
-1
/
+1
*
dlm: use fl_owner from lockd
Alexander Aring
2023-11-16
1
-14
/
+4
*
dlm: use kernel_connect() and kernel_bind()
Jordan Rife
2023-11-16
1
-7
/
+7
*
dlm: slow down filling up processing queue
Alexander Aring
2023-10-12
1
-0
/
+12
*
dlm: fix no ack after final message
Alexander Aring
2023-10-12
1
-3
/
+3
*
dlm: be sure we reset all nodes at forced shutdown
Alexander Aring
2023-10-12
1
-2
/
+8
*
dlm: fix remove member after close call
Alexander Aring
2023-10-12
1
-1
/
+12
[next]