1. a612543 ocfs2: use swap() in swap_refcount_rec() by Fabian Frederick · 9 years ago
  2. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  3. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  4. e073fc5 ocfs2: dereferencing freed pointers in ocfs2_reflink() by Dan Carpenter · 9 years ago
  5. d9510a2 ocfs2: remove pointless assignment from ocfs2_calc_refcount_meta_credits() by Jan Kara · 9 years ago
  6. 981035b ocfs2: correctly check the return value of ocfs2_search_extent_list by Yingtai Xie · 10 years ago
  7. 8a8ad1c ocfs2: refcount: take rw_lock in ocfs2_reflink by Wengang Wang · 10 years ago
  8. b3821c3 ocfs2: remove some redundant casting by George Spelvin · 10 years ago
  9. 702e5bc ocfs2: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  10. 5879620 ocfs2: add necessary check in case sb_getblk() fails by Rui Xiang · 11 years ago
  11. 7391a29 ocfs2: return ENOMEM when sb_getblk() fails by Rui Xiang · 11 years ago
  12. 06f9da6 fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits by Goldwyn Rodrigues · 11 years ago
  13. 2b0f6ea ocfs2: add missing return value check of ocfs2_get_clusters() by Joseph Qi · 11 years ago
  14. c7dd339 ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_page by Tiger Yang · 11 years ago
  15. 62c6104 ocfs2/refcounttree: add the missing NULL check of the return value of find_or_create_page() by Gu Zheng · 11 years ago
  16. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  17. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  18. 488c8ef ocfs2: Compare kuids and kgids using uid_eq and gid_eq by Eric W. Biederman · 11 years ago
  19. a8104a9 pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. by Al Viro · 12 years ago
  20. 921a165 new helper: done_path_create() by Al Viro · 12 years ago
  21. 28748b3 ocfs2: ->rl_count endianness breakage by Al Viro · 12 years ago
  22. e1bf4cc ocfs: ->rl_used breakage on big-endian by Al Viro · 12 years ago
  23. 3a251f0 ocfs2: ->l_next_free_req breakage on big-endian by Al Viro · 12 years ago
  24. dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 13 years ago
  25. 3e19a25 Ocfs2/refcounttree: Publicize couple of funcs from refcounttree.c by Tristan Ye · 13 years ago
  26. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  27. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  28. 03e4970 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  29. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  30. c9c6cac kill path_lookup() by Al Viro · 13 years ago
  31. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  32. 198aac2 ocfs2: Remove masklog ML_REFCOUNT. by Tao Ma · 13 years ago
  33. acf3bb0 Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a right number. by Tristan Ye · 13 years ago
  34. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  35. 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
  36. 07eaac9 ocfs2: Fix lockdep warning in reflink. by Tao Ma · 14 years ago
  37. 729963a Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into merge-2 by Joel Becker · 14 years ago
  38. 9b4c0ff ocfs2: Fix deadlock when allocating page by Jan Kara · 14 years ago
  39. 6ea4843 ocfs2: Add readhead during CoW. by Tao Ma · 14 years ago
  40. 7b61cf5 ocfs2: Add readahead support for CoW. by Tao Ma · 14 years ago
  41. 1550271 ocfs2: Add struct file to ocfs2_refcount_cow. by Tao Ma · 14 years ago
  42. 8a2e70c ocfs2: Count more refcount records in file system fragmentation. by Tao Ma · 14 years ago
  43. f5e27b6 ocfs2: Don't duplicate pages past i_size during CoW. by Tao Ma · 14 years ago
  44. 5693486 ocfs2: Zero the tail cluster when extending past i_size. by Joel Becker · 14 years ago
  45. 03e6230 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  46. 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
  47. 78f9467 Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead. by Tristan Ye · 14 years ago
  48. c901fb0 ocfs2: Make ocfs2_extend_trans() really extend. by Tao Ma · 14 years ago
  49. ec20cec ocfs2: Make ocfs2_journal_dirty() void. by Joel Becker · 14 years ago
  50. 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
  51. c21a534 ocfs2: Update VFS inode's id info after reflink. by Tao Ma · 14 years ago
  52. 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
  53. 74380c4 ocfs2: Free block to the right block group. by Tao Ma · 14 years ago
  54. 2b6cb57 ocfs2: Set suballoc_loc on allocated metadata. by Joel Becker · 14 years ago
  55. 1ed9b77 ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument. by Joel Becker · 14 years ago
  56. 6527f8f ocfs2: Update i_blocks in reflink operations. by Tao Ma · 14 years ago
  57. 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
  58. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  59. b89c542 ocfs2: add extent block stealing for ocfs2 v5 by Tiger Yang · 14 years ago
  60. 0a1ea43 ocfs2: Only bug out when page size is larger than cluster size. by Tao Ma · 14 years ago
  61. d622b89 ocfs2: Fix memory overflow in cow_by_page. by Tao Ma · 14 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. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  64. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  65. 12d4cec ocfs2: refcounttree.c cleanup. by Tao Ma · 15 years ago
  66. 38a04e4 ocfs2: Find proper end cpos for a leaf refcount block. by Tao Ma · 15 years ago
  67. 2f48d59 ocfs2: duplicate inline data properly during reflink. by Tao Ma · 15 years ago
  68. 87f4b1b ocfs2: Move ocfs2_complete_reflink to the right place. by Tao Ma · 15 years ago
  69. bd50873 ocfs2: Add ioctl for reflink. by Tao Ma · 15 years ago
  70. 09bf27a ocfs2: Implement ocfs2_reflink. by Tao Ma · 15 years ago
  71. 0fe9b66 ocfs2: Add preserve to reflink. by Tao Ma · 15 years ago
  72. 7540c1a ocfs2: Don't merge in 1st refcount ops of reflink. by Tao Ma · 15 years ago
  73. 2999d12 ocfs2: Add reflink support for xattr. by Tao Ma · 15 years ago
  74. 8b2c0db ocfs2: Call refcount tree remove process properly. by Tao Ma · 15 years ago
  75. 0129241 ocfs2: Attach xattr clusters to refcount tree. by Tao Ma · 15 years ago
  76. 492a8a3 ocfs2: Add CoW support for xattr. by Tao Ma · 15 years ago
  77. 913580b ocfs2: Abstract duplicate clusters process in CoW. by Tao Ma · 15 years ago
  78. a9063ab ocfs2: handle file attributes issue for reflink. by Tao Ma · 15 years ago
  79. 110a045 ocfs2: Add normal functions for reflink a normal file's extents. by Tao Ma · 15 years ago
  80. 37f8a2b ocfs2: CoW a reflinked cluster when it is truncated. by Tao Ma · 15 years ago
  81. 6ae23c5 ocfs2: CoW refcount tree improvement. by Tao Ma · 15 years ago
  82. 6f70fa5 ocfs2: Add CoW support. by Tao Ma · 15 years ago
  83. bcbbb24 ocfs2: Decrement refcount when truncating refcounted extents. by Tao Ma · 15 years ago
  84. 1aa75fe ocfs2: Add functions for extents refcounted. by Tao Ma · 15 years ago
  85. 1823cb0 ocfs2: Add support of decrementing refcount for delete. by Tao Ma · 15 years ago
  86. e73a819 ocfs2: Add support for incrementing refcount in the tree. by Tao Ma · 15 years ago
  87. 8bf396d ocfs2: Basic tree root operation. by Tao Ma · 15 years ago
  88. 374a263 ocfs2: Add refcount tree lock mechanism. by Tao Ma · 15 years ago
  89. c732eb1 ocfs2: Add caching info for refcount tree. by Tao Ma · 15 years ago
  90. f2c870e ocfs2: Add ocfs2_read_refcount_block. by Tao Ma · 15 years ago