1. d293d3a ocfs2: use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 9 months ago
  2. 8e6ef37 ocfs2: remove unused macros by Alex Shi · 4 years, 9 months ago
  3. 5e7a3ed ocfs2: further debugfs cleanups by Greg Kroah-Hartman · 5 years ago
  4. e581595 ocfs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  5. e926d8a fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat" by ChenGang · 6 years ago
  6. 328970d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 by Thomas Gleixner · 6 years ago
  7. 874b1ef ocfs2: optimize the reading of heartbeat data by Jia Guo · 6 years ago
  8. 480bd56 ocfs2: make several functions and variables static (and some const) by Colin Ian King · 6 years ago
  9. 3373de2 ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio" by Changwei Ge · 7 years ago
  10. ba16ddf ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio by piaojun · 7 years ago
  11. 4843afe ocfs2/cluster: make config_item_type const by Bhumika Goyal · 7 years ago
  12. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  13. 964f14a ocfs2: clean up some dead code by Jun Piao · 7 years ago
  14. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  15. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  16. 33496c3 ocfs2: o2hb: revert hb threshold to keep compatible by Junxiao Bi · 8 years ago
  17. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  18. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  19. c62c38f ocfs2: replace CURRENT_TIME macro by Deepa Dinamani · 8 years ago
  20. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  21. 0d16dcf ocfs2: use bio op accessors by Mike Christie · 9 years ago
  22. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
  23. 6633ca5 ocfs2: o2hb: fix hb hung time by Junxiao Bi · 9 years ago
  24. 88dbe98 ocfs2: o2hb: don't negotiate if last hb fail by Junxiao Bi · 9 years ago
  25. 1bd1290 ocfs2: o2hb: add some user/debug log by Junxiao Bi · 9 years ago
  26. e76f823 ocfs2: o2hb: add NEGOTIATE_APPROVE message by Junxiao Bi · 9 years ago
  27. 34069b8 ocfs2: o2hb: add NEGO_TIMEOUT message by Junxiao Bi · 9 years ago
  28. e0cbb79 ocfs2: o2hb: add negotiate timer by Junxiao Bi · 9 years ago
  29. aa6913d ocfs2: clean up unused parameter 'count' in o2hb_read_block_input() by Jun Piao · 9 years ago
  30. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  31. 9e13f1f ocfs2: o2hb: fix double free bug by Junxiao Bi · 9 years ago
  32. 4d548f6 ocfs2/cluster: replace the interrupt safe spinlocks with common ones by jiangyiwen · 9 years ago
  33. a4a1dfa ocfs2/cluster: fix memory leak in o2hb_region_release by Joseph Qi · 9 years ago
  34. a84ac33 ocfs2: o2hb: increase unsteady iterations by Junxiao Bi · 9 years ago
  35. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  36. 0986fe9b ocfs2: fix race between mount and delete node/cluster by Joseph Qi · 9 years ago
  37. 45b9977 ocfs2/cluster: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
  38. 40476b8 ocfs2: use 64bit variables to track heartbeat time by Tina Ruchandani · 9 years ago
  39. 372a447 ocfs2: do not log twice error messages by Christophe JAILLET · 9 years ago
  40. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  41. 8f443e2 Revert "ocfs2: incorrect check for debugfs returns" by Linus Torvalds · 10 years ago
  42. e2ac55b ocfs2: incorrect check for debugfs returns by Chengyu Song · 10 years ago
  43. f5425fc ocfs2: report error from o2hb_do_disk_heartbeat() to user by Jan Kara · 10 years ago
  44. 2bd6332 ocfs2: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  45. 70e82a1 ocfs2: fix deadlock between o2hb thread and o2net_wq by Joseph Qi · 10 years ago
  46. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 11 years ago
  47. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  48. 518df6b ocfs2: use find_last_bit() by Akinobu Mita · 11 years ago
  49. a8f70de ocfs2: use bitmap_weight() by Akinobu Mita · 11 years ago
  50. 6f8648e ocfs2: fix a tiny race case when firing callbacks by Joyce · 11 years ago
  51. df53cd3 ocfs2: use list_for_each_entry() instead of list_for_each() by Dong Fang · 11 years ago
  52. 4a184b4 ocfs2: fix NULL pointer dereference when traversing o2hb_all_regions by Xue jiufei · 12 years ago
  53. 70f651e ocfs2: consolidate o2hb_global_hearbeat_mode_set() naming convention by Jie Liu · 12 years ago
  54. e873fdb ocfs2: submit disk heartbeat bio using WRITE_SYNC by Noboru Iwamatsu · 12 years ago
  55. d787ab0 ocfs2: remove kfree() redundant null checks by Tim Gardner · 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. bb570a5 ocfs2/cluster: Fix output in file elapsed_time_in_ms by Sunil Mushran · 13 years ago
  59. d2eece3 ocfs2/cluster: Abort heartbeat start on hard-ro devices by Sunil Mushran · 13 years ago
  60. 33c12a5 ocfs2/cluster: Heartbeat mismatch message improved by Sunil Mushran · 14 years ago
  61. 76d9fc2 ocfs2/cluster: Increase the live threshold for global heartbeat by Sunil Mushran · 14 years ago
  62. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  63. 03e4970 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  64. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  65. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 14 years ago
  66. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 14 years ago
  67. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  68. 498f7f5 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  69. 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
  70. 9b00a81 ocfs2: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  71. cfc069d ocfs2/cluster: Pin the local node when o2hb thread starts by Sunil Mushran · 14 years ago
  72. cb0586b ocfs2/cluster: Show pin state for each o2hb region by Sunil Mushran · 14 years ago
  73. 58a3158 ocfs2/cluster: Pin/unpin o2hb regions by Sunil Mushran · 14 years ago
  74. ffee223 ocfs2/cluster: Remove dropped region from o2hb quorum region bitmap by Sunil Mushran · 14 years ago
  75. 1cf257f ocfs2: fix memory leak by Jiri Slaby · 14 years ago
  76. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  77. d4396ea by Sunil Mushran · 14 years ago
  78. 4d94aa1 ocfs2/cluster: Bump up dlm protocol to version 1.1 by Sunil Mushran · 14 years ago
  79. 43695d0 by Sunil Mushran · 14 years ago
  80. d6aa1c7 by Sunil Mushran · 14 years ago
  81. 1f28530 by Sunil Mushran · 14 years ago
  82. a6de013 by Sunil Mushran · 14 years ago
  83. b1c5ebf by Sunil Mushran · 14 years ago
  84. 43182d2 by Sunil Mushran · 14 years ago
  85. e7d656b by Sunil Mushran · 14 years ago
  86. 536f074 by Sunil Mushran · 14 years ago
  87. 823a637 by Sunil Mushran · 14 years ago
  88. 8ca8b0bb by Sunil Mushran · 14 years ago
  89. 0e105d3 by Sunil Mushran · 14 years ago
  90. 18c50cb by Sunil Mushran · 14 years ago
  91. b3c85c4 by Sunil Mushran · 14 years ago
  92. 54b5187 by Sunil Mushran · 14 years ago
  93. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  94. 2bd6321 ocfs2/trivial: Remove trailing whitespaces by Sunil Mushran · 15 years ago
  95. b31d308 ocfs2/trivial: Use proper mask for 2 places in hearbeat.c by Tao Ma · 15 years ago
  96. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  97. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 16 years ago
  98. 87d3d3f ocfs2/hb: Expose the list of heartbeating nodes via debugfs by Sunil Mushran · 16 years ago
  99. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  100. 572c489 [PATCH] sanitize blkdev_get() and friends by Al Viro · 17 years ago