tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / fs / ocfs2 / localalloc.c
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-04-03 Sunil Mushranocfs2: Remove debugfs file local_alloc_stats
2009-01-05 Joel Beckerocfs2: Use metadata-specific ocfs2_journal_access_...
2009-01-05 Joel Beckerocfs2: Wrap inode block reads in a dedicated function.
2008-10-14 Joel Beckerocfs2: Make cached block reads the common case.
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 Mark Fashehocfs2: make la_debug_mutex static
2008-10-13 Joel Beckerocfs2: Limit inode allocation to 32bits.
2008-10-13 Mark Fashehocfs2: track local alloc state via debugfs
2008-10-13 Mark Fashehocfs2: throttle back local alloc when low on disk space
2008-10-13 Mark Fashehocfs2: Track local alloc bits internally
2008-07-14 Joel Beckerocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefs
2008-05-01 Sunil Mushranocfs2: Use GFP_NOFS in kmalloc during localalloc window...
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-03-03 Marcin Slusarz[PATCH] ocfs2: le*_add_cpu conversion
2008-03-03 Sunil Mushranocfs2: Enable localalloc for local mounts
2008-01-25 Sunil Mushranocfs2: Local alloc window size changeable via mount...
2008-01-25 Mark Fashehocfs2: Rename ocfs2_meta_[un]lock
2007-11-28 Jan Kara[PATCH] ocfs2: Remove expensive bitmap scanning
2007-10-03 Sunil Mushranocfs2: Unlock mutex in local alloc failure case
2007-09-20 Mark Fashehocfs2: Allow smaller allocations during large writes
2007-05-25 Mark Fashehocfs2: fix inode leak
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: don't pass handle to ocfs2_meta_lock() in locala...
2006-12-02 Mark Fashehocfs2: remove ocfs2_journal_handle flags field
2006-08-07 Mark Fashehocfs2: allocation hints
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