| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -5/+5 |
| 2026-01-20 | fs/dlm: use list_add_tail() instead of open-coding list insertion | Shaurya Rane | 1 | -5/+1 |
| 2025-08-14 | dlm: handle invalid lockspace member remove | Alexander Aring | 1 | -1/+7 |
| 2025-08-12 | dlm: add new flag DLM_RELEASE_RECOVER for dlm_lockspace_release | Alexander Aring | 1 | -4/+10 |
| 2025-08-12 | dlm: add new configfs entry release_recover for lockspace members | Alexander Aring | 1 | -2/+5 |
| 2024-10-04 | dlm: disallow different configs nodeid storages | Alexander Aring | 1 | -1/+1 |
| 2024-08-08 | dlm: warn about invalid nodeid comparsions | Alexander Aring | 1 | -0/+2 |
| 2024-06-10 | dlm: change list and timer names | David Teigland | 1 | -1/+1 |
| 2024-04-16 | dlm: drop dlm_scand kthread and use timers | Alexander Aring | 1 | -0/+2 |
| 2024-04-09 | dlm: use spin_lock_bh for message processing | Alexander Aring | 1 | -11/+11 |
| 2024-04-09 | dlm: convert ls_recv_active from rw_semaphore to rwlock | Alexander Aring | 1 | -2/+2 |
| 2024-04-09 | dlm: avoid blocking receive at the end of recovery | Alexander Aring | 1 | -0/+5 |
| 2023-08-10 | fs: dlm: constify receive buffer | Alexander Aring | 1 | -1/+1 |
| 2023-08-10 | fs: dlm: get recovery sequence number as parameter | Alexander Aring | 1 | -3/+3 |
| 2023-08-10 | fs: dlm: remove clear_members_cb | Alexander Aring | 1 | -6/+1 |
| 2023-06-14 | fs: dlm: filter ourself midcomms calls | Alexander Aring | 1 | -7/+30 |
| 2022-11-08 | fs: dlm: catch dlm_add_member() error | Alexander Aring | 1 | -1/+4 |
| 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-07 | 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-11-30 | 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 |