1. fc37189 Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-merge-window by Joel Becker · 14 years ago
  2. 07eaac9 ocfs2: Fix lockdep warning in reflink. by Tao Ma · 14 years ago
  3. 729963a Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into merge-2 by Joel Becker · 14 years ago
  4. 9b4c0ff ocfs2: Fix deadlock when allocating page by Jan Kara · 14 years ago
  5. 6ea4843 ocfs2: Add readhead during CoW. by Tao Ma · 14 years ago
  6. 7b61cf5 ocfs2: Add readahead support for CoW. by Tao Ma · 14 years ago
  7. 1550271 ocfs2: Add struct file to ocfs2_refcount_cow. by Tao Ma · 14 years ago
  8. 8a2e70c ocfs2: Count more refcount records in file system fragmentation. by Tao Ma · 14 years ago
  9. f5e27b6 ocfs2: Don't duplicate pages past i_size during CoW. by Tao Ma · 14 years ago
  10. 5693486 ocfs2: Zero the tail cluster when extending past i_size. by Joel Becker · 14 years ago
  11. 03e6230 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  12. 41841b0 Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into ocfs2-merge-window by Joel Becker · 14 years ago
  13. 78f9467 Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead. by Tristan Ye · 14 years ago
  14. c901fb0 ocfs2: Make ocfs2_extend_trans() really extend. by Tao Ma · 14 years ago
  15. ec20cec ocfs2: Make ocfs2_journal_dirty() void. by Joel Becker · 14 years ago
  16. f9221fd Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2-mark into ocfs2-fixes by Joel Becker · 14 years ago
  17. c21a534 ocfs2: Update VFS inode's id info after reflink. by Tao Ma · 14 years ago
  18. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  19. 74380c4 ocfs2: Free block to the right block group. by Tao Ma · 14 years ago
  20. 2b6cb57 ocfs2: Set suballoc_loc on allocated metadata. by Joel Becker · 14 years ago
  21. 1ed9b77 ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument. by Joel Becker · 14 years ago
  22. 6527f8f ocfs2: Update i_blocks in reflink operations. by Tao Ma · 14 years ago
  23. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  24. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  25. b89c542 ocfs2: add extent block stealing for ocfs2 v5 by Tiger Yang · 14 years ago
  26. 0a1ea43 ocfs2: Only bug out when page size is larger than cluster size. by Tao Ma · 14 years ago
  27. d622b89 ocfs2: Fix memory overflow in cow_by_page. by Tao Ma · 14 years ago
  28. 849254e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  29. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  30. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  31. 12d4cec ocfs2: refcounttree.c cleanup. by Tao Ma · 15 years ago
  32. 38a04e4 ocfs2: Find proper end cpos for a leaf refcount block. by Tao Ma · 15 years ago
  33. 2f48d59 ocfs2: duplicate inline data properly during reflink. by Tao Ma · 15 years ago
  34. 87f4b1b ocfs2: Move ocfs2_complete_reflink to the right place. by Tao Ma · 15 years ago
  35. bd50873 ocfs2: Add ioctl for reflink. by Tao Ma · 15 years ago
  36. 09bf27a ocfs2: Implement ocfs2_reflink. by Tao Ma · 15 years ago
  37. 0fe9b66 ocfs2: Add preserve to reflink. by Tao Ma · 15 years ago
  38. 7540c1a ocfs2: Don't merge in 1st refcount ops of reflink. by Tao Ma · 15 years ago
  39. 2999d12 ocfs2: Add reflink support for xattr. by Tao Ma · 15 years ago
  40. 8b2c0db ocfs2: Call refcount tree remove process properly. by Tao Ma · 15 years ago
  41. 0129241 ocfs2: Attach xattr clusters to refcount tree. by Tao Ma · 15 years ago
  42. 492a8a3 ocfs2: Add CoW support for xattr. by Tao Ma · 15 years ago
  43. 913580b ocfs2: Abstract duplicate clusters process in CoW. by Tao Ma · 15 years ago
  44. a9063ab ocfs2: handle file attributes issue for reflink. by Tao Ma · 15 years ago
  45. 110a045 ocfs2: Add normal functions for reflink a normal file's extents. by Tao Ma · 15 years ago
  46. 37f8a2b ocfs2: CoW a reflinked cluster when it is truncated. by Tao Ma · 15 years ago
  47. 6ae23c5 ocfs2: CoW refcount tree improvement. by Tao Ma · 15 years ago
  48. 6f70fa5 ocfs2: Add CoW support. by Tao Ma · 15 years ago
  49. bcbbb24 ocfs2: Decrement refcount when truncating refcounted extents. by Tao Ma · 15 years ago
  50. 1aa75fe ocfs2: Add functions for extents refcounted. by Tao Ma · 15 years ago
  51. 1823cb0 ocfs2: Add support of decrementing refcount for delete. by Tao Ma · 15 years ago
  52. e73a819 ocfs2: Add support for incrementing refcount in the tree. by Tao Ma · 15 years ago
  53. 8bf396d ocfs2: Basic tree root operation. by Tao Ma · 15 years ago
  54. 374a263 ocfs2: Add refcount tree lock mechanism. by Tao Ma · 15 years ago
  55. c732eb1 ocfs2: Add caching info for refcount tree. by Tao Ma · 15 years ago
  56. f2c870e ocfs2: Add ocfs2_read_refcount_block. by Tao Ma · 15 years ago