summaryrefslogtreecommitdiff
path: root/fs/dlm/ast.c
AgeCommit message (Expand)Author
2023-06-14fs: dlm: move dlm_purge_lkb_callbacks to user moduleAlexander Aring
2023-06-14fs: dlm: clear pending bit when queue was emptyAlexander Aring
2023-03-06fs: dlm: change dflags to use atomic bitsAlexander Aring
2023-03-06fs: dlm: store lkb distributed flags into own valueAlexander Aring
2023-03-06fs: dlm: fix DLM_IFL_CB_PENDING gets overwrittenAlexander Aring
2022-11-21fs: dlm: rename DLM_IFL_NEED_SCHED to DLM_IFL_CB_PENDINGAlexander Aring
2022-11-21fs: dlm: ast do WARN_ON_ONCE() on hotpathAlexander Aring
2022-11-21fs: dlm: drop lkb ref in bug caseAlexander Aring
2022-11-08fs: dlm: use a non-static queue for callbacksAlexander Aring
2022-11-08fs: dlm: move last cast bast time to function callAlexander Aring
2022-11-08fs: dlm: use spin lock instead of mutexAlexander Aring
2022-11-08fs: dlm: convert ls_cb_mutex mutex to spinlockAlexander Aring
2022-11-08fs: dlm: let dlm_add_cb queue work after resume onlyAlexander Aring
2022-08-23fs: dlm: LSFL_CB_DELAY only for kernel lockspacesAlexander Aring
2022-08-23fs: dlm: fix race between test_bit() and queue_work()Alexander Aring
2022-06-24fs: dlm: remove additional dereference of lksbAlexander Aring
2022-06-24fs: dlm: change ast and bast trace orderAlexander Aring
2021-12-07fs: dlm: use list_empty() to check last iterationAlexander Aring
2021-11-02fs: dlm: initial support for tracepointsAlexander Aring
2021-11-02fs: dlm: make dlm_callback_resume quiteAlexander Aring
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner
2018-11-08dlm: Don't swamp the CPU with callbacks queued during recoveryBob Peterson
2017-09-25DLM: fix overflow dlm_cb_seqtsutomu.owa@toshiba.co.jp
2016-10-19dlm: don't specify WQ_UNBOUND for the ast callback workqueueBob Peterson
2014-02-14dlm: use INFO for recovery messagesDavid Teigland
2014-02-12fs: Include appropriate header file in dlm/ast.cRashika Kheria
2013-07-30dlm: WQ_NON_REENTRANT is meaningless and going awayTejun Heo
2012-08-08dlm: fix uninitialized spinlockDavid Teigland
2012-05-02dlm: fixes for nodir modeDavid Teigland
2011-07-19dlm: don't limit active work itemsDavid Teigland
2011-07-15dlm: use workqueue for callbacksDavid Teigland
2011-03-10dlm: record full callback stateDavid Teigland
2010-02-24dlm: fix ordering of bast and castDavid Teigland
2008-12-23dlm: fs/dlm/ast.c: fix warningAndrew Morton
2008-12-23dlm: improve how bast mode handlingDavid Teigland
2008-12-23dlm: remove extra blocking callback checkDavid Teigland
2008-12-23dlm: replace schedule with cond_reschedSteven Whitehouse
2008-02-06dlm: proper types for asts and bastsDavid Teigland
2007-05-01[DLM] fs/dlm/ast.c should #include "ast.h"Adrian Bunk
2006-08-23[DLM] down conversion clearing flagsDavid Teigland
2006-07-13[DLM] dlm: user locksDavid Teigland
2006-01-20[DLM] Update DLM to the latest patch levelDavid Teigland
2006-01-18[DLM] The core of the DLM for GFS2/CLVMDavid Teigland