1. fce56d8 ocfs2: o2net: should remove debugfs in o2net_init() out branch by alex chen · 9 years ago
  2. e327284 ocfs2: remove __mlog_cpu_guess by Andrew Morton · 9 years ago
  3. 7c2bd2f ocfs2: reduce object size of mlog uses by Joe Perches · 9 years ago
  4. 8f443e2 Revert "ocfs2: incorrect check for debugfs returns" by Linus Torvalds · 9 years ago
  5. 1d5b897 ocfs2: make mlog_errno return the errno by Andrew Morton · 9 years ago
  6. e2ac55b ocfs2: incorrect check for debugfs returns by Chengyu Song · 9 years ago
  7. e6d9f86 ocfs2: o2net: silence uninitialized variable warning by Dan Carpenter · 9 years ago
  8. 41d6247 ocfs2: fix wrong comment by Junxiao Bi · 9 years ago
  9. 196fe71 ocfs2: o2net: fix connect expired by Junxiao Bi · 10 years ago
  10. f5425fc ocfs2: report error from o2hb_do_disk_heartbeat() to user by Jan Kara · 10 years ago
  11. 7e8631e fix breakage in o2net_send_tcp_msg() by Al Viro · 10 years ago
  12. 2bd6332 ocfs2: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  13. b246d3d ocfs2: fix a deadlock while o2net_wq doing direct memory reclaim by Xue jiufei · 10 years ago
  14. 70e82a1 ocfs2: fix deadlock between o2hb thread and o2net_wq by Joseph Qi · 10 years ago
  15. 5046f18 ocfs2: don't fire quorum before connection established by Junxiao Bi · 10 years ago
  16. f328833 fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open() by Rob Jones · 10 years ago
  17. 4a4e07c ocfs2: call o2quo_exit() if malloc failed in o2net_init() by Joseph Qi · 10 years ago
  18. 8c7b638 ocfs2: quorum: add a log for node not fenced by Junxiao Bi · 10 years ago
  19. 8e9801d ocfs2: o2net: set tcp user timeout to max value by Junxiao Bi · 10 years ago
  20. c43c363 ocfs2: o2net: don't shutdown connection when idle timeout by Junxiao Bi · 10 years ago
  21. 79deb3c ocfs2/o2net: incorrect to terminate accepting connections loop upon rejecting an invalid one by Tariq Saeed · 10 years ago
  22. 1a5c4e2 ocfs2: remove NULL assignments on static by Fabian Frederick · 10 years ago
  23. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 10 years ago
  24. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 10 years ago
  25. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  26. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  27. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  28. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  29. da8ded4 ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not TCP_LISTEN by Tariq Saeed · 10 years ago
  30. 41b63ef ocfs2: fix type conversion risk when get cluster attributes by Joseph Qi · 10 years ago
  31. 920220c ocfs2: don't open-code kernel_recvmsg() by Al Viro · 11 years ago
  32. 66f5dce ocfs2: don't open-code kernel_sendmsg() by Al Viro · 11 years ago
  33. 58f86cc VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms. by Rusty Russell · 10 years ago
  34. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  35. ff8fb33 ocfs2: remove versioning information by Goldwyn Rodrigues · 11 years ago
  36. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  37. 518df6b ocfs2: use find_last_bit() by Akinobu Mita · 11 years ago
  38. a8f70de ocfs2: use bitmap_weight() by Akinobu Mita · 11 years ago
  39. 910bffe ocfs2: don't spam on -EDQUOT by Joel Becker · 11 years ago
  40. 6f8648e ocfs2: fix a tiny race case when firing callbacks by Joyce · 11 years ago
  41. 03dbe88 ocfs2: avoid possible NULL pointer dereference in o2net_accept_one() by Joseph Qi · 11 years ago
  42. 9a239e4 ocfs2: adjust code style for o2net_handler_tree_lookup() by Joseph Qi · 11 years ago
  43. df53cd3 ocfs2: use list_for_each_entry() instead of list_for_each() by Dong Fang · 11 years ago
  44. 8dd7903 fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferences by Sunil Mushran · 11 years ago
  45. 4a184b4 ocfs2: fix NULL pointer dereference when traversing o2hb_all_regions by Xue jiufei · 11 years ago
  46. 44e89cb ocfs2: adjust switch_case syntax at o2net_state_change() by Jie Liu · 11 years ago
  47. b4d8ed4 ocfs2: fix a comments typo at o2quo_hb_still_up() by Jie Liu · 11 years ago
  48. 70f651e ocfs2: consolidate o2hb_global_hearbeat_mode_set() naming convention by Jie Liu · 11 years ago
  49. e873fdb ocfs2: submit disk heartbeat bio using WRITE_SYNC by Noboru Iwamatsu · 11 years ago
  50. d3e3b41 fs/ocfs2/cluster/tcp.c: free sc->sc_page in sc_kref_release() by Younger Liu · 11 years ago
  51. 6b207ba ocfs2: convert to idr_alloc() by Tejun Heo · 11 years ago
  52. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  53. d787ab0 ocfs2: remove kfree() redundant null checks by Tim Gardner · 11 years ago
  54. 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 12 years ago
  55. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  56. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  57. 2a11735 switch o2hb_region_dev_write() to fget_light() by Al Viro · 12 years ago
  58. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  59. 4a17fd5 sock: Introduce named constants for sk_reuse by Pavel Emelyanov · 12 years ago
  60. f4ae40a switch debugfs to umode_t by Al Viro · 13 years ago
  61. 0a4ebed Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  62. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  63. 3ba169c ocfs2/cluster: Add new function o2net_fill_node_map() by Sunil Mushran · 13 years ago
  64. bb570a5 ocfs2/cluster: Fix output in file elapsed_time_in_ms by Sunil Mushran · 13 years ago
  65. 1dfecf8 ocfs2/cluster: Clean up messages in o2net by Sunil Mushran · 13 years ago
  66. d2eece3 ocfs2/cluster: Abort heartbeat start on hard-ro devices by Sunil Mushran · 13 years ago
  67. 69a60c4 ocfs2: remove the /sys/o2cb symlink by Amerigo Wang · 13 years ago
  68. 33c12a5 ocfs2/cluster: Heartbeat mismatch message improved by Sunil Mushran · 13 years ago
  69. 76d9fc2 ocfs2/cluster: Increase the live threshold for global heartbeat by Sunil Mushran · 13 years ago
  70. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  71. 03e4970 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  72. 99bdc38 Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs2-merge-window-fix by Joel Becker · 13 years ago
  73. ed59992 fs,ocfs2: Move o2net_get_func_run_time under CONFIG_OCFS2_FS_STATS. by Rakib Mullick · 13 years ago
  74. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  75. b4e1b7e ocfs2: Make the left masklogs compat. by Tao Ma · 13 years ago
  76. 75ba49a ocfs2: Remove masklog ML_AIO. by Tao Ma · 13 years ago
  77. d701485 ocfs2: Remove masklog ML_UPTODATE. by Tao Ma · 13 years ago
  78. 15057e9 ocfs2: Remove masklog ML_BH_IO. by Tao Ma · 13 years ago
  79. b410795 ocfs2: Remove masklog ML_JOURNAL. by Tao Ma · 13 years ago
  80. 781f200 ocfs2: Remove masklog ML_EXPORT. by Tao Ma · 13 years ago
  81. a5b8443 ocfs2: Remove masklog ML_DCACHE. by Tao Ma · 13 years ago
  82. 8990e44 ocfs2: Remove masklog ML_NAMEI. by Tao Ma · 13 years ago
  83. 1db986a ocfs2: Remove masklog ML_QUOTA. by Tao Ma · 13 years ago
  84. 2661836 ocfs2: Remove masklog ML_RESERVATIONS. by Tao Ma · 13 years ago
  85. 402b418 ocfs2: Remove masklog ML_XATTR. by Tao Ma · 13 years ago
  86. 32a42d3 ocfs2: Remove masklog ML_SUPER. by Tao Ma · 13 years ago
  87. a716357 ocfs2: Remove masklog ML_EXTENT_MAP. by Tao Ma · 13 years ago
  88. 64f3b26 ocfs2: Remove masklog ML_INODE. by Tao Ma · 13 years ago
  89. 614a9e8 ocfs2: Remove FILE_IO from masklog. by Tao Ma · 13 years ago
  90. 198aac2 ocfs2: Remove masklog ML_REFCOUNT. by Tao Ma · 13 years ago
  91. 81bad69 ocfs2: Remove DISK_ALLOC from masklog. by Tao Ma · 13 years ago
  92. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 13 years ago
  93. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 13 years ago
  94. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  95. 498f7f5 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  96. cc54816 ocfs2/cluster: dereferencing before checking in nst_seq_show() by Dan Carpenter · 14 years ago
  97. e70d845 ocfs2: fix build for OCFS2_FS_STATS not enabled by Randy Dunlap · 14 years ago
  98. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  99. 9b00a81 ocfs2: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  100. eda4b71 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago