remove lots of double-semicolons
[safe/jmp/linux-2.6] / fs / ocfs2 / alloc.c
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...
2008-02-03 Joe Perchesfs/: Spelling fixes
2008-01-25 Mark Fashehocfs2: Rename ocfs2_meta_[un]lock
2007-12-17 Mark Fashehocfs2: Re-journal buffers after transaction extend
2007-12-17 Mark Fashehocfs2: Don't panic when truncating an empty extent
2007-11-06 Roel Kluin[PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c...
2007-10-12 Mark Fashehocfs2: Write support for directories with inline data
2007-10-12 Mark Fashehocfs2: Write support for inline data
2007-10-12 Mark Fashehocfs2: Small refactor of truncate zeroing code
2007-10-12 Mark Fashehocfs2: Remove unused structure field
2007-10-12 Tao Maoocfs2: remove unused variable
2007-10-12 Tao Maoocfs2: remove mostly unused field from insert structure
2007-09-11 Mark Fashehocfs2: Fix calculation of i_blocks during truncate
2007-08-10 Adrian Bunk[2.6 patch] ocfs2_insert_extent(): remove dead code
2007-07-11 Mark Fashehocfs2: support for removing file regions
2007-07-11 Mark Fashehocfs2: update truncate handling of partial clusters
2007-07-11 Mark Fashehocfs2: btree support for removal of arbirtrary extents
2007-07-11 Mark Fashehocfs2: Support creation of unwritten extents
2007-07-11 Mark Fashehocfs2: btree changes for unwritten extents
2007-07-11 Mark Fashehocfs2: abstract btree growing calls
2007-07-11 Mark Fashehocfs2: use all extent block suballocators
2007-07-11 Mark Fashehocfs2: plug truncate into cached dealloc routines
2007-07-11 Mark Fashehocfs2: simplify deallocation locking
2007-07-11 Mark Fashehocfs2: take ip_alloc_sem during entire truncate
2007-05-02 Mark Fashehocfs2: fix sparse warnings in fs/ocfs2
2007-04-26 Mark Fashehocfs2: Cache extent records
2007-04-26 Mark Fashehocfs2: Read from an unwritten extent returns zeros
2007-04-26 Mark Fashehocfs2: make room for unwritten extents flag
2007-04-26 Mark Fashehocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_f...
2007-04-26 Mark Fashehocfs2: zero tail of sparse files on truncate
2007-04-26 Mark Fashehocfs2: teach extend/truncate about sparse files
2007-04-26 Mark Fashehocfs2: temporarily remove extent map caching
2007-04-26 Mark Fashehocfs2: sparse b-tree support
2006-12-13 Robert P. J. Day[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-02 Mark Fashehocfs2: Remove struct ocfs2_journal_handle in favor...
2006-12-02 Mark Fashehocfs2: remove handle argument to ocfs2_start_trans()
2006-12-02 Mark Fashehocfs2: pass ocfs2_super * into ocfs2_commit_trans()
2006-12-02 Mark Fashehocfs2: remove unused handle argument from ocfs2_meta_lo...
2006-12-02 Mark Fashehocfs2: don't pass handle to ocfs2_meta_lock() in __ocfs...
2006-12-02 Mark Fashehocfs2: have ocfs2_extend_trans() take handle_t
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-09-20 Mark Fashehocfs2: Remove overzealous BUG_ON()
2006-03-24 Mark Fashehocfs2: don't use MLF* in the file system
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-03 Mark Fasheh[PATCH] OCFS2: The Second Oracle Cluster Filesystem