aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/ast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-23fs: dlm: LSFL_CB_DELAY only for kernel lockspacesAlexander Aring1-6/+7
2022-08-23fs: dlm: fix race between test_bit() and queue_work()Alexander Aring1-2/+4
2022-06-24fs: dlm: remove additional dereference of lksbAlexander Aring1-1/+1
2022-06-24fs: dlm: change ast and bast trace orderAlexander Aring1-2/+2
2021-12-07fs: dlm: use list_empty() to check last iterationAlexander Aring1-1/+3
2021-11-02fs: dlm: initial support for tracepointsAlexander Aring1-0/+4
2021-11-02fs: dlm: make dlm_callback_resume quiteAlexander Aring1-3/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner1-3/+1
2018-11-08dlm: Don't swamp the CPU with callbacks queued during recoveryBob Peterson1-0/+10
2017-09-25DLM: fix overflow dlm_cb_seqtsutomu.owa@toshiba.co.jp1-0/+2
2016-10-19dlm: don't specify WQ_UNBOUND for the ast callback workqueueBob Peterson1-1/+1
2014-02-14dlm: use INFO for recovery messagesDavid Teigland1-1/+1
2014-02-12fs: Include appropriate header file in dlm/ast.cRashika Kheria1-0/+1
2013-07-30dlm: WQ_NON_REENTRANT is meaningless and going awayTejun Heo1-4/+1
2012-08-08dlm: fix uninitialized spinlockDavid Teigland1-2/+2
2012-05-02dlm: fixes for nodir modeDavid Teigland1-1/+2
2011-07-19dlm: don't limit active work itemsDavid Teigland1-1/+4
2011-07-15dlm: use workqueue for callbacksDavid Teigland1-148/+114
2011-03-10dlm: record full callback stateDavid Teigland1-59/+198
2010-02-24dlm: fix ordering of bast and castDavid Teigland1-16/+58
2008-12-23dlm: fs/dlm/ast.c: fix warningAndrew Morton1-22/+17
2008-12-23dlm: improve how bast mode handlingDavid Teigland1-6/+8
2008-12-23dlm: remove extra blocking callback checkDavid Teigland1-6/+1
2008-12-23dlm: replace schedule with cond_reschedSteven Whitehouse1-1/+1
2008-02-06dlm: proper types for asts and bastsDavid Teigland1-5/+4
2007-05-01[DLM] fs/dlm/ast.c should #include "ast.h"Adrian Bunk1-0/+1
2006-08-23[DLM] down conversion clearing flagsDavid Teigland1-0/+1
2006-07-13[DLM] dlm: user locksDavid Teigland1-1/+6
2006-01-20[DLM] Update DLM to the latest patch levelDavid Teigland1-8/+8
2006-01-18[DLM] The core of the DLM for GFS2/CLVMDavid Teigland1-0/+167