aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/recover.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-14dlm: use INFO for recovery messagesDavid Teigland1-5/+5
2013-02-27dlm: convert to idr_alloc()Tejun Heo1-14/+13
2013-02-27dlm: don't use idr_remove_all()Tejun Heo1-1/+1
2013-02-27dlm: use idr_for_each_entry() in recover_idr_clear() error pathTejun Heo1-13/+10
2012-11-16dlm: fix lvb invalidation conditionsDavid Teigland1-7/+30
2012-07-16dlm: fix conversion deadlock from recoveryDavid Teigland1-2/+8
2012-07-16dlm: use wait_event_timeoutDavid Teigland1-18/+11
2012-07-16dlm: use idr instead of list for recovered rsbsDavid Teigland1-22/+94
2012-07-16dlm: use rsbtbl as resource directoryDavid Teigland1-63/+77
2012-05-02dlm: fixes for nodir modeDavid Teigland1-31/+42
2012-01-04dlm: add node slots and generationDavid Teigland1-8/+56
2012-01-04dlm: move recovery barrier callsDavid Teigland1-2/+0
2011-11-18dlm: convert rsb list to rb_treeBob Peterson1-8/+13
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2009-01-08dlm: change rsbtbl rwlock to spinlockDavid Teigland1-5/+5
2008-02-04dlm: use proper type for ->ls_recover_bufAl Viro1-2/+2
2008-01-30dlm: keep cached master rsbs during recoveryDavid Teigland1-2/+23
2008-01-29dlm: use dlm prefix on alloc and free functionsDavid Teigland1-2/+2
2007-02-05[DLM] fix master recoveryDavid Teigland1-1/+3
2007-02-05[DLM] rename dlm_config_info fieldsDavid Teigland1-2/+2
2006-11-30[DLM] res_recover_locks_count not reset when recover_locks is abortedDavid Teigland1-0/+1
2006-08-24[DLM] recover_locks not clearing NEW_MASTER flagDavid Teigland1-11/+0
2006-08-21[DLM] dump rsb and locks on assertDavid Teigland1-2/+2
2006-07-26[DLM] set purged flag on rsbsDavid Teigland1-1/+15
2006-05-24[GFS2] Cast 64 bit printk args to unsigned long long.David Teigland1-1/+1
2006-01-20[DLM] Update DLM to the latest patch levelDavid Teigland1-9/+9
2006-01-18[DLM] The core of the DLM for GFS2/CLVMDavid Teigland1-0/+762