Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / ocfs2 / refcounttree.c
2010-04-30 Joel BeckerMerge branch 'skip_delete_inode' of git://git./linux...
2010-04-23 Tao Maocfs2: Update VFS inode's id info after reflink.
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-17 Tao Maocfs2: Update i_blocks in reflink operations.
2010-03-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-04 Christoph Hellwigdquot: cleanup dquot initialize routine
2010-02-26 Tiger Yangocfs2: add extent block stealing for ocfs2 v5
2010-02-03 Tao Maocfs2: Only bug out when page size is larger than clust...
2010-02-03 Tao Maocfs2: Fix memory overflow in cow_by_page.
2009-12-23 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-12-03 Tao Maocfs2: refcounttree.c cleanup.
2009-12-03 Tao Maocfs2: Find proper end cpos for a leaf refcount block.
2009-10-29 Tao Maocfs2: duplicate inline data properly during reflink.
2009-10-29 Tao Maocfs2: Move ocfs2_complete_reflink to the right place.
2009-09-23 Tao Maocfs2: Add ioctl for reflink.
2009-09-23 Tao Maocfs2: Implement ocfs2_reflink.
2009-09-23 Tao Maocfs2: Add preserve to reflink.
2009-09-23 Tao Maocfs2: Don't merge in 1st refcount ops of reflink.
2009-09-23 Tao Maocfs2: Add reflink support for xattr.
2009-09-23 Tao Maocfs2: Call refcount tree remove process properly.
2009-09-23 Tao Maocfs2: Attach xattr clusters to refcount tree.
2009-09-23 Tao Maocfs2: Add CoW support for xattr.
2009-09-23 Tao Maocfs2: Abstract duplicate clusters process in CoW.
2009-09-23 Tao Maocfs2: handle file attributes issue for reflink.
2009-09-23 Tao Maocfs2: Add normal functions for reflink a normal file...
2009-09-23 Tao Maocfs2: CoW a reflinked cluster when it is truncated.
2009-09-23 Tao Maocfs2: CoW refcount tree improvement.
2009-09-23 Tao Maocfs2: Add CoW support.
2009-09-23 Tao Maocfs2: Decrement refcount when truncating refcounted...
2009-09-23 Tao Maocfs2: Add functions for extents refcounted.
2009-09-23 Tao Maocfs2: Add support of decrementing refcount for delete.
2009-09-23 Tao Maocfs2: Add support for incrementing refcount in the...
2009-09-23 Tao Maocfs2: Basic tree root operation.
2009-09-23 Tao Maocfs2: Add refcount tree lock mechanism.
2009-09-23 Tao Maocfs2: Add caching info for refcount tree.
2009-09-23 Tao Maocfs2: Add ocfs2_read_refcount_block.