Merge tag 'dlm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
Pull dlm updates from David Teigland: - New flag DLM_LSFL_SOFTIRQ_SAFE can be set by code using dlm to indicate callbacks can be run from softirq - Change md-cluster to set DLM_LSFL_SOFTIRQ_SAFE - Clean up for previous changes, e.g. unused code and parameters - Remove custom pre-allocation of rsb structs which is unnecessary with kmem caches - Change idr to xarray for lkb structs in use - Change idr to xarray for rsb structs being recovered - Change outdated naming related to internal rsb states - Fix some incorrect add/remove of rsb on scan list - Use rcu to free rsb structs * tag 'dlm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm: dlm: add rcu_barrier before destroy kmem cache dlm: remove DLM_LSFL_SOFTIRQ from exflags fs: dlm: remove unused struct 'dlm_processed_nodes' md-cluster: use DLM_LSFL_SOFTIRQ for dlm_new_lockspace() dlm: implement LSFL_SOFTIRQ_SAFE dlm: introduce DLM_LSFL_SOFTIRQ_SAFE dlm: use LSFL_FS to check for kernel lockspace dlm: use rcu to avoid an extra rsb struct lookup dlm: fix add_scan and del_scan usage dlm: change list and timer names dlm: move recover idr to xarray datastructure dlm: move lkb idr to xarray datastructure dlm: drop own rsb pre allocation mechanism dlm: remove ls_local_handle from struct dlm_ls dlm: remove unused parameter in dlm_midcomms_addr dlm: don't kref_init rsbs created for toss list dlm: remove scand leftovers
Showing
- drivers/md/md-cluster.c 1 addition, 1 deletiondrivers/md/md-cluster.c
- fs/dlm/ast.c 111 additions, 61 deletionsfs/dlm/ast.c
- fs/dlm/ast.h 5 additions, 6 deletionsfs/dlm/ast.h
- fs/dlm/config.c 1 addition, 1 deletionfs/dlm/config.c
- fs/dlm/debug_fs.c 5 additions, 5 deletionsfs/dlm/debug_fs.c
- fs/dlm/dlm_internal.h 22 additions, 38 deletionsfs/dlm/dlm_internal.h
- fs/dlm/lock.c 279 additions, 289 deletionsfs/dlm/lock.c
- fs/dlm/lock.h 3 additions, 4 deletionsfs/dlm/lock.h
- fs/dlm/lockspace.c 58 additions, 73 deletionsfs/dlm/lockspace.c
- fs/dlm/lowcomms.c 1 addition, 7 deletionsfs/dlm/lowcomms.c
- fs/dlm/lowcomms.h 1 addition, 1 deletionfs/dlm/lowcomms.h
- fs/dlm/member.c 1 addition, 1 deletionfs/dlm/member.c
- fs/dlm/memory.c 9 additions, 1 deletionfs/dlm/memory.c
- fs/dlm/midcomms.c 2 additions, 2 deletionsfs/dlm/midcomms.c
- fs/dlm/midcomms.h 1 addition, 1 deletionfs/dlm/midcomms.h
- fs/dlm/recover.c 40 additions, 38 deletionsfs/dlm/recover.c
- fs/dlm/recover.h 1 addition, 1 deletionfs/dlm/recover.h
- fs/dlm/recoverd.c 7 additions, 7 deletionsfs/dlm/recoverd.c
- fs/dlm/user.c 18 additions, 24 deletionsfs/dlm/user.c
- include/linux/dlm.h 16 additions, 1 deletioninclude/linux/dlm.h
Please register or sign in to comment