nfsd: move most of nfsfh.h to fs/nfsd
[safe/jmp/linux-2.6] / fs / ocfs2 /
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
2009-09-24 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2009-09-24 Alexey Dobriyanheaders: utsname.h redux
2009-09-23 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-23 Tao Maocfs2: Use buffer IO if we are appending a file.
2009-09-23 Wengang Wangocfs2: add spinlock protection when dealing with lockre...
2009-09-23 Coly Lidlmglue.c: add missed mlog lines
2009-09-23 Sunil Mushranocfs2: __ocfs2_abort() should not enable panic for...
2009-09-23 Tao Maocfs2: Add ioctl for reflink.
2009-09-23 Tao Maocfs2: Enable refcount tree support.
2009-09-23 Tao Maocfs2: Implement ocfs2_reflink.
2009-09-23 Tao Maocfs2: Add preserve to reflink.
2009-09-23 Tao Maocfs2: Create reflinked file in orphan dir.
2009-09-23 Tao Maocfs2: Use proper parameter for some inode operation.
2009-09-23 Tao Maocfs2: Make transaction extend more efficient.
2009-09-23 Tao Maocfs2: Don't merge in 1st refcount ops of reflink.
2009-09-23 Tao Maocfs2: Modify removing xattr process for refcount.
2009-09-23 Tao Maocfs2: Add reflink support for xattr.
2009-09-23 Tao Maocfs2: Create an xattr indexed block if needed.
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: Abstract ocfs2 xattr tree extend rec iteration...
2009-09-23 Tao Maocfs2: Abstract the creation of xattr block.
2009-09-23 Tao Maocfs2: Remove inode from ocfs2_xattr_bucket_get_name_value.
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: Return extent flags for xattr value tree.
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: Integrate CoW in file write.
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: move tree path functions to alloc.h.
2009-09-23 Tao Maocfs2: Add refcount b-tree as a new extent tree.
2009-09-23 Tao Maocfs2: Abstract extent split process.
2009-09-23 Tao Maocfs2: Wrap ocfs2_extent_contig in ocfs2_extent_tree.
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 new refcount tree lock resource in dlmglue.
2009-09-23 Tao Maocfs2: Abstract caching info checkpoint.
2009-09-23 Tao Maocfs2: Add ocfs2_read_refcount_block.
2009-09-23 Tao Maocfs2: Add metaecc for ocfs2_refcount_block.
2009-09-23 Tao Maocfs2: Define refcount tree structure.
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Alexey Dobriyanconst: make struct super_block::s_qcop const
2009-09-22 Alexey Dobriyanconst: make struct super_block::dq_op const
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-09-16 Andi KleenHWPOISON: Enable .remove_error_page for migration aware...
2009-09-14 Jan Karaocfs2: Update syncing after splicing to match generic...
2009-09-14 Jan Karaocfs2: Use __generic_file_aio_write instead of generic_...
2009-09-11 Jens Axboewriteback: add name to backing_dev_info
2009-09-05 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-09-04 Joel Beckerocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_...
2009-09-04 Joel Beckerocfs2: __ocfs2_mark_extent_written() doesn't need struc...
2009-09-04 Joel Beckerocfs2: Teach ocfs2_replace_extent_rec() to use an exten...
2009-09-04 Joel Beckerocfs2: ocfs2_split_and_insert() no longer needs struct...
2009-09-04 Joel Beckerocfs2: ocfs2_remove_extent() no longer needs struct...
2009-09-04 Joel Beckerocfs2: ocfs2_add_clusters_in_btree() no longer needs...
2009-09-04 Joel Beckerocfs2: ocfs2_insert_extent() no longer needs struct...
2009-09-04 Joel Beckerocfs2: Make extent map insertion an extent_tree_operation.
2009-09-04 Joel Beckerocfs2: ocfs2_figure_insert_type() no longer needs struc...
2009-09-04 Joel Beckerocfs2: Remove inode from ocfs2_figure_extent_contig().
2009-09-04 Joel Beckerocfs2: Swap inode for extent_tree in ocfs2_figure_merge...
2009-09-04 Joel Beckerocfs2: ocfs2_extent_contig() only requires the superblock.
2009-09-04 Joel Beckerocfs2: ocfs2_do_insert_extent() and ocfs2_insert_path...
2009-09-04 Joel Beckerocfs2: Give ocfs2_split_record() an extent_tree instead...
2009-09-04 Joel Beckerocfs2: ocfs2_insert_at_leaf() doesn't need struct inode.
2009-09-04 Joel Beckerocfs2: Make truncating the extent map an extent_tree_op...
2009-09-04 Joel Beckerocfs2: ocfs2_truncate_rec() doesn't need struct inode.
2009-09-04 Joel Beckerocfs2: ocfs2_grow_branch() and ocfs2_append_rec_to_path...
2009-09-04 Joel Beckerocfs2: ocfs2_try_to_merge_extent() doesn't need struct...
2009-09-04 Joel Beckerocfs2: ocfs2_merge_rec_left/right() no longer need...
2009-09-04 Joel Beckerocfs2: ocfs2_rotate_tree_left() no longer needs struct...
2009-09-04 Joel Beckerocfs2: __ocfs2_rotate_tree_left() doesn't need struct...
2009-09-04 Joel Beckerocfs2: ocfs2_rotate_subtree_left() doesn't need struct...
2009-09-04 Joel Beckerocfs2: ocfs2_update_edge_lengths() doesn't need struct...
2009-09-04 Joel Beckerocfs2: ocfs2_rotate_tree_right() doesn't need struct...
2009-09-04 Joel Beckerocfs2: Drop struct inode from ocfs2_extent_tree_operations.
2009-09-04 Joel Beckerocfs2: Pass ocfs2_extent_tree to ocfs2_get_subtree_root()
2009-09-04 Joel Beckerocfs2: Get inode out of ocfs2_rotate_subtree_root_right().
2009-09-04 Joel Beckerocfs2: ocfs2_complete_edge_insert() doesn't need struct...
2009-09-04 Joel Beckerocfs2: Pass ocfs2_extent_tree to ocfs2_unlink_path()
2009-09-04 Joel Beckerocfs2: ocfs2_create_new_meta_bhs() doesn't need struct...
2009-09-04 Joel Beckerocfs2: ocfs2_find_path() only needs the caching info
2009-09-04 Joel Beckerocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_blo...
2009-09-04 Joel Beckerocfs2: Store the ocfs2_caching_info on ocfs2_extent_tree.
2009-09-04 Joel Beckerocfs2: Pass struct ocfs2_caching_info to the journal...
2009-09-04 Joel Beckerocfs2: move ip_created_trans to struct ocfs2_caching_info
2009-09-04 Joel Beckerocfs2: move ip_last_trans to struct ocfs2_caching_info
2009-09-04 Joel Beckerocfs2: Take the inode out of the metadata read/write...
2009-09-04 Joel Beckerocfs2: Change metadata caching locks to an operations...
2009-09-04 Joel Beckerocfs2: Make the ocfs2_caching_info structure self-conta...
next