summaryrefslogtreecommitdiffstats
path: root/fs/dlm/requestqueue.c
AgeCommit message (Expand)AuthorLines
2024-04-09dlm: use spin_lock_bh for message processingAlexander Aring-6/+6
2024-04-09dlm: avoid blocking receive at the end of recoveryAlexander Aring-33/+8
2024-04-09dlm: switch to GFP_ATOMIC in dlm allocationsAlexander Aring-1/+1
2023-08-10fs: dlm: constify receive bufferAlexander Aring-1/+2
2022-11-21fs: dlm: avoid false-positive checker warningAlexander Aring-1/+2
2022-04-06dlm: use __le types for dlm messagesAlexander Aring-6/+9
2022-04-06dlm: use __le types for dlm headerAlexander Aring-3/+4
2021-11-02fs: dlm: ls_count busy wait to event based waitAlexander Aring-1/+1
2021-11-02fs: dlm: requestqueue busy wait to event based waitAlexander Aring-8/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner-3/+1
2012-05-02dlm: fixes for nodir modeDavid Teigland-29/+10
2012-04-26dlm: improve error and debug messagesDavid Teigland-1/+3
2009-11-30dlm: always use GFP_NOFSDavid Teigland-1/+1
2009-05-15dlm: use more NOFS allocationDavid Teigland-1/+1
2008-02-04dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)Al Viro-6/+6
2007-10-10[DLM] block dlm_recv in recovery transitionDavid Teigland-34/+24
2006-11-30[DLM] fix add_requestqueue checking nodes listDavid Teigland-3/+4
2006-11-30[DLM] fix requestqueue raceDavid Teigland-4/+17
2006-01-20[DLM] Update DLM to the latest patch levelDavid Teigland-13/+13
2006-01-18[DLM] The core of the DLM for GFS2/CLVMDavid Teigland-0/+184