summaryrefslogtreecommitdiffstats
path: root/fs/dlm/ast.c
Commit message (Expand)AuthorAgeFilesLines
* dlm: use spin_lock_bh for message processingAlexander Aring2024-04-091-6/+6
* dlm: remove callback reference countingAlexander Aring2024-04-011-39/+17
* dlm: fix race between final callback and removeAlexander Aring2024-04-011-105/+61
* dlm: combine switch case fail and default statementsAlexander Aring2024-04-011-3/+2
* dlm: save callback debug info earlierAlexander Aring2024-04-011-4/+6
* dlm: remove lkb from callback tracepointsAlexander Aring2024-04-011-2/+7
* dlm: fix user space lock decision to copy lvbAlexander Aring2024-04-011-0/+14
* fs: dlm: move dlm_purge_lkb_callbacks to user moduleAlexander Aring2023-06-141-17/+0
* fs: dlm: clear pending bit when queue was emptyAlexander Aring2023-06-141-3/+5
* fs: dlm: change dflags to use atomic bitsAlexander Aring2023-03-061-1/+1
* fs: dlm: store lkb distributed flags into own valueAlexander Aring2023-03-061-1/+1
* fs: dlm: fix DLM_IFL_CB_PENDING gets overwrittenAlexander Aring2023-03-061-5/+4
* fs: dlm: rename DLM_IFL_NEED_SCHED to DLM_IFL_CB_PENDINGAlexander Aring2022-11-211-5/+4
* fs: dlm: ast do WARN_ON_ONCE() on hotpathAlexander Aring2022-11-211-3/+3
* fs: dlm: drop lkb ref in bug caseAlexander Aring2022-11-211-1/+2
* fs: dlm: use a non-static queue for callbacksAlexander Aring2022-11-081-170/+124
* fs: dlm: move last cast bast time to function callAlexander Aring2022-11-081-6/+4
* fs: dlm: use spin lock instead of mutexAlexander Aring2022-11-081-4/+4
* fs: dlm: convert ls_cb_mutex mutex to spinlockAlexander Aring2022-11-081-6/+6
* fs: dlm: let dlm_add_cb queue work after resume onlyAlexander Aring2022-11-081-2/+2
* fs: dlm: LSFL_CB_DELAY only for kernel lockspacesAlexander Aring2022-08-231-6/+7
* fs: dlm: fix race between test_bit() and queue_work()Alexander Aring2022-08-231-2/+4
* fs: dlm: remove additional dereference of lksbAlexander Aring2022-06-241-1/+1
* fs: dlm: change ast and bast trace orderAlexander Aring2022-06-241-2/+2
* fs: dlm: use list_empty() to check last iterationAlexander Aring2021-12-071-1/+3
* fs: dlm: initial support for tracepointsAlexander Aring2021-11-021-0/+4
* fs: dlm: make dlm_callback_resume quiteAlexander Aring2021-11-021-3/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner2019-05-301-3/+1
* dlm: Don't swamp the CPU with callbacks queued during recoveryBob Peterson2018-11-081-0/+10
* DLM: fix overflow dlm_cb_seqtsutomu.owa@toshiba.co.jp2017-09-251-0/+2
* dlm: don't specify WQ_UNBOUND for the ast callback workqueueBob Peterson2016-10-191-1/+1
* dlm: use INFO for recovery messagesDavid Teigland2014-02-141-1/+1
* fs: Include appropriate header file in dlm/ast.cRashika Kheria2014-02-121-0/+1
* dlm: WQ_NON_REENTRANT is meaningless and going awayTejun Heo2013-07-301-4/+1
* dlm: fix uninitialized spinlockDavid Teigland2012-08-081-2/+2
* dlm: fixes for nodir modeDavid Teigland2012-05-021-1/+2
* dlm: don't limit active work itemsDavid Teigland2011-07-191-1/+4
* dlm: use workqueue for callbacksDavid Teigland2011-07-151-148/+114
* dlm: record full callback stateDavid Teigland2011-03-101-59/+198
* dlm: fix ordering of bast and castDavid Teigland2010-02-241-16/+58
* dlm: fs/dlm/ast.c: fix warningAndrew Morton2008-12-231-22/+17
* dlm: improve how bast mode handlingDavid Teigland2008-12-231-6/+8
* dlm: remove extra blocking callback checkDavid Teigland2008-12-231-6/+1
* dlm: replace schedule with cond_reschedSteven Whitehouse2008-12-231-1/+1
* dlm: proper types for asts and bastsDavid Teigland2008-02-061-5/+4
* [DLM] fs/dlm/ast.c should #include "ast.h"Adrian Bunk2007-05-011-0/+1
* [DLM] down conversion clearing flagsDavid Teigland2006-08-231-0/+1
* [DLM] dlm: user locksDavid Teigland2006-07-131-1/+6
* [DLM] Update DLM to the latest patch levelDavid Teigland2006-01-201-8/+8
* [DLM] The core of the DLM for GFS2/CLVMDavid Teigland2006-01-181-0/+167