aboutsummaryrefslogtreecommitdiff
path: root/fs/dlm/requestqueue.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09dlm: use spin_lock_bh for message processingGravatar Alexander Aring 1-6/+6
2024-04-09dlm: avoid blocking receive at the end of recoveryGravatar Alexander Aring 1-33/+8
2024-04-09dlm: switch to GFP_ATOMIC in dlm allocationsGravatar Alexander Aring 1-1/+1
2023-08-10fs: dlm: constify receive bufferGravatar Alexander Aring 1-1/+2
2022-11-21fs: dlm: avoid false-positive checker warningGravatar Alexander Aring 1-1/+2
2022-04-06dlm: use __le types for dlm messagesGravatar Alexander Aring 1-6/+9
2022-04-06dlm: use __le types for dlm headerGravatar Alexander Aring 1-3/+4
2021-11-02fs: dlm: ls_count busy wait to event based waitGravatar Alexander Aring 1-1/+1
2021-11-02fs: dlm: requestqueue busy wait to event based waitGravatar Alexander Aring 1-8/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Gravatar Thomas Gleixner 1-3/+1
2012-05-02dlm: fixes for nodir modeGravatar David Teigland 1-29/+10
2012-04-26dlm: improve error and debug messagesGravatar David Teigland 1-1/+3
2009-11-30dlm: always use GFP_NOFSGravatar David Teigland 1-1/+1
2009-05-15dlm: use more NOFS allocationGravatar David Teigland 1-1/+1
2008-02-04dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)Gravatar Al Viro 1-6/+6
2007-10-10[DLM] block dlm_recv in recovery transitionGravatar David Teigland 1-34/+24
2006-11-30[DLM] fix add_requestqueue checking nodes listGravatar David Teigland 1-3/+4
2006-11-30[DLM] fix requestqueue raceGravatar David Teigland 1-4/+17
2006-01-20[DLM] Update DLM to the latest patch levelGravatar David Teigland 1-13/+13
2006-01-18[DLM] The core of the DLM for GFS2/CLVMGravatar David Teigland 1-0/+184