1. 9df5778 Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h by Tristan Ye · 14 years ago
  2. 5051f76 ocfs2: send SIGXFSZ if new filesize exceeds limit -v2 by Wengang Wang · 14 years ago
  3. 6fcef3f ocfs2/userdlm: Add tracing in userdlm by Sunil Mushran · 14 years ago
  4. 9b91518 ocfs2: Use a separate masklog for AST and BASTs by Sunil Mushran · 14 years ago
  5. bc9838c dlm: allow dlm do recovery during shutdown by Srinivas Eeda · 14 years ago
  6. cbaee47 ocfs2: Only bug out in direct io write for reflinked extent. by Tao Ma · 14 years ago
  7. 66b116c ocfs2: fix warning in ocfs2_file_aio_write() by Coly Li · 14 years ago
  8. cbe0e33 ocfs2_dlmfs: Enable the use of user cluster stacks. by Joel Becker · 15 years ago
  9. 0016eed ocfs2_dlmfs: Use the stackglue. by Joel Becker · 15 years ago
  10. e8fce48 ocfs2_dlmfs: Don't honor truncate. The size of a dlmfs file is LVB_LEN by Joel Becker · 14 years ago
  11. 553b5eb ocfs2: Pass the locking protocol into ocfs2_cluster_connect(). by Joel Becker · 15 years ago
  12. e603cfb ocfs2: Remove the ast pointers from ocfs2_stack_plugins by Joel Becker · 15 years ago
  13. 110946c ocfs2: Hang the locking proto on the cluster conn and use it in asts. by Joel Becker · 15 years ago
  14. c0e4133 ocfs2: Attach the connection to the lksb by Joel Becker · 15 years ago
  15. a796d28 ocfs2: Pass lksbs back from stackglue ast/bast functions. by Joel Becker · 15 years ago
  16. 34a9dd7 ocfs2_dlmfs: Move to its own directory by Joel Becker · 15 years ago
  17. 65b6f34 ocfs2_dlmfs: Use poll() to signify BASTs. by Joel Becker · 15 years ago
  18. 14a437c ocfs2_dlmfs: Add capabilities parameter. by Joel Becker · 14 years ago
  19. 399ff3a ocfs2: Handle errors while setting external xattr values. by Joel Becker · 15 years ago
  20. 139ffac ocfs2: Set inline xattr entries with ocfs2_xa_set() by Joel Becker · 15 years ago
  21. d398154 ocfs2: Set xattr block entries with ocfs2_xa_set() by Joel Becker · 15 years ago
  22. c5d95df ocfs2: Let ocfs2_xa_prepare_entry() do space checks. by Joel Becker · 15 years ago
  23. bca5e9b ocfs2: Gell into ocfs2_xa_set() by Joel Becker · 15 years ago
  24. 73857ee ocfs2: Allocation in ocfs2_xa_prepare_entry(), values in ocfs2_xa_store_value() by Joel Becker · 15 years ago
  25. cf2bc80 ocfs2: Teach ocfs2_xa_loc how to do its own journal work by Joel Becker · 15 years ago
  26. 3fc12af ocfs2: Provide ocfs2_xa_fill_value_buf() for external value processing by Joel Becker · 15 years ago
  27. 9dc4740 ocfs2: Handle value tree roots in ocfs2_xa_set_inline_value() by Joel Becker · 15 years ago
  28. 69a3e53 ocfs2: Set the xattr name+value pair in one place by Joel Becker · 15 years ago
  29. 199799a ocfs2: Wrap calculation of name+value pair size. by Joel Becker · 15 years ago
  30. 18853b9 ocfs2: Add a name_len field to ocfs2_xattr_info. by Joel Becker · 15 years ago
  31. 6b240ff ocfs2: Prefix the member fields of struct ocfs2_xattr_info. by Joel Becker · 15 years ago
  32. bde1e54 ocfs2: Remove xattrs via ocfs2_xa_loc by Joel Becker · 15 years ago
  33. 11179f2 ocfs2: Introduce ocfs2_xa_loc by Joel Becker · 15 years ago
  34. 8545e03 ocfs2: Add current->comm in trace output by Sunil Mushran · 14 years ago
  35. 96a1cc7 ocfs2: Clean up the checks for CoW and direct I/O. by Wengang Wang · 14 years ago
  36. b89c542 ocfs2: add extent block stealing for ocfs2 v5 by Tiger Yang · 15 years ago
  37. 6efd806 ocfs2/cluster: Make o2net connect messages KERN_NOTICE by Sunil Mushran · 14 years ago
  38. 86a06ab ocfs2/dlm: Fix printing of lockname by Sunil Mushran · 14 years ago
  39. bd6b0bf ocfs2: Fix contiguousness check in ocfs2_try_to_merge_extent_map() by Roel Kluin · 14 years ago
  40. cda70ba ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead node by Sunil Mushran · 15 years ago
  41. 079b805 ocfs2: Plugs race between the dc thread and an unlock ast message by Sunil Mushran · 14 years ago
  42. db0f6ce ocfs2: Remove overzealous BUG_ON during blocked lock processing by Sunil Mushran · 15 years ago
  43. 0d74125 ocfs2: Do not downconvert if the lock level is already compatible by Sunil Mushran · 15 years ago
  44. a191282 ocfs2: Prevent a livelock in dlmglue by Sunil Mushran · 15 years ago
  45. 0b94a90 ocfs2: Fix setting of OCFS2_LOCK_BLOCKED during bast by Wengang Wang · 15 years ago
  46. 34e6c59 ocfs2: Use compat_ptr in reflink_arguments. by Tao Ma · 15 years ago
  47. cd34edd ocfs2/dlm: Handle EAGAIN for compatibility - v2 by Sunil Mushran · 15 years ago
  48. 60c4867 ocfs2: Add parenthesis to wrap the check for O_DIRECT. by Tao Ma · 14 years ago
  49. 0a1ea43 ocfs2: Only bug out when page size is larger than cluster size. by Tao Ma · 15 years ago
  50. d622b89 ocfs2: Fix memory overflow in cow_by_page. by Tao Ma · 15 years ago
  51. 26636bf ocfs2/dlm: Print more messages during lock migration by Sunil Mushran · 15 years ago
  52. 71656fa ocfs2/dlm: Ignore LVBs of locks in the Blocked list by Sunil Mushran · 15 years ago
  53. 2bd6321 ocfs2/trivial: Remove trailing whitespaces by Sunil Mushran · 15 years ago
  54. e5f2cb2 ocfs2: fix a misleading variable name by Wengang Wang · 15 years ago
  55. 1097df3 ocfs2: Sync max_inline_data_with_xattr from tools. by Tao Ma · 15 years ago
  56. 1dd473f ocfs2: Fix refcnt leak on ocfs2_fast_follow_link() error path by OGAWA Hirofumi · 15 years ago
  57. 86470e9 ocfs2: Handle O_DIRECT when writing to a refcounted cluster. by Tao Ma · 15 years ago
  58. 45e6297 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  59. 8ff6af8 ocfs2/trivial: Use le16_to_cpu for a disk value in xattr.c by Tao Ma · 15 years ago
  60. b31d308 ocfs2/trivial: Use proper mask for 2 places in hearbeat.c by Tao Ma · 15 years ago
  61. 86239d5 Ocfs2: Let ocfs2 support fiemap for symlink and fast symlink. by Tristan Ye · 15 years ago
  62. 849254e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  63. 10cf1a0 ocfs2: Set i_nlink properly during reflink. by Tao Ma · 15 years ago
  64. c7d260a ocfs2: Add reflinked file's inode to inode hash eariler. by Tao Ma · 15 years ago
  65. 55f4946 Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode? by Tristan Ye · 15 years ago
  66. faf8b70 ocfs2: Use FIEMAP_EXTENT_SHARED by Sunil Mushran · 15 years ago
  67. 9365454 ocfs2: replace u8 by __u8 in ocfs2_fs.h by Coly Li · 15 years ago
  68. 3a05d79 ocfs2: explicit declare uninitialized var in user_cluster_connect() by Coly Li · 15 years ago
  69. f5befbb ocfs2-devel: remove redundant OCFS2_MOUNT_POSIX_ACL check in ocfs2_get_acl_nolock() by Jeff Liu · 15 years ago
  70. 2cfd30a ocfs: stop using do_sync_mapping_range by Christoph Hellwig · 15 years ago
  71. 1e431f5 cleanup blockdev_direct_IO locking by Christoph Hellwig · 15 years ago
  72. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  73. 3067393 quota: Move definition of QFMT_OCFS2 to linux/quota.h by Jan Kara · 15 years ago
  74. 1472da5 const: struct quota_format_ops by Alexey Dobriyan · 15 years ago
  75. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  76. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  77. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  78. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  79. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  80. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  81. bf48aab tree-wide: fix typos "offest" -> "offset" by Uwe Kleine-König · 15 years ago
  82. aad1b15 ocfs2: return -EAGAIN instead of EAGAIN in dlm by Tiger Yang · 15 years ago
  83. f6656d2 ocfs2/cluster: Make fence method configurable - v2 by Sunil Mushran · 15 years ago
  84. 12d4cec ocfs2: refcounttree.c cleanup. by Tao Ma · 15 years ago
  85. 38a04e4 ocfs2: Find proper end cpos for a leaf refcount block. by Tao Ma · 15 years ago
  86. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  87. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  88. 7aee47b ocfs2: Trivial cleanup of jbd compatibility layer removal by Sunil Mushran · 15 years ago
  89. ab09203 sysctl fs: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  90. 837711f ocfs2: return f_fsid info in ocfs2_statfs() by Coly Li · 16 years ago
  91. 57b09bb ocfs2: Set MS_POSIXACL on remount by Jan Kara · 15 years ago
  92. 5297aad ocfs2: Make acl use the default by Jan Kara · 15 years ago
  93. e6aabe0 ocfs2: Always include ACL support by Jan Kara · 15 years ago
  94. 2f48d59 ocfs2: duplicate inline data properly during reflink. by Tao Ma · 15 years ago
  95. 87f4b1b ocfs2: Move ocfs2_complete_reflink to the right place. by Tao Ma · 15 years ago
  96. fb5cbe9 ocfs2: Return -EINVAL when a device is not ocfs2. by Joel Becker · 15 years ago
  97. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  98. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  99. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  100. 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