summaryrefslogtreecommitdiffstats
path: root/fs/dlm/recover.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-14/+13
* dlm: don't use idr_remove_all()Tejun Heo2013-02-271-1/+1
* dlm: use idr_for_each_entry() in recover_idr_clear() error pathTejun Heo2013-02-271-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-291-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