summaryrefslogtreecommitdiffstats
path: root/fs/dlm/rcom.c
Commit message (Expand)AuthorAgeFilesLines
* fs: dlm: don't use RCOM_NAMES for version detectionAlexander Aring2023-08-101-8/+8
* fs: dlm: constify receive bufferAlexander Aring2023-08-101-9/+11
* fs: dlm: drop rxbuf manipulation in dlm_recover_master_copyAlexander Aring2023-08-101-4/+8
* fs: dlm: get recovery sequence number as parameterAlexander Aring2023-08-101-30/+38
* 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
* fd: dlm: trace send/recv of dlm message and rcomAlexander Aring2022-11-081-2/+2
* fs: dlm: cast resource pointer to uintptr_tAlexander Aring2022-04-071-1/+1
* dlm: use __le types for rcom messagesAlexander Aring2022-04-061-41/+39
* dlm: use __le types for dlm headerAlexander Aring2022-04-061-19/+23
* fs: dlm: use dlm_recovery_stopped instead of test_bitAlexander Aring2021-11-021-1/+1
* fs: dlm: cleanup and remove _send_rcomAlexander Aring2021-07-191-18/+11
* fs: dlm: rename socket and app buffer definesAlexander Aring2021-06-021-3/+3
* fs: dlm: Fix memory leak of object mhColin Ian King2021-05-261-4/+4
* fs: dlm: add reliable connection if reconnectAlexander Aring2021-05-251-2/+2
* fs: dlm: add union in dlm header for lockspace idAlexander Aring2021-05-251-2/+2
* fs: dlm: make buffer handling per msgAlexander Aring2021-05-251-19/+21
* fs: dlm: add more midcomms hooksAlexander Aring2021-05-251-30/+71
* fs: dlm: use GFP_ZERO for page bufferAlexander Aring2021-03-091-2/+0
* fs: dlm: define max send bufferAlexander Aring2020-11-101-3/+3
* fs:dlm:remove unneeded semicolon in rcom.cWu Bo2020-05-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner2019-05-301-3/+1
* dlm: remove dlm_send_rcom_lookup_dumpDavid Teigland2017-10-091-19/+1
* DLM: retry rcom when dlm_wait_function is timed out.tsutomu.owa@toshiba.co.jp2017-09-251-0/+6
* dlm: fix missing endian conversion of rcom_status flagsNeale Ferguson2014-10-141-1/+1
* dlm: fix unlock balance warningsDavid Teigland2012-08-081-1/+1
* dlm: use idr instead of list for recovered rsbsDavid Teigland2012-07-161-1/+1
* dlm: use rsbtbl as resource directoryDavid Teigland2012-07-161-34/+111
* dlm: fixes for nodir modeDavid Teigland2012-05-021-6/+17
* dlm: limit rcom debug messagesDavid Teigland2012-04-261-28/+20
* dlm: add node slots and generationDavid Teigland2012-01-041-17/+82
* dlm: record full callback stateDavid Teigland2011-03-101-2/+2
* dlm: always use GFP_NOFSDavid Teigland2009-11-301-1/+1
* dlm: fix rcom_names message to selfDavid Teigland2008-02-211-0/+2
* dlm: proper types for asts and bastsDavid Teigland2008-02-061-2/+2
* dlm: verify that places expecting rcom_lock have packet long enoughAl Viro2008-02-041-1/+11
* dlm: missing length check in check_config()Al Viro2008-02-041-0/+7
* dlm: use proper type for ->ls_recover_bufAl Viro2008-02-041-5/+6
* dlm: do not byteswap rcom_configAl Viro2008-02-041-7/+8
* dlm: do not byteswap rcom_lockAl Viro2008-02-041-7/+7
* dlm: clean upsDavid Teigland2008-01-301-20/+5
* [DLM] block dlm_recv in recovery transitionDavid Teigland2007-10-101-28/+8
* [DLM] fix NULL ls usageDavid Teigland2007-08-141-4/+3
* [DLM] variable allocationPatrick Caulfield2007-07-091-4/+5
* [DLM] wait for config check during join [6/6]David Teigland2007-07-091-2/+2
* [DLM] rename dlm_config_info fieldsDavid Teigland2007-02-051-4/+4
* [DLM] change some log_error to log_debugDavid Teigland2007-02-051-2/+2
* [DLM] add version checkDavid Teigland2007-02-051-3/+11
* [DLM] fix old rcom messagesDavid Teigland2007-02-051-23/+38
* [DLM] fix format warnings in rcom.c and recoverd.cRyusuke Konishi2006-11-301-1/+2