tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / fs / ocfs2 / suballoc.c
2009-09-04 Joel Beckerocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_blo...
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-06-22 Sunil Mushranocfs2: Pin journal head before accessing jh->b_committe...
2009-04-21 Joel Beckerocfs2: Fix some printk() warnings.
2009-04-21 Tao Maocfs2: Fix 2 warning during ocfs2 make.
2009-04-03 wengang wangocfs2: fix rare stale inode errors when exporting via nfs
2009-04-03 Tao Maocfs2: Optimize inode group allocation by recording...
2009-04-03 Tao Maocfs2: Allocate inode groups from global_bitmap.
2009-04-03 Tao Maocfs2: Optimize inode allocation by remembering last...
2009-01-05 Joel Beckerocfs2: Use metadata-specific ocfs2_journal_access_...
2009-01-05 Joel Beckerocfs2: block read meta ecc.
2009-01-05 Joel Beckerocfs2: Validate metadata only when it's read from disk.
2009-01-05 Joel Beckerocfs2: Morph the haphazard OCFS2_IS_VALID_GROUP_DESC...
2009-01-05 Joel Beckerocfs2: Wrap group descriptor reads in a dedicated function.
2009-01-05 Joel Beckerocfs2: Consolidate validation of group descriptors.
2009-01-05 Joel Beckerocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE()...
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-13 Joel Beckerocfs2: Add the 'inode64' mount option.
2008-10-13 Joel Beckerocfs2: Limit inode allocation to 32bits.
2008-10-13 Joel Beckerocfs2: Make ocfs2_extent_tree the first-class represent...
2008-10-13 Tiger Yangocfs2: Add extended attribute support
2008-10-13 Tao Maocfs2: Add extent tree operation for xattr value btrees
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 Mark Fashehocfs2: throttle back local alloc when low on disk space
2008-04-18 Tao Maocfs2: Add inode stealing for ocfs2_reserve_new_inode
2008-04-18 Tao Maocfs2: Add ac_alloc_slot in ocfs2_alloc_context
2008-04-18 Tao Maocfs2: Add a new parameter for ocfs2_reserve_suballoc_bits
2008-02-03 Joe Perchesfs/: Spelling fixes
2008-01-25 Sunil Mushranocfs2: Local alloc window size changeable via mount...
2008-01-25 Tao Ma[PATCH 1/2] ocfs2: Add group extend for online resize
2008-01-25 Mark Fashehocfs2: Rename ocfs2_meta_[un]lock
2007-09-20 Mark Fashehocfs2: Allow smaller allocations during large writes
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-05-02 Mark Fashehocfs2: fix sparse warnings in fs/ocfs2
2007-04-26 Mark Fashehocfs2: Fix up i_blocks calculation to know about holes
2006-12-13 Robert P. J. Day[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
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 use handle for locking in allocation functions
2006-12-02 Mark Fashehocfs2: remove ocfs2_journal_handle flags field
2006-08-07 Mark Fashehocfs2: allocation hints
2006-08-07 Mark Fashehocfs2: better group descriptor consistency checks
2006-03-24 Mark Fashehocfs2: don't use MLF* in the file system
2006-01-03 Mark Fasheh[PATCH] OCFS2: The Second Oracle Cluster Filesystem