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