Age | Commit message (Expand) | Author | Files | Lines |
2024-04-16 | dlm: use rwlock for rsb hash table | Alexander Aring | 1 | -2/+2 |
2024-04-16 | dlm: drop dlm_scand kthread and use timers | Alexander Aring | 1 | -0/+5 |
2024-04-16 | dlm: do not use ref counts for rsb in the toss state | Alexander Aring | 1 | -1/+1 |
2024-04-16 | dlm: switch to use rhashtable for rsbs | Alexander Aring | 1 | -1/+2 |
2024-04-16 | dlm: add rsb lists for iteration | Alexander Aring | 1 | -16/+8 |
2024-04-16 | dlm: merge toss and keep hash table lists into one list | Alexander Aring | 1 | -2/+5 |
2024-04-16 | dlm: change to single hashtable lock | Alexander Aring | 1 | -2/+2 |
2024-04-09 | dlm: use spin_lock_bh for message processing | Alexander Aring | 1 | -26/+26 |
2024-04-09 | dlm: move rsb root_list to ls_recover() stack | Alexander Aring | 1 | -20/+10 |
2024-04-09 | dlm: move root_list functionality to recover.c | Alexander Aring | 1 | -42/+0 |
2024-04-09 | dlm: switch to GFP_ATOMIC in dlm allocations | Alexander Aring | 1 | -2/+0 |
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 | -28/+30 |
2023-03-06 | fs: dlm: move internal flags to atomic ops | Alexander Aring | 1 | -1/+1 |
2022-04-06 | dlm: replace usage of found with dedicated list iterator variable | Jakob Koschel | 1 | -20/+19 |
2022-04-06 | dlm: use __le types for rcom messages | Alexander Aring | 1 | -5/+5 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193 | Thomas Gleixner | 1 | -3/+1 |
2017-09-25 | DLM: retry rcom when dlm_wait_function is timed out. | tsutomu.owa@toshiba.co.jp | 1 | -0/+4 |
2014-02-14 | dlm: use INFO for recovery messages | David Teigland | 1 | -5/+5 |
2013-02-27 | dlm: convert to idr_alloc() | Tejun Heo | 1 | -14/+13 |
2013-02-27 | dlm: don't use idr_remove_all() | Tejun Heo | 1 | -1/+1 |
2013-02-27 | dlm: use idr_for_each_entry() in recover_idr_clear() error path | Tejun Heo | 1 | -13/+10 |
2012-11-16 | dlm: fix lvb invalidation conditions | David Teigland | 1 | -7/+30 |
2012-07-16 | dlm: fix conversion deadlock from recovery | David Teigland | 1 | -2/+8 |
2012-07-16 | dlm: use wait_event_timeout | David Teigland | 1 | -18/+11 |
2012-07-16 | dlm: use idr instead of list for recovered rsbs | David Teigland | 1 | -22/+94 |
2012-07-16 | dlm: use rsbtbl as resource directory | David Teigland | 1 | -63/+77 |
2012-05-02 | dlm: fixes for nodir mode | David Teigland | 1 | -31/+42 |
2012-01-04 | dlm: add node slots and generation | David Teigland | 1 | -8/+56 |
2012-01-04 | dlm: move recovery barrier calls | David Teigland | 1 | -2/+0 |
2011-11-18 | dlm: convert rsb list to rb_tree | Bob Peterson | 1 | -8/+13 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2009-01-08 | dlm: change rsbtbl rwlock to spinlock | David Teigland | 1 | -5/+5 |
2008-02-04 | dlm: use proper type for ->ls_recover_buf | Al Viro | 1 | -2/+2 |
2008-01-30 | dlm: keep cached master rsbs during recovery | David Teigland | 1 | -2/+23 |
2008-01-29 | dlm: use dlm prefix on alloc and free functions | David Teigland | 1 | -2/+2 |
2007-02-05 | [DLM] fix master recovery | David Teigland | 1 | -1/+3 |
2007-02-05 | [DLM] rename dlm_config_info fields | David Teigland | 1 | -2/+2 |
2006-11-30 | [DLM] res_recover_locks_count not reset when recover_locks is aborted | David Teigland | 1 | -0/+1 |
2006-08-24 | [DLM] recover_locks not clearing NEW_MASTER flag | David Teigland | 1 | -11/+0 |
2006-08-21 | [DLM] dump rsb and locks on assert | David Teigland | 1 | -2/+2 |
2006-07-26 | [DLM] set purged flag on rsbs | David Teigland | 1 | -1/+15 |
2006-05-24 | [GFS2] Cast 64 bit printk args to unsigned long long. | David Teigland | 1 | -1/+1 |
2006-01-20 | [DLM] Update DLM to the latest patch level | David Teigland | 1 | -9/+9 |
2006-01-18 | [DLM] The core of the DLM for GFS2/CLVM | David Teigland | 1 | -0/+762 |