| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-04 | dlm: fix swapped args sb_flags vs sb_status | Alexander Aring | 1 | -1/+1 |
| 2024-06-11 | dlm: implement LSFL_SOFTIRQ_SAFE | Alexander Aring | 1 | -56/+101 |
| 2024-06-11 | dlm: use LSFL_FS to check for kernel lockspace | Alexander Aring | 1 | -6/+11 |
| 2024-04-09 | dlm: use spin_lock_bh for message processing | Alexander Aring | 1 | -6/+6 |
| 2024-04-01 | dlm: remove callback reference counting | Alexander Aring | 1 | -39/+17 |
| 2024-04-01 | dlm: fix race between final callback and remove | Alexander Aring | 1 | -105/+61 |
| 2024-04-01 | dlm: combine switch case fail and default statements | Alexander Aring | 1 | -3/+2 |
| 2024-04-01 | dlm: save callback debug info earlier | Alexander Aring | 1 | -4/+6 |
| 2024-04-01 | dlm: remove lkb from callback tracepoints | Alexander Aring | 1 | -2/+7 |
| 2024-04-01 | dlm: fix user space lock decision to copy lvb | Alexander Aring | 1 | -0/+14 |
| 2023-06-14 | fs: dlm: move dlm_purge_lkb_callbacks to user module | Alexander Aring | 1 | -17/+0 |
| 2023-06-14 | fs: dlm: clear pending bit when queue was empty | Alexander Aring | 1 | -3/+5 |
| 2023-03-06 | fs: dlm: change dflags to use atomic bits | Alexander Aring | 1 | -1/+1 |
| 2023-03-06 | fs: dlm: store lkb distributed flags into own value | Alexander Aring | 1 | -1/+1 |
| 2023-03-06 | fs: dlm: fix DLM_IFL_CB_PENDING gets overwritten | Alexander Aring | 1 | -5/+4 |
| 2022-11-21 | fs: dlm: rename DLM_IFL_NEED_SCHED to DLM_IFL_CB_PENDING | Alexander Aring | 1 | -5/+4 |
| 2022-11-21 | fs: dlm: ast do WARN_ON_ONCE() on hotpath | Alexander Aring | 1 | -3/+3 |
| 2022-11-21 | fs: dlm: drop lkb ref in bug case | Alexander Aring | 1 | -1/+2 |
| 2022-11-08 | fs: dlm: use a non-static queue for callbacks | Alexander Aring | 1 | -170/+124 |
| 2022-11-08 | fs: dlm: move last cast bast time to function call | Alexander Aring | 1 | -6/+4 |
| 2022-11-08 | fs: dlm: use spin lock instead of mutex | Alexander Aring | 1 | -4/+4 |
| 2022-11-08 | fs: dlm: convert ls_cb_mutex mutex to spinlock | Alexander Aring | 1 | -6/+6 |
| 2022-11-08 | fs: dlm: let dlm_add_cb queue work after resume only | Alexander Aring | 1 | -2/+2 |
| 2022-08-23 | fs: dlm: LSFL_CB_DELAY only for kernel lockspaces | Alexander Aring | 1 | -6/+7 |
| 2022-08-23 | fs: dlm: fix race between test_bit() and queue_work() | Alexander Aring | 1 | -2/+4 |
| 2022-06-24 | fs: dlm: remove additional dereference of lksb | Alexander Aring | 1 | -1/+1 |
| 2022-06-24 | fs: dlm: change ast and bast trace order | Alexander Aring | 1 | -2/+2 |
| 2021-12-07 | fs: dlm: use list_empty() to check last iteration | Alexander Aring | 1 | -1/+3 |
| 2021-11-02 | fs: dlm: initial support for tracepoints | Alexander Aring | 1 | -0/+4 |
| 2021-11-02 | fs: dlm: make dlm_callback_resume quite | Alexander Aring | 1 | -3/+5 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193 | Thomas Gleixner | 1 | -3/+1 |
| 2018-11-08 | dlm: Don't swamp the CPU with callbacks queued during recovery | Bob Peterson | 1 | -0/+10 |
| 2017-09-25 | DLM: fix overflow dlm_cb_seq | tsutomu.owa@toshiba.co.jp | 1 | -0/+2 |
| 2016-10-19 | dlm: don't specify WQ_UNBOUND for the ast callback workqueue | Bob Peterson | 1 | -1/+1 |
| 2014-02-14 | dlm: use INFO for recovery messages | David Teigland | 1 | -1/+1 |
| 2014-02-12 | fs: Include appropriate header file in dlm/ast.c | Rashika Kheria | 1 | -0/+1 |
| 2013-07-30 | dlm: WQ_NON_REENTRANT is meaningless and going away | Tejun Heo | 1 | -4/+1 |
| 2012-08-08 | dlm: fix uninitialized spinlock | David Teigland | 1 | -2/+2 |
| 2012-05-02 | dlm: fixes for nodir mode | David Teigland | 1 | -1/+2 |
| 2011-07-19 | dlm: don't limit active work items | David Teigland | 1 | -1/+4 |
| 2011-07-15 | dlm: use workqueue for callbacks | David Teigland | 1 | -148/+114 |
| 2011-03-10 | dlm: record full callback state | David Teigland | 1 | -59/+198 |
| 2010-02-24 | dlm: fix ordering of bast and cast | David Teigland | 1 | -16/+58 |
| 2008-12-23 | dlm: fs/dlm/ast.c: fix warning | Andrew Morton | 1 | -22/+17 |
| 2008-12-23 | dlm: improve how bast mode handling | David Teigland | 1 | -6/+8 |
| 2008-12-23 | dlm: remove extra blocking callback check | David Teigland | 1 | -6/+1 |
| 2008-12-23 | dlm: replace schedule with cond_resched | Steven Whitehouse | 1 | -1/+1 |
| 2008-02-06 | dlm: proper types for asts and basts | David Teigland | 1 | -5/+4 |
| 2007-05-01 | [DLM] fs/dlm/ast.c should #include "ast.h" | Adrian Bunk | 1 | -0/+1 |
| 2006-08-23 | [DLM] down conversion clearing flags | David Teigland | 1 | -0/+1 |
| 2006-07-13 | [DLM] dlm: user locks | David Teigland | 1 | -1/+6 |
| 2006-01-20 | [DLM] Update DLM to the latest patch level | David Teigland | 1 | -8/+8 |
| 2006-01-18 | [DLM] The core of the DLM for GFS2/CLVM | David Teigland | 1 | -0/+167 |