Age | Commit message (Expand) | Author | Files | Lines |
2022-06-24 | fs: dlm: make new_lockspace() wait until recovery completes | Alexander Aring | 1 | -13/+0 |
2022-06-24 | fs: dlm: call dlm_lsop_recover_prep once | Alexander Aring | 1 | -1/+10 |
2022-06-24 | fs: dlm: update comments about recovery and membership handling | Alexander Aring | 1 | -1/+5 |
2022-04-06 | dlm: use __le types for rcom messages | Alexander Aring | 1 | -7/+2 |
2022-04-06 | dlm: use __le types for dlm header | Alexander Aring | 1 | -1/+1 |
2021-11-02 | fs: dlm: use dlm_recovery_stopped in condition | Alexander Aring | 1 | -2/+1 |
2021-08-19 | fs: dlm: fix return -EINTR on recovery stopped | Alexander Aring | 1 | -1/+3 |
2021-06-02 | fs: dlm: rename socket and app buffer defines | Alexander Aring | 1 | -1/+1 |
2021-05-25 | fs: dlm: add more midcomms hooks | Alexander Aring | 1 | -3/+14 |
2021-05-25 | fs: dlm: always run complete for possible waiters | Alexander Aring | 1 | -6/+12 |
2020-11-10 | fs: dlm: define max send buffer | Alexander Aring | 1 | -1/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193 | Thomas Gleixner | 1 | -3/+1 |
2018-11-13 | dlm: fix possible call to kfree() for non-initialized pointer | Denis V. Lunev | 1 | -1/+1 |
2018-11-08 | dlm: fix invalid free | Tycho Andersen | 1 | -2/+3 |
2017-08-07 | dlm: Delete an unnecessary variable initialisation in dlm_ls_start() | Markus Elfring | 1 | -1/+1 |
2017-08-07 | dlm: Improve a size determination in two functions | Markus Elfring | 1 | -2/+2 |
2017-08-07 | dlm: Use kcalloc() in two functions | Markus Elfring | 1 | -4/+2 |
2017-08-07 | dlm: Use kmalloc_array() in make_member_array() | Markus Elfring | 1 | -2/+1 |
2014-02-14 | dlm: use INFO for recovery messages | David Teigland | 1 | -15/+12 |
2012-08-08 | dlm: fix unlock balance warnings | David Teigland | 1 | -6/+11 |
2012-01-04 | dlm: add recovery callbacks | David Teigland | 1 | -72/+125 |
2012-01-04 | dlm: add node slots and generation | David Teigland | 1 | -1/+283 |
2012-01-04 | dlm: move recovery barrier calls | David Teigland | 1 | -6/+1 |
2010-02-04 | Fix misspellings of "truly" in comments. | Adam Buchbinder | 1 | -1/+1 |
2009-12-01 | dlm: always use GFP_NOFS | David Teigland | 1 | -4/+4 |
2009-05-15 | dlm: use more NOFS allocation | David Teigland | 1 | -4/+4 |
2009-05-15 | dlm: connect to nodes earlier | Christine Caulfield | 1 | -2/+9 |
2008-04-21 | dlm: recover nodes that are removed and re-added | David Teigland | 1 | -5/+29 |
2008-01-30 | dlm: reject messages from non-members | David Teigland | 1 | -2/+2 |
2007-10-10 | [DLM] block dlm_recv in recovery transition | David Teigland | 1 | -14/+27 |
2007-08-14 | [DLM] Fix memory leak in dlm_add_member() when dlm_node_weight() returns less... | Jesper Juhl | 1 | -1/+3 |
2007-07-09 | [DLM] wait for config check during join [6/6] | David Teigland | 1 | -0/+6 |
2007-07-09 | [DLM] add lock timeouts and warnings [2/6] | David Teigland | 1 | -1/+4 |
2006-11-30 | [DLM] fix aborted recovery during node removal | David Teigland | 1 | -0/+8 |
2006-08-09 | [DLM] show nodeid for recovery message | David Teigland | 1 | -1/+2 |
2006-08-09 | [DLM] abort recovery more quickly | David Teigland | 1 | -5/+19 |
2006-04-28 | [DLM] PATCH 2/3 dlm: lowcomms close | David Teigland | 1 | -1/+0 |
2006-01-20 | [DLM] Update DLM to the latest patch level | David Teigland | 1 | -9/+8 |
2006-01-18 | [DLM] The core of the DLM for GFS2/CLVM | David Teigland | 1 | -0/+314 |