aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/midcomms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06dlm: check required context while closeAlexander Aring1-0/+3
2022-04-06dlm: move conversion to compile timeAlexander Aring1-10/+10
2022-04-06dlm: use __le types for dlm headerAlexander Aring1-16/+12
2022-04-06dlm: add __CHECKER__ for false positivesAlexander Aring1-0/+10
2021-12-07fs: dlm: memory cache for midcomms hotpathAlexander Aring1-6/+15
2021-11-05fs: dlm:Remove unneeded semicolonZhang Mingyu1-1/+1
2021-11-02fs: dlm: add debugfs rawmsg send functionalityAlexander Aring1-0/+48
2021-11-02fs: dlm: let handle callback data as voidAlexander Aring1-1/+3
2021-11-02fs: dlm: move version conversion to compile timeAlexander Aring1-3/+3
2021-11-02fs: dlm: debug improvements print nodeidAlexander Aring1-2/+2
2021-08-19fs: dlm: implement delayed ack handlingAlexander Aring1-8/+48
2021-06-11fs: dlm: invalid buffer access in lookup errorAlexander Aring1-2/+17
2021-06-11fs: dlm: fix race in mhandle deletionAlexander Aring1-14/+21
2021-06-02fs: dlm: rename socket and app buffer definesAlexander Aring1-2/+2
2021-05-26fs: dlm: Fix spelling mistake "stucked" -> "stuck"Colin Ian King1-2/+2
2021-05-25fs: dlm: add midcomms debugfs functionalityAlexander Aring1-0/+27
2021-05-25fs: dlm: add reliable connection if reconnectAlexander Aring1-44/+1246
2021-05-25fs: dlm: make buffer handling per msgAlexander Aring1-2/+5
2021-05-25fs: dlm: add more midcomms hooksAlexander Aring1-1/+30
2021-03-09fs: dlm: remove unaligned memory access handlingAlexander Aring1-14/+12
2021-03-09fs: dlm: check on minimum msglen sizeAlexander Aring1-3/+4
2020-09-29fs: dlm: rework receive handlingAlexander Aring1-83/+53
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner1-3/+1
2008-12-23dlm: fix up memory allocation flagsSteven Whitehouse1-1/+1
2008-02-04dlm: dlm_process_incoming_buffer() fixesAl Viro1-13/+20
2008-01-30dlm: align midcomms message bufferFabio M. Di Nitto1-6/+9
2007-10-10[DLM] block dlm_recv in recovery transitionDavid Teigland1-15/+2
2007-02-05[DLM] rename dlm_config_info fieldsDavid Teigland1-2/+2
2006-01-20[DLM] Update DLM to the latest patch levelDavid Teigland1-1/+1
2006-01-18[DLM] The core of the DLM for GFS2/CLVMDavid Teigland1-0/+140