index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
/
dlm
/
dlmrecovery.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-07
ocfs2/dlm: avoid incorrect bit set in refmap on recovery master
Wengang Wang
1
-12
/
+10
2010-07-13
ocfs2/dlm: don't access beyond bitmap size
Wengang Wang
1
-1
/
+1
2010-05-06
ocfs2: print node # when tcp fails
Wengang Wang
1
-9
/
+18
2010-02-27
dlm: allow dlm do recovery during shutdown
Srinivas Eeda
1
-1
/
+1
2010-02-04
ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead node
Sunil Mushran
1
-1
/
+6
2010-02-03
ocfs2/dlm: Handle EAGAIN for compatibility - v2
Sunil Mushran
1
-1
/
+7
2010-01-26
ocfs2/dlm: Print more messages during lock migration
Sunil Mushran
1
-8
/
+38
2010-01-26
ocfs2/dlm: Ignore LVBs of locks in the Blocked list
Sunil Mushran
1
-14
/
+34
2010-01-26
ocfs2/trivial: Remove trailing whitespaces
Sunil Mushran
1
-19
/
+19
2009-12-03
ocfs2: return -EAGAIN instead of EAGAIN in dlm
Tiger Yang
1
-9
/
+9
2009-09-24
headers: utsname.h redux
Alexey Dobriyan
1
-1
/
+0
2009-07-09
ocfs2: trivial fix for s/migrate/migration/ in dlmrecovery.c logging
Jeff Liu
1
-1
/
+1
2008-03-11
ocfs2/dlm: Print message showing the recovery master
Sunil Mushran
1
-3
/
+3
2008-03-11
ocfs2/dlm: Add missing dlm_lockres_put()s in migration path
Sunil Mushran
1
-6
/
+34
2008-03-11
ocfs2/dlm: Add missing dlm_lock_put()s
Sunil Mushran
1
-0
/
+9
2008-03-11
ocfs2: Use dlm_print_one_lock_resource for lock resource print
Tao Ma
1
-1
/
+1
2008-01-26
ocfs2/dlm: Clear joining_node on hearbeat node down
Tao Ma
1
-6
/
+6
2008-01-26
ocfs2_dlm: Call node eviction callbacks from heartbeat handler
Mark Fasheh
1
-0
/
+7
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
1
-5
/
+5
2007-07-11
[KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2...
Shani Moideen
1
-1
/
+1
2007-07-11
[PATCH] ocfs2: use list_for_each_entry where benefical
Christoph Hellwig
1
-52
/
+25
2007-05-03
ocfs2: fix sparse warnings in fs/ocfs2/dlm
Mark Fasheh
1
-2
/
+2
2007-04-27
ocfs2_dlm: fix race in dlm_remaster_locks
Srinivas Eeda
1
-0
/
+2
2007-02-07
ocfs2: Added post handler callable function in o2net message handler
Kurt Hackel
1
-6
/
+12
2007-02-07
ocfs2_dlm: Cookies in locks not being printed correctly in error messages
Kurt Hackel
1
-6
/
+6
2007-02-07
ocfs2_dlm: wake up sleepers on the lockres waitqueue
Kurt Hackel
1
-0
/
+1
2007-02-07
ocfs2_dlm: Dlm dispatch was stopping too early
Kurt Hackel
1
-3
/
+0
2007-02-07
ocfs2_dlm: Drop inflight refmap even if no locks found on the lockres
Kurt Hackel
1
-5
/
+3
2007-02-07
ocfs2_dlm: Fix migrate lockres handler queue scanning
Kurt Hackel
1
-6
/
+20
2007-02-07
ocfs2_dlm: Make dlmunlock() wait for migration to complete
Kurt Hackel
1
-0
/
+1
2007-02-07
ocfs2_dlm: fix cluster-wide refcounting of lock resources
Kurt Hackel
1
-7
/
+116
2006-12-13
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
Robert P. J. Day
1
-3
/
+3
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-2
/
+3
2006-09-25
ocfs2: Allow binary names in the DLM
Mark Fasheh
1
-1
/
+2
2006-06-30
[PATCH] fs/ocfs2/dlm/dlmrecovery.c: make dlm_lockres_master_requery() static
Adrian Bunk
1
-2
/
+6
2006-06-28
[PATCH] spin/rwlock init cleanups
Ingo Molnar
1
-2
/
+2
2006-06-27
[PATCH] fs/ocfs2/dlm/: cleanups
Adrian Bunk
1
-1
/
+1
2006-06-27
ocfs2: move dlm work to a private work queue
Kurt Hackel
1
-2
/
+11
2006-06-27
ocfs2: tune down some noisy messages during dlm recovery
Kurt Hackel
1
-1
/
+1
2006-06-27
ocfs2: display message before waiting for recovery to complete
Kurt Hackel
1
-0
/
+7
2006-06-27
ocfs2: use GFP_NOFS in some dlm operations
Kurt Hackel
1
-5
/
+5
2006-06-27
ocfs2: wait for recovery when starting lock mastery
Kurt Hackel
1
-0
/
+30
2006-06-27
ocfs2: continue recovery when a dead node is encountered
Kurt Hackel
1
-0
/
+1
2006-06-27
ocfs2: remove unneccesary spin_unlock() in dlm_remaster_locks()
Kurt Hackel
1
-1
/
+0
2006-06-27
ocfs2: dlm_remaster_locks() should never exit without completing
Kurt Hackel
1
-54
/
+62
2006-06-27
ocfs2: special case recovery lock in dlmlock_remote()
Kurt Hackel
1
-0
/
+4
2006-06-27
ocfs2: update lvb immediately during recovery
Kurt Hackel
1
-18
/
+26
2006-06-27
ocfs2: dump mismatching migrated lvbs before BUG()
Kurt Hackel
1
-2
/
+13
2006-06-27
ocfs2: make dlm recovery finalization 2 stage
Kurt Hackel
1
-17
/
+95
2006-06-27
ocfs2: dlm recovery / lockres reference count fix
Kurt Hackel
1
-3
/
+13
[next]