index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
/
dlm
/
dlmrecovery.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ocfs2/dlm: clean up unused variable in dlm_process_recovery_data
Changwei Ge
2018-04-05
1
-4
/
+0
*
ocfs2/dlm: wait for dlm recovery done when migrating all lock resources
piaojun
2018-04-05
1
-3
/
+10
*
ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()
Changwei Ge
2018-04-05
1
-4
/
+4
*
fs/ocfs2/dlm/dlmrecovery.c: remove unrelated comment
Changwei Ge
2018-04-05
1
-7
/
+0
*
ocfs2/dlm: don't handle migrate lockres if already in shutdown
Jun Piao
2018-04-05
1
-0
/
+9
*
ocfs2: fix cluster hang after a node dies
Changwei Ge
2017-11-15
1
-0
/
+1
*
ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()
piaojun
2016-12-12
1
-2
/
+0
*
ocfs2/dlm: continue to purge recovery lockres when recovery master goes down
piaojun
2016-08-02
1
-8
/
+21
*
ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
Joseph Qi
2016-03-25
1
-1
/
+0
*
ocfs2: fix a tiny race that leads file system read-only
Jiufei Xue
2016-03-15
1
-0
/
+8
*
ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...
xuejiufei
2016-03-15
1
-1
/
+13
*
ocfs2/dlm: clear DROPPING_REF flag when the master goes down
xuejiufei
2016-03-15
1
-8
/
+10
*
ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup
xuejiufei
2016-02-05
1
-0
/
+2
*
ocfs2: dlm: remove redundant code
Junxiao Bi
2016-01-14
1
-5
/
+1
*
ocfs2/dlm: fix a race between purge and migration
Xue jiufei
2016-01-14
1
-1
/
+8
*
ocfs2: add uuid to ocfs2 thread name for problem analysis
Joseph Qi
2015-11-05
1
-1
/
+1
*
ocfs2/dlm: unlock lockres spinlock before dlm_lockres_put
Joseph Qi
2015-10-23
1
-1
/
+1
*
ocfs2/dlm: fix deadlock when dispatch assert master
Joseph Qi
2015-09-22
1
-2
/
+6
*
revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"
Andrew Morton
2015-09-11
1
-2
/
+4
*
ocfs2/dlm: use list_for_each_entry instead of list_for_each
Joseph Qi
2015-09-04
1
-4
/
+2
*
ocfs2/dlm: add missing dlm_lock_put() when recovery master down
Xue jiufei
2015-02-10
1
-0
/
+7
*
ocfs2: remove bogus check in dlm_process_recovery_data
Joseph Qi
2015-01-08
1
-4
/
+1
*
ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEM
Joseph Qi
2014-12-10
1
-5
/
+13
*
ocfs2/dlm: call dlm_lockres_put without resource spinlock
alex chen
2014-10-09
1
-2
/
+5
*
ocfs2/dlm: do not purge lockres that is queued for assert master
Xue jiufei
2014-06-23
1
-1
/
+2
*
ocfs2/dlm: fix possible convert=sion deadlock
Xue jiufei
2014-06-04
1
-1
/
+9
*
ocfs2: dlm: fix recovery hung
Junxiao Bi
2014-04-03
1
-2
/
+13
*
ocfs2: dlm: fix lock migration crash
Junxiao Bi
2014-04-03
1
-6
/
+8
*
ocfs2: skip locks in the blocked list
Xue jiufei
2013-11-13
1
-0
/
+7
*
ocfs2/dlm: force clean refmap when doing local cleanup
Xue jiufei
2013-09-11
1
-0
/
+8
*
ocfs2: dlm_request_all_locks() should deal with the status sent from target node
Xue jiufei
2013-09-11
1
-1
/
+4
*
ocfs2: add missing dlm_put() in dlm_begin_reco_handler()
Xue jiufei
2013-07-03
1
-0
/
+1
*
fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead...
Joseph Qi
2013-07-03
1
-2
/
+1
*
fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarations
Joseph Qi
2013-07-03
1
-3
/
+0
*
ocfs2: add missing lockres put in dlm_mig_lockres_handler
Xue jiufei
2013-06-12
1
-0
/
+1
*
ocfs2/dlm: remove redundant null pointer check
Sachin Kamat
2013-04-29
1
-4
/
+2
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-4
/
+2
*
ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()
Sunil Mushran
2011-07-24
1
-24
/
+22
*
ocfs2/dlm: Clean up refmap helpers
Sunil Mushran
2011-07-24
1
-4
/
+4
*
ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()
Sunil Mushran
2011-07-24
1
-32
/
+25
*
ocfs2/dlm: Clean up messages in o2dlm
Sunil Mushran
2011-07-24
1
-22
/
+31
*
ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSG
Sunil Mushran
2011-05-25
1
-0
/
+1
*
ocfs2: Remove EXIT from masklog.
Tao Ma
2011-03-07
1
-4
/
+1
*
ocfs2: Remove ENTRY from masklog.
Tao Ma
2011-02-21
1
-4
/
+0
*
ocfs2/dlm: avoid incorrect bit set in refmap on recovery master
Wengang Wang
2010-08-07
1
-12
/
+10
*
ocfs2/dlm: don't access beyond bitmap size
Wengang Wang
2010-07-12
1
-1
/
+1
*
ocfs2: print node # when tcp fails
Wengang Wang
2010-05-05
1
-9
/
+18
*
dlm: allow dlm do recovery during shutdown
Srinivas Eeda
2010-02-26
1
-1
/
+1
*
ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead node
Sunil Mushran
2010-02-03
1
-1
/
+6
*
ocfs2/dlm: Handle EAGAIN for compatibility - v2
Sunil Mushran
2010-02-02
1
-1
/
+7
[next]