summaryrefslogtreecommitdiffstats
path: root/fs/dlm/recover.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dlm: warn about invalid nodeid comparsionsAlexander Aring2024-08-081-4/+5
* dlm: change list and timer namesDavid Teigland2024-06-101-10/+7
* dlm: move recover idr to xarray datastructureAlexander Aring2024-05-311-28/+33
* dlm: use rwlock for rsb hash tableAlexander Aring2024-04-161-2/+2
* dlm: drop dlm_scand kthread and use timersAlexander Aring2024-04-161-0/+5
* dlm: do not use ref counts for rsb in the toss stateAlexander Aring2024-04-161-1/+1
* dlm: switch to use rhashtable for rsbsAlexander Aring2024-04-161-1/+2
* dlm: add rsb lists for iterationAlexander Aring2024-04-161-16/+8
* dlm: merge toss and keep hash table lists into one listAlexander Aring2024-04-161-2/+5
* dlm: change to single hashtable lockAlexander Aring2024-04-161-2/+2
* dlm: use spin_lock_bh for message processingAlexander Aring2024-04-091-26/+26
* dlm: move rsb root_list to ls_recover() stackAlexander Aring2024-04-091-20/+10
* dlm: move root_list functionality to recover.cAlexander Aring2024-04-091-42/+0
* dlm: switch to GFP_ATOMIC in dlm allocationsAlexander Aring2024-04-091-2/+0
* fs: dlm: constify receive bufferAlexander Aring2023-08-101-1/+1
* fs: dlm: get recovery sequence number as parameterAlexander Aring2023-08-101-28/+30
* fs: dlm: move internal flags to atomic opsAlexander Aring2023-03-061-1/+1
* dlm: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-061-20/+19
* dlm: use __le types for rcom messagesAlexander Aring2022-04-061-5/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner2019-05-301-3/+1
* DLM: retry rcom when dlm_wait_function is timed out.tsutomu.owa@toshiba.co.jp2017-09-251-0/+4
* dlm: use INFO for recovery messagesDavid Teigland2014-02-141-5/+5
* dlm: convert to idr_alloc()Tejun Heo2013-02-281-14/+13
* dlm: don't use idr_remove_all()Tejun Heo2013-02-281-1/+1
* dlm: use idr_for_each_entry() in recover_idr_clear() error pathTejun Heo2013-02-281-13/+10
* dlm: fix lvb invalidation conditionsDavid Teigland2012-11-161-7/+30
* dlm: fix conversion deadlock from recoveryDavid Teigland2012-07-161-2/+8
* dlm: use wait_event_timeoutDavid Teigland2012-07-161-18/+11
* dlm: use idr instead of list for recovered rsbsDavid Teigland2012-07-161-22/+94
* dlm: use rsbtbl as resource directoryDavid Teigland2012-07-161-63/+77
* dlm: fixes for nodir modeDavid Teigland2012-05-021-31/+42
* dlm: add node slots and generationDavid Teigland2012-01-041-8/+56
* dlm: move recovery barrier callsDavid Teigland2012-01-041-2/+0
* dlm: convert rsb list to rb_treeBob Peterson2011-11-181-8/+13
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* dlm: change rsbtbl rwlock to spinlockDavid Teigland2009-01-081-5/+5
* dlm: use proper type for ->ls_recover_bufAl Viro2008-02-041-2/+2
* dlm: keep cached master rsbs during recoveryDavid Teigland2008-01-301-2/+23
* dlm: use dlm prefix on alloc and free functionsDavid Teigland2008-01-301-2/+2
* [DLM] fix master recoveryDavid Teigland2007-02-051-1/+3
* [DLM] rename dlm_config_info fieldsDavid Teigland2007-02-051-2/+2
* [DLM] res_recover_locks_count not reset when recover_locks is abortedDavid Teigland2006-11-301-0/+1
* [DLM] recover_locks not clearing NEW_MASTER flagDavid Teigland2006-08-241-11/+0
* [DLM] dump rsb and locks on assertDavid Teigland2006-08-211-2/+2
* [DLM] set purged flag on rsbsDavid Teigland2006-07-261-1/+15
* [GFS2] Cast 64 bit printk args to unsigned long long.David Teigland2006-05-241-1/+1
* [DLM] Update DLM to the latest patch levelDavid Teigland2006-01-201-9/+9
* [DLM] The core of the DLM for GFS2/CLVMDavid Teigland2006-01-181-0/+762