1. 6efd806 ocfs2/cluster: Make o2net connect messages KERN_NOTICE by Sunil Mushran · 14 years ago
  2. 86a06ab ocfs2/dlm: Fix printing of lockname by Sunil Mushran · 14 years ago
  3. bd6b0bf ocfs2: Fix contiguousness check in ocfs2_try_to_merge_extent_map() by Roel Kluin · 14 years ago
  4. cda70ba ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead node by Sunil Mushran · 14 years ago
  5. 079b805 ocfs2: Plugs race between the dc thread and an unlock ast message by Sunil Mushran · 14 years ago
  6. db0f6ce ocfs2: Remove overzealous BUG_ON during blocked lock processing by Sunil Mushran · 14 years ago
  7. 0d74125 ocfs2: Do not downconvert if the lock level is already compatible by Sunil Mushran · 14 years ago
  8. a191282 ocfs2: Prevent a livelock in dlmglue by Sunil Mushran · 14 years ago
  9. 0b94a90 ocfs2: Fix setting of OCFS2_LOCK_BLOCKED during bast by Wengang Wang · 14 years ago
  10. 34e6c59 ocfs2: Use compat_ptr in reflink_arguments. by Tao Ma · 14 years ago
  11. cd34edd ocfs2/dlm: Handle EAGAIN for compatibility - v2 by Sunil Mushran · 14 years ago
  12. 60c4867 ocfs2: Add parenthesis to wrap the check for O_DIRECT. by Tao Ma · 14 years ago
  13. 0a1ea43 ocfs2: Only bug out when page size is larger than cluster size. by Tao Ma · 14 years ago
  14. d622b89 ocfs2: Fix memory overflow in cow_by_page. by Tao Ma · 14 years ago
  15. 26636bf ocfs2/dlm: Print more messages during lock migration by Sunil Mushran · 14 years ago
  16. 71656fa ocfs2/dlm: Ignore LVBs of locks in the Blocked list by Sunil Mushran · 14 years ago
  17. 2bd6321 ocfs2/trivial: Remove trailing whitespaces by Sunil Mushran · 14 years ago
  18. e5f2cb2 ocfs2: fix a misleading variable name by Wengang Wang · 14 years ago
  19. 1097df3 ocfs2: Sync max_inline_data_with_xattr from tools. by Tao Ma · 15 years ago
  20. 1dd473f ocfs2: Fix refcnt leak on ocfs2_fast_follow_link() error path by OGAWA Hirofumi · 15 years ago
  21. 86470e9 ocfs2: Handle O_DIRECT when writing to a refcounted cluster. by Tao Ma · 15 years ago
  22. 45e6297 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  23. 8ff6af8 ocfs2/trivial: Use le16_to_cpu for a disk value in xattr.c by Tao Ma · 15 years ago
  24. b31d308 ocfs2/trivial: Use proper mask for 2 places in hearbeat.c by Tao Ma · 15 years ago
  25. 86239d5 Ocfs2: Let ocfs2 support fiemap for symlink and fast symlink. by Tristan Ye · 15 years ago
  26. 849254e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  27. 10cf1a0 ocfs2: Set i_nlink properly during reflink. by Tao Ma · 15 years ago
  28. c7d260a ocfs2: Add reflinked file's inode to inode hash eariler. by Tao Ma · 15 years ago
  29. 55f4946 Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode? by Tristan Ye · 15 years ago
  30. faf8b70 ocfs2: Use FIEMAP_EXTENT_SHARED by Sunil Mushran · 15 years ago
  31. 9365454 ocfs2: replace u8 by __u8 in ocfs2_fs.h by Coly Li · 15 years ago
  32. 3a05d79 ocfs2: explicit declare uninitialized var in user_cluster_connect() by Coly Li · 15 years ago
  33. f5befbb ocfs2-devel: remove redundant OCFS2_MOUNT_POSIX_ACL check in ocfs2_get_acl_nolock() by Jeff Liu · 15 years ago
  34. 2cfd30a ocfs: stop using do_sync_mapping_range by Christoph Hellwig · 15 years ago
  35. 1e431f5 cleanup blockdev_direct_IO locking by Christoph Hellwig · 15 years ago
  36. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  37. 3067393 quota: Move definition of QFMT_OCFS2 to linux/quota.h by Jan Kara · 15 years ago
  38. 1472da5 const: struct quota_format_ops by Alexey Dobriyan · 15 years ago
  39. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  40. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  41. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  42. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  43. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  44. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  45. bf48aab tree-wide: fix typos "offest" -> "offset" by Uwe Kleine-König · 15 years ago
  46. aad1b15 ocfs2: return -EAGAIN instead of EAGAIN in dlm by Tiger Yang · 15 years ago
  47. f6656d2 ocfs2/cluster: Make fence method configurable - v2 by Sunil Mushran · 15 years ago
  48. 12d4cec ocfs2: refcounttree.c cleanup. by Tao Ma · 15 years ago
  49. 38a04e4 ocfs2: Find proper end cpos for a leaf refcount block. by Tao Ma · 15 years ago
  50. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  51. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  52. 7aee47b ocfs2: Trivial cleanup of jbd compatibility layer removal by Sunil Mushran · 15 years ago
  53. ab09203 sysctl fs: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  54. 837711f ocfs2: return f_fsid info in ocfs2_statfs() by Coly Li · 16 years ago
  55. 57b09bb ocfs2: Set MS_POSIXACL on remount by Jan Kara · 15 years ago
  56. 5297aad ocfs2: Make acl use the default by Jan Kara · 15 years ago
  57. e6aabe0 ocfs2: Always include ACL support by Jan Kara · 15 years ago
  58. 2f48d59 ocfs2: duplicate inline data properly during reflink. by Tao Ma · 15 years ago
  59. 87f4b1b ocfs2: Move ocfs2_complete_reflink to the right place. by Tao Ma · 15 years ago
  60. fb5cbe9 ocfs2: Return -EINVAL when a device is not ocfs2. by Joel Becker · 15 years ago
  61. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  62. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  63. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  64. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  65. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  66. b64ada6 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  67. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  68. b80474b ocfs2: Use buffer IO if we are appending a file. by Tao Ma · 15 years ago
  69. 83e32d9 ocfs2: add spinlock protection when dealing with lockres->purge. by Wengang Wang · 15 years ago
  70. d92bc51 dlmglue.c: add missed mlog lines by Coly Li · 15 years ago
  71. a2f2ddb ocfs2: __ocfs2_abort() should not enable panic for local mounts by Sunil Mushran · 15 years ago
  72. bd50873 ocfs2: Add ioctl for reflink. by Tao Ma · 15 years ago
  73. 64871b8 ocfs2: Enable refcount tree support. by Tao Ma · 15 years ago
  74. 09bf27a ocfs2: Implement ocfs2_reflink. by Tao Ma · 15 years ago
  75. 0fe9b66 ocfs2: Add preserve to reflink. by Tao Ma · 15 years ago
  76. bc13d34 ocfs2: Create reflinked file in orphan dir. by Tao Ma · 15 years ago
  77. 19bd341 ocfs2: Use proper parameter for some inode operation. by Tao Ma · 15 years ago
  78. c18b812 ocfs2: Make transaction extend more efficient. by Tao Ma · 15 years ago
  79. 7540c1a ocfs2: Don't merge in 1st refcount ops of reflink. by Tao Ma · 15 years ago
  80. ce9c5a5 ocfs2: Modify removing xattr process for refcount. by Tao Ma · 15 years ago
  81. 2999d12 ocfs2: Add reflink support for xattr. by Tao Ma · 15 years ago
  82. a7fe7a3 ocfs2: Create an xattr indexed block if needed. by Tao Ma · 15 years ago
  83. 8b2c0db ocfs2: Call refcount tree remove process properly. by Tao Ma · 15 years ago
  84. 0129241 ocfs2: Attach xattr clusters to refcount tree. by Tao Ma · 15 years ago
  85. 47bca49 ocfs2: Abstract ocfs2 xattr tree extend rec iteration process. by Tao Ma · 15 years ago
  86. 5aea1f0 ocfs2: Abstract the creation of xattr block. by Tao Ma · 15 years ago
  87. fd68a89 ocfs2: Remove inode from ocfs2_xattr_bucket_get_name_value. by Tao Ma · 15 years ago
  88. 492a8a3 ocfs2: Add CoW support for xattr. by Tao Ma · 15 years ago
  89. 913580b ocfs2: Abstract duplicate clusters process in CoW. by Tao Ma · 15 years ago
  90. 1061f9c ocfs2: Return extent flags for xattr value tree. by Tao Ma · 15 years ago
  91. a9063ab ocfs2: handle file attributes issue for reflink. by Tao Ma · 15 years ago
  92. 110a045 ocfs2: Add normal functions for reflink a normal file's extents. by Tao Ma · 15 years ago
  93. 37f8a2b ocfs2: CoW a reflinked cluster when it is truncated. by Tao Ma · 15 years ago
  94. 293b2f7 ocfs2: Integrate CoW in file write. by Tao Ma · 15 years ago
  95. 6ae23c5 ocfs2: CoW refcount tree improvement. by Tao Ma · 15 years ago
  96. 6f70fa5 ocfs2: Add CoW support. by Tao Ma · 15 years ago
  97. bcbbb24 ocfs2: Decrement refcount when truncating refcounted extents. by Tao Ma · 15 years ago
  98. 1aa75fe ocfs2: Add functions for extents refcounted. by Tao Ma · 15 years ago
  99. 1823cb0 ocfs2: Add support of decrementing refcount for delete. by Tao Ma · 15 years ago
  100. e73a819 ocfs2: Add support for incrementing refcount in the tree. by Tao Ma · 15 years ago