1. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  2. de37428 ocfs2/dlm: clean up unused variable in dlm_process_recovery_data by Changwei Ge · 7 years ago
  3. baa31b8 ocfs2: correct spelling mistake for migratable for all by Changwei Ge · 7 years ago
  4. 510c487 ocfs2: fix spelling mistake: "Migrateable" -> "Migratable" by Colin Ian King · 7 years ago
  5. 60c7ec9 ocfs2/dlm: wait for dlm recovery done when migrating all lock resources by piaojun · 7 years ago
  6. a43d24c ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast() by Changwei Ge · 7 years ago
  7. 2bcb654 ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area() by Changwei Ge · 7 years ago
  8. 26ec161 fs/ocfs2/dlm/dlmrecovery.c: remove unrelated comment by Changwei Ge · 7 years ago
  9. a17b485 ocfs2: remove unnecessary null pointer check before kmem_cache_destroy() by piaojun · 7 years ago
  10. bb34f24 ocfs2/dlm: don't handle migrate lockres if already in shutdown by Jun Piao · 7 years ago
  11. bb4c9d6 ocfs2: remove some unused function declarations by piaojun · 7 years ago
  12. e37b963 fs/ocfs2/dlm/dlmmaster.c: clean up dead code by Changwei Ge · 7 years ago
  13. 3db409f ocfs2/dlm: get mle inuse only when it is initialized by Changwei Ge · 7 years ago
  14. 1c01967 ocfs2: fix cluster hang after a node dies by Changwei Ge · 7 years ago
  15. 23e0813 ocfs2: no need flush workqueue before destroying it by piaojun · 7 years ago
  16. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  17. 4d39f0a scripts/spelling.txt: add "unneded" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  18. 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
  19. 28bb5ef ocfs2/dlm: clean up deadcode in dlm_master_request_handler() by piaojun · 8 years ago
  20. aa7b585 ocfs2: delete redundant code and set the node bit into maybe_map directly by Guozhonghua · 8 years ago
  21. 46832b2 ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler() by piaojun · 8 years ago
  22. 0cc482e ocfs2: fix memory leak in dlm_migrate_request_handler() by Guozhonghua · 8 years ago
  23. 055fdcf fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
  24. e6f0c6e ocfs2/dlm: fix race between convert and migration by Joseph Qi · 8 years ago
  25. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  26. ee8f7fc ocfs2/dlm: continue to purge recovery lockres when recovery master goes down by piaojun · 8 years ago
  27. 309e919 ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_ref by piaojun · 8 years ago
  28. 86b652b ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dlm_deref_lockres_done_handler by piaojun · 8 years ago
  29. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  30. 8ec7b17 ocfs2/dlm: fix memory leak of dlm_debug_ctxt by Joseph Qi · 8 years ago
  31. 612645f qstr: constify instances in ocfs2 by Al Viro · 8 years ago
  32. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  33. b734136 ocfs2/dlm: return zero if deref_done message is successfully handled by xuejiufei · 9 years ago
  34. e5054c9 ocfs2/dlm: move lock to the tail of grant queue while doing in-place convert by xuejiufei · 9 years ago
  35. be12b29 ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list by Joseph Qi · 9 years ago
  36. ac7cf24 ocfs2/dlm: fix race between convert and recovery by Joseph Qi · 9 years ago
  37. 8d67d3c ocfs2/dlm: fix a variable overflow problem in dlmdomain.c by Jun Piao · 9 years ago
  38. 814ce69 ocfs2: fix a tiny race that leads file system read-only by Jiufei Xue · 9 years ago
  39. d277f33 ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_REF state by xuejiufei · 9 years ago
  40. 8c03439 ocfs2/dlm: clear DROPPING_REF flag when the master goes down by xuejiufei · 9 years ago
  41. 842b90b ocfs2/dlm: return in progress if master can not clear the refmap bit right now by xuejiufei · 9 years ago
  42. 60d663c ocfs2/dlm: add DEREF_DONE message by xuejiufei · 9 years ago
  43. 39b29af ocfs2/dlm: fix a typo in dlmcommon.h by Joseph Qi · 9 years ago
  44. c95a518 ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup by xuejiufei · 9 years ago
  45. 3c973b0 ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.h by Joseph Qi · 9 years ago
  46. 98e141f ocfs2: dlm: remove redundant code by Junxiao Bi · 9 years ago
  47. 32e4932 ocfs2/dlm: do not insert a new mle when another process is already migrating by xuejiufei · 9 years ago
  48. bef5502 ocfs2/dlm: ignore cleaning the migration mle that is inuse by xuejiufei · 9 years ago
  49. c372f21 ocfs2/dlm: return appropriate value when dlm_grab() returns NULL by Xue jiufei · 9 years ago
  50. b556014 ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lockres_worker by jiangyiwen · 9 years ago
  51. 30bee89 ocfs2/dlm: fix a race between purge and migration by Xue jiufei · 9 years ago
  52. cc28d6d ocfs2/dlm: clear migration_pending when migration target goes down by xuejiufei · 9 years ago
  53. 5afc44e ocfs2: add uuid to ocfs2 thread name for problem analysis by Joseph Qi · 9 years ago
  54. b67de01 ocfs2/dlm: unlock lockres spinlock before dlm_lockres_put by Joseph Qi · 9 years ago
  55. 012572d ocfs2/dlm: fix deadlock when dispatch assert master by Joseph Qi · 9 years ago
  56. e527b22 revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each" by Andrew Morton · 9 years ago
  57. f57a22d ocfs2: avoid access invalid address when read o2dlm debug messages by Yiwen Jiang · 9 years ago
  58. 72f6fe1 ocfs2: optimize error handling in dlm_request_join by Norton.Zhu · 9 years ago
  59. f83c7b5 ocfs2/dlm: use list_for_each_entry instead of list_for_each by Joseph Qi · 9 years ago
  60. 0e3d9ea ocfs2: remove unneeded code in dlm_register_domain_handlers by Joseph Qi · 9 years ago
  61. cdd09f4 ocfs2: fix BUG when o2hb_register_callback fails by Joseph Qi · 9 years ago
  62. 345dc68 ocfs2/dlm: cleanup unused function __dlm_wait_on_lockres_flags_set by Joseph Qi · 9 years ago
  63. b1432a2 ocfs2: dlm: fix race between purge and get lock resource by Junxiao Bi · 10 years ago
  64. 99b8874 o2dlm: fix NULL pointer dereference in o2dlm_blocking_ast_wrapper by Srinivas Eeda · 10 years ago
  65. 95671c6 ocfs2: dlm: dlmdomain: remove unused function by Rickard Strandqvist · 10 years ago
  66. 79c83ea ocfs2: fix snprintf format specifier in dlmdebug.c by alex chen · 10 years ago
  67. b934bea ocfs2/dlm: add missing dlm_lock_put() when recovery master down by Xue jiufei · 10 years ago
  68. eb4f73b ocfs2: remove bogus check in dlm_process_recovery_data by Joseph Qi · 10 years ago
  69. 1e58958 ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_worker by Joseph Qi · 10 years ago
  70. b3e3e5a ocfs2: remove unneeded NULL check by Dan Carpenter · 10 years ago
  71. cb79662 ocfs2: o2dlm: fix a race between purge and master query by Srinivas Eeda · 10 years ago
  72. f08736b ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEM by Joseph Qi · 10 years ago
  73. 70e82a1 ocfs2: fix deadlock between o2hb thread and o2net_wq by Joseph Qi · 10 years ago
  74. 8f9ac03 fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open() by Rob Jones · 10 years ago
  75. 6ae0754 ocfs2: remove unused code in dlm_new_lockres() by Xue jiufei · 10 years ago
  76. 9a7e6b5 ocfs2/dlm: call dlm_lockres_put without resource spinlock by alex chen · 10 years ago
  77. 190a772 ocfs2/dlm: refactor error handling in dlm_alloc_ctxt by Joseph Qi · 10 years ago
  78. 55dacd2 ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handler by alex chen · 10 years ago
  79. 5760a97 ocfs2/dlm: do not get resource spinlock if lockres is new by Joseph Qi · 10 years ago
  80. bba1cb1 ocfs2: race between umount and unfinished remastering during recovery by Tariq Saeed · 10 years ago
  81. 7567c14 ocfs2: remove conversion of total_backoff in dlm_join_domain() by Xue jiufei · 10 years ago
  82. ac4fef4 ocfs2/dlm: do not purge lockres that is queued for assert master by Xue jiufei · 10 years ago
  83. b9aaac5 ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop during umount by jiangyiwen · 10 years ago
  84. a270c6d ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list() by Xue jiufei · 10 years ago
  85. 27bf630 ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and idletimeout closes conn by Tariq Saeed · 10 years ago
  86. e72db98 ocfs2: remove some unused code by Xue jiufei · 10 years ago
  87. 01c6222 ocfs2/dlm: disallow node joining when recovery is on going by Xue jiufei · 10 years ago
  88. 6718cb5 ocfs2/dlm: fix possible convert=sion deadlock by Xue jiufei · 10 years ago
  89. 1a5c4e2 ocfs2: remove NULL assignments on static by Fabian Frederick · 10 years ago
  90. 66db6cf ocfs2: fix double kmem_cache_destroy in dlm_init by Joseph Qi · 10 years ago
  91. a35ad97c ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handler by Zhonghua Guo · 11 years ago
  92. ded2cf7 ocfs2: dlm: fix recovery hung by Junxiao Bi · 11 years ago
  93. 34aa8da ocfs2: dlm: fix lock migration crash by Junxiao Bi · 11 years ago
  94. 181a9a0 ocfs2: fix null pointer dereference when access dlm_state before launching dlm thread by Zongxun Wang · 11 years ago
  95. ff8fb33 ocfs2: remove versioning information by Goldwyn Rodrigues · 11 years ago
  96. 728b980 ocfs2: break useless while loop by Junxiao Bi · 11 years ago
  97. fae477b ocfs2: delay migration when the lockres is in migration state by Xue jiufei · 11 years ago
  98. 750e3c6 ocfs2: skip locks in the blocked list by Xue jiufei · 11 years ago
  99. 69b2bd16 ocfs2/dlm: force clean refmap when doing local cleanup by Xue jiufei · 11 years ago
  100. df53cd3 ocfs2: use list_for_each_entry() instead of list_for_each() by Dong Fang · 11 years ago