tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / fs / ocfs2 / journal.c
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-09-23 Tao Maocfs2: Add metaecc for ocfs2_refcount_block.
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-07-08 Jeff Mahoneyocfs2: Fixup orphan scan cleanup after failed mount
2009-06-22 Sunil Mushranocfs2: Disable orphan scanning for local and hard-ro...
2009-06-22 Sunil Mushranocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_...
2009-06-22 Sunil Mushranocfs2: Stop orphan scan as early as possible during...
2009-06-04 Srinivas Eedaocfs2 patch to track delayed orphan scan timer statistics
2009-06-04 Srinivas Eedaocfs2: timer to queue scan of all orphan slots
2009-04-03 Srinivas Eedaocfs2: recover orphans in offline slots during recovery...
2009-04-03 Mark Fashehocfs2: Add a name indexed b-tree to directory inodes
2009-04-03 Sunil Mushranocfs2: Move struct recovery_map to a header file
2009-01-05 Joel Beckerocfs2: Checksum and ECC for directory blocks.
2009-01-05 Joel Beckerocfs2: Use metadata-specific ocfs2_journal_access_...
2009-01-05 Joel Beckerocfs2: Add journal_access functions with jbd2 triggers.
2009-01-05 Jan Karaocfs2: Enable quota accounting on mount, disable on...
2009-01-05 Jan Karaocfs2: Implement quota recovery
2009-01-05 Jan Karaocfs2: Support nested transactions
2009-01-05 Mark Fashehocfs2: Remove JBD compatibility layer
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.
2008-11-10 Sunil Mushranocfs2: Set journal descriptor to NULL after journal...
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 Joel Beckerocfs2: Separate out sync reads from ocfs2_read_blocks()
2008-10-14 Mark Fashehocfs2: Don't check for NULL before brelse()
2008-10-14 Joel Beckerocfs2: Switch over to JBD2.
2008-08-22 Mark Fashehocfs2: Fix sleep-with-spinlock recovery regression
2008-07-31 Sunil Mushran[PATCH 2/2] ocfs2: Fix race between mount and recovery
2008-07-14 Joel Beckerocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefs
2008-04-18 Julia Lawallocfs2: Use BUG_ON
2008-04-18 Joel Beckerocfs2: De-magic the in-memory slot map.
2008-04-18 Joel Beckerocfs2: Change the recovery map to an array of node...
2008-04-18 Joel Beckerocfs2: Make ocfs2_slot_info private.
2008-04-18 Mark Fashehocfs2: Move slot map access into slot_map.c
2008-01-25 Jan Karaocfs2: Silence false lockdep warnings
2008-01-25 Mark Fashehocfs2: Support commit= mount option
2008-01-25 Mark Fashehocfs2: Rename ocfs2_meta_[un]lock
2008-01-25 Mark Fashehocfs2: Remove mount/unmount votes
2007-12-17 Mark Fashehocfs2: Re-journal buffers after transaction extend
2007-12-17 Mark Fashehocfs2: Allow for debugging of transaction extends
2007-12-17 Mark Fashehocfs2: fix exit-while-locked bug in ocfs2_queue_orphans()
2007-10-12 Mark Fashehocfs2: Remove open coded readdir()
2007-10-12 Mark Fashehocfs2: Move directory manipulation code into dir.c
2007-07-11 Christoph Hellwig[PATCH] ocfs2: use list_for_each_entry where benefical
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
2007-04-26 Mark Fashehocfs2: Fix extent lookup to return true size of holes
2007-04-26 Mark Fashehocfs2: Read from an unwritten extent returns zeros
2007-04-26 Mark Fashehocfs2: temporarily remove extent map caching
2007-04-26 Tiger Yangocfs2: Remove delete inode vote
2006-12-08 Sunil Mushranocfs2: local mounts
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: remove ocfs2_journal_handle journal field
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: make ocfs2_alloc_handle() static
2006-12-02 Mark Fashehocfs2: remove unused ocfs2_handle_add_lock()
2006-12-02 Mark Fashehocfs2: remove unused ocfs2_handle_add_inode()
2006-12-02 Mark Fashehocfs2: remove ocfs2_journal_handle flags field
2006-12-02 Mark Fashehocfs2: have ocfs2_extend_trans() take handle_t
2006-12-02 Mark Fashehocfs2: remove unused ocfs2_journal_handle field
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-09-24 Mark Fashehocfs2: Remove i_generation from inode lock names
2006-06-29 Mark Fashehocfs2: clean up some osb fields
2006-06-28 Ingo Molnar[PATCH] spin/rwlock init cleanups
2006-06-26 Akinobu Mita[PATCH] fs: use list_move()
2006-05-17 Sunil Mushranocfs2: fix gfp mask in some file system paths
2006-05-17 Mark Fashehocfs2: Don't populate uptodate cache in ocfs2_force_rea...
2006-03-26 Badari Pulavarty[PATCH] change buffer_head.b_size to size_t
2006-03-26 Andrew Morton[PATCH] 2tb-files-add-blkcnt_t-fixes
2006-03-24 Mark Fashehocfs2: don't use MLF* in the file system
2006-03-01 Mark Fasheh[PATCH] ocfs2: fix orphan recovery deadlock
2006-02-16 Mark Fasheh[PATCH] ocfs2: only checkpoint journal when asked to
2006-02-03 Mark Fasheh[PATCH] ocfs2: don't wait on recovery when locking...
2006-02-03 Eric Sesterhenn... [PATCH] BUG_ON() Conversion in fs/ocfs2/
2006-02-03 Arjan van de Ven[PATCH] ocfs2: Semaphore to mutex conversion.
2006-02-03 Mark Fasheh[OCFS2] Make ip_io_sem a mutex
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-03 Mark Fasheh[PATCH] OCFS2: The Second Oracle Cluster Filesystem