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.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-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
/
lockspace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-13
dlm: remove DLM_LSFL_SOFTIRQ from exflags
Alexander Aring
1
-1
/
+2
2024-06-11
dlm: implement LSFL_SOFTIRQ_SAFE
Alexander Aring
1
-0
/
+3
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
1
-6
/
+7
2024-06-10
dlm: change list and timer names
David Teigland
1
-7
/
+6
2024-05-31
dlm: move recover idr to xarray datastructure
Alexander Aring
1
-4
/
+4
2024-05-31
dlm: move lkb idr to xarray datastructure
Alexander Aring
1
-30
/
+30
2024-05-31
dlm: drop own rsb pre allocation mechanism
Alexander Aring
1
-11
/
+0
2024-05-31
dlm: remove ls_local_handle from struct dlm_ls
Alexander Aring
1
-13
/
+3
2024-05-31
dlm: remove scand leftovers
Alexander Aring
1
-1
/
+0
2024-04-24
dlm: return -ENOMEM if ls_recover_buf fails
Alexander Aring
1
-1
/
+3
2024-04-17
dlm: fix sleep in atomic context
Alexander Aring
1
-1
/
+1
2024-04-16
dlm: use rwlock for lkbidr
Alexander Aring
1
-3
/
+3
2024-04-16
dlm: use rwlock for rsb hash table
Alexander Aring
1
-1
/
+1
2024-04-16
dlm: drop dlm_scand kthread and use timers
Alexander Aring
1
-91
/
+14
2024-04-16
dlm: switch to use rhashtable for rsbs
Alexander Aring
1
-22
/
+13
2024-04-16
dlm: add rsb lists for iteration
Alexander Aring
1
-0
/
+3
2024-04-16
dlm: merge toss and keep hash table lists into one list
Alexander Aring
1
-10
/
+3
2024-04-16
dlm: change to single hashtable lock
Alexander Aring
1
-1
/
+1
2024-04-16
dlm: increment ls_count for dlm_scand
Alexander Aring
1
-0
/
+3
2024-04-09
dlm: use spin_lock_bh for message processing
Alexander Aring
1
-26
/
+25
2024-04-09
dlm: convert ls_recv_active from rw_semaphore to rwlock
Alexander Aring
1
-1
/
+1
2024-04-09
dlm: avoid blocking receive at the end of recovery
Alexander Aring
1
-3
/
+1
2024-04-09
dlm: convert ls_waiters_mutex to spinlock
Alexander Aring
1
-1
/
+1
2024-04-09
dlm: add new struct to save position in dlm_copy_master_names
Alexander Aring
1
-0
/
+2
2024-04-09
dlm: move rsb root_list to ls_recover() stack
Alexander Aring
1
-2
/
+0
2024-04-09
dlm: use a new list for recovery of master rsb names
Alexander Aring
1
-0
/
+2
2023-06-14
fs: dlm: revert check required context while close
Alexander Aring
1
-12
/
+0
2023-03-07
fs: dlm: move internal flags to atomic ops
Alexander Aring
1
-1
/
+1
2023-03-07
fs: dlm: rename stub to local message flag
Alexander Aring
1
-2
/
+2
2023-03-07
fs: dlm: remove deprecated code parts
Alexander Aring
1
-23
/
+0
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2023-01-27
kobject: kset_uevent_ops: make uevent() callback take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-24
fs: dlm: make dlm sequence id more robust
Alexander Aring
1
-1
/
+1
2023-01-23
fs: dlm: wait until all midcomms nodes detect version
Alexander Aring
1
-0
/
+3
2023-01-23
fs: dlm: start midcomms before scand
Alexander Aring
1
-8
/
+8
2022-11-21
fs: dlm: add midcomms init/start functions
Alexander Aring
1
-3
/
+2
2022-11-08
fs: dlm: fix log of lowcomms vs midcomms
Alexander Aring
1
-1
/
+1
2022-11-08
fs: dlm: remove ls_remove_wait waitqueue
Alexander Aring
1
-3
/
+0
2022-11-08
fs: dlm: convert ls_cb_mutex mutex to spinlock
Alexander Aring
1
-1
/
+1
2022-11-08
dlm: replace one-element array with fixed size array
Paulo Miguel Almeida
1
-1
/
+1
2022-08-23
fs: dlm: remove DLM_LSFL_FS from uapi
Alexander Aring
1
-4
/
+24
2022-08-23
fs: dlm: change ls_clear_proc_locks to spinlock
Alexander Aring
1
-1
/
+1
2022-08-23
fs: dlm: allow lockspaces have zero lvblen
Alexander Aring
1
-1
/
+1
2022-08-01
fs: dlm: don't use deprecated timeout features by default
Alexander Aring
1
-3
/
+11
2022-08-01
fs: dlm: add deprecation Kconfig and warnings for timeouts
Alexander Aring
1
-1
/
+10
2022-06-24
fs: dlm: remove waiter warnings
Alexander Aring
1
-1
/
+0
2022-06-24
fs: dlm: make new_lockspace() wait until recovery completes
Alexander Aring
1
-4
/
+5
2022-04-06
dlm: check required context while close
Alexander Aring
1
-0
/
+12
2022-01-12
Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
[next]