tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / fs / ocfs2 / alloc.c
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-09-23 Tao Maocfs2: Make transaction extend more efficient.
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: 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-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: Take the inode out of the metadata read/write...
2009-08-17 Tao Maocfs2: release the buffer head in ocfs2_do_truncate.
2009-07-23 Tao Maocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_...
2009-07-21 Tao Maocfs2: Add extra credits and access the modified bh...
2009-06-15 Tao Maocfs2: Adjust rightmost path in ocfs2_add_branch.
2009-04-03 Mark Fashehocfs2: Add a name indexed b-tree to directory inodes
2009-03-12 Tao Maocfs2: Fix a bug found by sparse check.
2009-02-26 Tao Maocfs2: Access and dirty the buffer_head in mark_written.
2009-02-02 Mark Fashehocfs2: add quota call to ocfs2_remove_btree_range()
2009-01-08 Fernando Carrijoremove lots of double-semicolons
2009-01-05 Tao Maocfs2: Access the right buffer_head in ocfs2_merge_rec_...
2009-01-05 Joel Beckerocfs2: Create ocfs2_xattr_value_buf.
2009-01-05 Joel Beckerocfs2: Use metadata-specific ocfs2_journal_access_...
2009-01-05 Joel Beckerocfs2: Wrap up the common use cases of ocfs2_new_path().
2009-01-05 Joel Beckerocfs2: block read meta ecc.
2009-01-05 Jan Karaocfs2: Add quota calls for allocation and freeing of...
2009-01-05 Mark Fashehocfs2: Remove JBD compatibility layer
2009-01-05 Joel Beckerocfs2: Validate metadata only when it's read from disk.
2009-01-05 Joel Beckerocfs2: Wrap extent block reads in a dedicated function.
2009-01-05 Joel Beckerocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE()...
2009-01-05 Joel Beckerocfs2: Wrap inode block reads in a dedicated function.
2009-01-05 Mark Fashehocfs2: turn __ocfs2_remove_inode_range() into ocfs2_rem...
2009-01-05 Tao Maocfs2: Add clusters free in dealloc_ctxt.
2008-10-14 Joel Beckerocfs2: Simplify ocfs2_read_block()
2008-10-14 Joel Beckerocfs2: Require an inode for ocfs2_read_block(s)().
2008-10-14 Mark Fashehocfs2: Don't check for NULL before brelse()
2008-10-14 Joel Beckerocfs2: Switch over to JBD2.
2008-10-13 Joel Beckerocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_...
2008-10-13 Joel Beckerocfs2: Comment struct ocfs2_extent_tree_operations.
2008-10-13 Joel Beckerocfs2: Make ocfs2_extent_tree the first-class represent...
2008-10-13 Joel Beckerocfs2: Add an insertion check to ocfs2_extent_tree_oper...
2008-10-13 Joel Beckerocfs2: Create specific get_extent_tree functions.
2008-10-13 Joel Beckerocfs2: Determine an extent tree's max_leaf_clusters...
2008-10-13 Joel Beckerocfs2: Use struct ocfs2_extent_tree in ocfs2_num_free_e...
2008-10-13 Joel Beckerocfs2: Provide the get_root_el() method to ocfs2_extent...
2008-10-13 Joel Beckerocfs2: Make 'private' into 'object' on ocfs2_extent_tree.
2008-10-13 Joel Beckerocfs2: Make ocfs2_extent_tree get/put instead of alloc.
2008-10-13 Joel Beckerocfs2: Prefix the ocfs2_extent_tree structure.
2008-10-13 Joel Beckerocfs2: Prefix the extent tree operations structure.
2008-10-13 Tao Maocfs2: Optionally limit extent size in ocfs2_insert_ext...
2008-10-13 Tao Maocfs2: Add xattr index tree operations
2008-10-13 Tiger Yangocfs2: reserve inline space for extended attribute
2008-10-13 Tao Maocfs2: Add extent tree operation for xattr value btrees
2008-10-13 Tao Maocfs2: Make high level btree extend code generic
2008-10-13 Tao Maocfs2: Abstract ocfs2_extent_tree in b-tree operations.
2008-10-13 Tao Maocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.
2008-10-13 Tao Maocfs2: Modify ocfs2_num_free_extents for future xattr...
2008-10-03 Mark Fashehocfs2: fiemap support
2008-05-21 Al Viroocfs2 endianness fixes
2008-04-18 Julia Lawallocfs2: Use BUG_ON
2008-04-18 Tao Maocfs2: Add inode stealing for ocfs2_reserve_new_inode
2008-04-18 Tao Maocfs2: Enable cross extent block merge.
2008-04-18 Tao Maocfs2: Add support for cross extent block
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
next