summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: Checksum and ECC for directory blocks.Joel Becker2009-01-051-2/+29
* ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Joel Becker2009-01-051-0/+2
* ocfs2: Add journal_access functions with jbd2 triggers.Joel Becker2009-01-051-4/+155
* ocfs2: Enable quota accounting on mount, disable on umountJan Kara2009-01-051-3/+17
* ocfs2: Implement quota recoveryJan Kara2009-01-051-22/+86
* ocfs2: Support nested transactionsJan Kara2009-01-051-7/+7
* ocfs2: Remove JBD compatibility layerMark Fasheh2009-01-051-14/+0Star
* ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks.Joel Becker2009-01-051-12/+5Star
* ocfs2: Wrap inode block reads in a dedicated function.Joel Becker2009-01-051-2/+1Star
* ocfs2: Set journal descriptor to NULL after journal shutdownSunil Mushran2008-11-101-0/+1
* ocfs2: Make cached block reads the common case.Joel Becker2008-10-141-1/+2
* ocfs2: Simplify ocfs2_read_block()Joel Becker2008-10-141-1/+1
* ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker2008-10-141-1/+1
* ocfs2: Separate out sync reads from ocfs2_read_blocks()Joel Becker2008-10-141-3/+2Star
* ocfs2: Don't check for NULL before brelse()Mark Fasheh2008-10-141-6/+3Star
* ocfs2: Switch over to JBD2.Joel Becker2008-10-141-34/+38
* ocfs2: Fix sleep-with-spinlock recovery regressionMark Fasheh2008-08-221-9/+14
* [PATCH 2/2] ocfs2: Fix race between mount and recoverySunil Mushran2008-08-011-40/+133
* ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefsJoel Becker2008-07-141-1/+1
* ocfs2: Use BUG_ONJulia Lawall2008-04-181-2/+1Star
* ocfs2: De-magic the in-memory slot map.Joel Becker2008-04-181-1/+1
* ocfs2: Change the recovery map to an array of node numbers.Joel Becker2008-04-181-15/+166
* ocfs2: Make ocfs2_slot_info private.Joel Becker2008-04-181-12/+12
* ocfs2: Move slot map access into slot_map.cMark Fasheh2008-04-181-2/+1Star
* ocfs2: Silence false lockdep warningsJan Kara2008-01-261-1/+1
* ocfs2: Support commit= mount optionMark Fasheh2008-01-261-2/+6
* ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh2008-01-251-13/+13
* ocfs2: Remove mount/unmount votesMark Fasheh2008-01-251-8/+7Star
* ocfs2: Re-journal buffers after transaction extendMark Fasheh2007-12-171-0/+6
* ocfs2: Allow for debugging of transaction extendsMark Fasheh2007-12-171-0/+4
* ocfs2: fix exit-while-locked bug in ocfs2_queue_orphans()Mark Fasheh2007-12-171-1/+2
* ocfs2: Remove open coded readdir()Mark Fasheh2007-10-121-74/+44Star
* ocfs2: Move directory manipulation code into dir.cMark Fasheh2007-10-121-1/+1
* [PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig2007-07-111-4/+2Star
* ocfs2: fix sparse warnings in fs/ocfs2Mark Fasheh2007-05-031-3/+4
* ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh2007-04-271-11/+3Star
* ocfs2: Fix extent lookup to return true size of holesMark Fasheh2007-04-271-3/+3
* ocfs2: Read from an unwritten extent returns zerosMark Fasheh2007-04-271-1/+1
* ocfs2: temporarily remove extent map cachingMark Fasheh2007-04-271-2/+1Star
* ocfs2: Remove delete inode voteTiger Yang2007-04-261-2/+1Star
* ocfs2: local mountsSunil Mushran2006-12-081-13/+33
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-240/+31Star
|\
| * ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tMark Fasheh2006-12-021-75/+20Star
| * ocfs2: remove handle argument to ocfs2_start_trans()Mark Fasheh2006-12-021-21/+8Star
| * ocfs2: remove ocfs2_journal_handle journal fieldMark Fasheh2006-12-021-2/+0Star
| * ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Mark Fasheh2006-12-021-2/+3
| * ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh2006-12-021-6/+4Star
| * ocfs2: make ocfs2_alloc_handle() staticMark Fasheh2006-12-021-1/+1
| * ocfs2: remove unused ocfs2_handle_add_lock()Mark Fasheh2006-12-021-78/+2Star
| * ocfs2: remove unused ocfs2_handle_add_inode()Mark Fasheh2006-12-021-43/+0Star