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