1. 9c0f0a0 ocfs2: drop acl cache for directories too by Wengang Wang · 3 years, 3 months ago
  2. 9673e00 ocfs2: ocfs2_downconvert_lock failure results in deadlock by Gang He · 3 years, 4 months ago
  3. 2f56639 ocfs2: remove an unnecessary condition by Dan Carpenter · 3 years, 4 months ago
  4. fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 8 months ago
  5. 60606ec ocfs2_inode_lock_update(): make sure we don't change the type bits of i_mode by Al Viro · 3 years, 11 months ago
  6. 57c720d ocfs2: fix unbalanced locking by Pavel Machek · 4 years, 5 months ago
  7. 4cd9973 ocfs2: avoid inode removal while nfsd is accessing it by Junxiao Bi · 4 years, 6 months ago
  8. 31cc0c8 ocfs2: use OCFS2_SEC_BITS in macro by Alex Shi · 4 years, 9 months ago
  9. 5b43d64 ocfs2: remove unneeded semicolons by zhengbin · 5 years ago
  10. b73eba2 ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less by Gang He · 5 years ago
  11. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  12. a89bd89 ocfs2: delete unnecessary checks before brelse() by Markus Elfring · 5 years ago
  13. 5e7a3ed ocfs2: further debugfs cleanups by Greg Kroah-Hartman · 5 years ago
  14. 4658d87 fs/ocfs2/dlmglue.c: unneeded variable: "status" by Hariprasad Kelam · 5 years ago
  15. e581595 ocfs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
  16. 5da844a ocfs2: add first lock wait time in locking_state by Gang He · 5 years ago
  17. 8056773 ocfs2: add locking filter debugfs file by Gang He · 5 years ago
  18. 8a7f5f4 ocfs2: add last unlock times in locking_state by Gang He · 5 years ago
  19. 328970d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 by Thomas Gleixner · 6 years ago
  20. 5500ab4 ocfs2: fix the application IO timeout when fstrim is running by Gang He · 6 years ago
  21. 3a3d1e5 ocfs2: dlmglue: clean up timestamp handling by Arnd Bergmann · 6 years ago
  22. a634644 ocfs2: remove ocfs2_is_o2cb_active() by Gang He · 6 years ago
  23. 1cff514 ocfs2: fix a GCC warning by zhong jiang · 6 years ago
  24. 480bd56 ocfs2: make several functions and variables static (and some const) by Colin Ian King · 6 years ago
  25. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  26. 133b81f ocfs2: ocfs2_inode_lock_tracker does not distinguish lock level by Larry Chen · 7 years ago
  27. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  28. 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  29. 1119d3c ocfs2: use 'osb' instead of 'OCFS2_SB()' by piaojun · 7 years ago
  30. 793057e vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalents by Ingo Molnar · 7 years ago
  31. c4c2416 ocfs2: nowait aio support by Gang He · 7 years ago
  32. 06e7f13 ocfs2: add ocfs2_try_rw_lock() and ocfs2_try_inode_lock() by Gang He · 7 years ago
  33. 4882abe ocfs2: add trimfs dlm lock resource by Gang He · 7 years ago
  34. ff26cc1 ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE by Gang He · 7 years ago
  35. 8818efa ocfs2: fix deadlock caused by recursive locking in xattr by Eric Ren · 8 years ago
  36. 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
  37. 439a36b ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock by Eric Ren · 8 years ago
  38. e7ee2c08 ocfs2: fix crash caused by stale lvb with fsdlm plugin by Eric Ren · 8 years ago
  39. e81f1c5 ocfs2: remove obscure BUG_ON in dlmglue by Joseph Qi · 8 years ago
  40. a8f24f1b ocfs2: cleanup unneeded goto in ocfs2_create_new_inode_locks by Joseph Qi · 8 years ago
  41. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 9 years ago
  42. b1b1e15 ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lock by Tariq Saeed · 9 years ago
  43. 1cce4df ocfs2: do not lock/unlock() inode DLM lock by Goldwyn Rodrigues · 9 years ago
  44. 5afc44e ocfs2: add uuid to ocfs2 thread name for problem analysis by Joseph Qi · 9 years ago
  45. 914a9b7 ocfs2: remove unneeded code in ocfs2_dlm_init by Joseph Qi · 9 years ago
  46. 209f7512d0 ocfs2: fix BUG in ocfs2_downconvert_thread_do_work() by Joseph Qi · 9 years ago
  47. 8f443e2 Revert "ocfs2: incorrect check for debugfs returns" by Linus Torvalds · 10 years ago
  48. 2f2eca2 ocfs2: check if the ocfs2 lock resource has been initialized before calling ocfs2_dlm_lock by alex chen · 10 years ago
  49. e2ac55b ocfs2: incorrect check for debugfs returns by Chengyu Song · 10 years ago
  50. 10ab881 ocfs2: prune the dcache before deleting the dentry of directory by alex chen · 10 years ago
  51. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  52. d1e78238 ocfs2: do not set OCFS2_LOCK_UPCONVERT_FINISHING if nonblocking lock can not be granted at once by Xue jiufei · 10 years ago
  53. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  54. 1848cb55 fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open() by Rob Jones · 10 years ago
  55. e72db98 ocfs2: remove some unused code by Xue jiufei · 11 years ago
  56. 84d86f8 ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert thread by Jan Kara · 11 years ago
  57. 3e83415 ocfs2: pass ocfs2_cluster_connection to ocfs2_this_node by Goldwyn Rodrigues · 11 years ago
  58. c74a3bd ocfs2: add clustername to cluster connection by Goldwyn Rodrigues · 11 years ago
  59. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  60. 41003a7 aio: remove retry-based AIO by Zach Brown · 12 years ago
  61. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  62. 3278bb7 ocfs2: unlock super lock if lockres refresh failed by Junxiao Bi · 12 years ago
  63. 03ab30f ocfs2: convert between kuids and kgids and DLM locks by Eric W. Biederman · 12 years ago
  64. a75e9cc ocfs2: use spinlock irqsave for downconvert lock.patch by Srinivas Eeda · 13 years ago
  65. 16865b7 ocfs2: Misplaced parens in unlikley by roel · 13 years ago
  66. 0a4ebed Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  67. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  68. 03efed8 ocfs2: Bugfix for hard readonly mount by Tiger Yang · 14 years ago
  69. 99bdc38 Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs2-merge-window-fix by Joel Becker · 14 years ago
  70. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 14 years ago
  71. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 14 years ago
  72. 5bc970e ocfs2: Use hrtimer to track ocfs2 fs lock stats by Sunil Mushran · 14 years ago
  73. 5e98d49 Track negative entries v3 by Goldwyn Rodrigues · 15 years ago
  74. 33fa1d9 fs/ocfs2: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  75. ae4f6ef ocfs2: Avoid unnecessary block mapping when refreshing quota info by Jan Kara · 15 years ago
  76. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  77. 9b91518 ocfs2: Use a separate masklog for AST and BASTs by Sunil Mushran · 15 years ago
  78. 553b5eb ocfs2: Pass the locking protocol into ocfs2_cluster_connect(). by Joel Becker · 15 years ago
  79. c0e41338 ocfs2: Attach the connection to the lksb by Joel Becker · 15 years ago
  80. a796d28 ocfs2: Pass lksbs back from stackglue ast/bast functions. by Joel Becker · 15 years ago
  81. 3ad2f3fb tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  82. 079b805 ocfs2: Plugs race between the dc thread and an unlock ast message by Sunil Mushran · 15 years ago
  83. db0f6ce ocfs2: Remove overzealous BUG_ON during blocked lock processing by Sunil Mushran · 15 years ago
  84. 0d74125 ocfs2: Do not downconvert if the lock level is already compatible by Sunil Mushran · 15 years ago
  85. a191282 ocfs2: Prevent a livelock in dlmglue by Sunil Mushran · 15 years ago
  86. 0b94a90 ocfs2: Fix setting of OCFS2_LOCK_BLOCKED during bast by Wengang Wang · 15 years ago
  87. 2bd6321 ocfs2/trivial: Remove trailing whitespaces by Sunil Mushran · 15 years ago
  88. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  89. d92bc51 dlmglue.c: add missed mlog lines by Coly Li · 15 years ago
  90. 8dec98e ocfs2: Add new refcount tree lock resource in dlmglue. by Tao Ma · 15 years ago
  91. a433848 ocfs2: Abstract caching info checkpoint. by Tao Ma · 15 years ago
  92. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 16 years ago
  93. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 16 years ago
  94. cb25797 ocfs2: Add lockdep annotations by Jan Kara · 16 years ago
  95. df152c2 ocfs2: Disable orphan scanning for local and hard-ro mounts by Sunil Mushran · 16 years ago
  96. 3211949 ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init() by Sunil Mushran · 16 years ago
  97. 1c520df ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API. by Joel Becker · 16 years ago
  98. 8327393 ocfs2: timer to queue scan of all orphan slots by Srinivas Eeda · 16 years ago
  99. 6ca497a ocfs2: fix rare stale inode errors when exporting via nfs by wengang wang · 16 years ago
  100. c74ff8b ocfs2: Cleanup the lockname print in dlmglue.c by Sunil Mushran · 16 years ago