aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-10ocfs2: Set journal descriptor to NULL after journal shutdownSunil Mushran1-0/+1
2008-10-14ocfs2: Make cached block reads the common case.Joel Becker1-1/+2
2008-10-14ocfs2: Simplify ocfs2_read_block()Joel Becker1-1/+1
2008-10-14ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker1-1/+1
2008-10-14ocfs2: Separate out sync reads from ocfs2_read_blocks()Joel Becker1-3/+2
2008-10-13ocfs2: Don't check for NULL before brelse()Mark Fasheh1-6/+3
2008-10-13ocfs2: Switch over to JBD2.Joel Becker1-34/+38
2008-08-22ocfs2: Fix sleep-with-spinlock recovery regressionMark Fasheh1-9/+14
2008-07-31[PATCH 2/2] ocfs2: Fix race between mount and recoverySunil Mushran1-40/+133
2008-07-14ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefsJoel Becker1-1/+1
2008-04-18ocfs2: Use BUG_ONJulia Lawall1-2/+1
2008-04-18ocfs2: De-magic the in-memory slot map.Joel Becker1-1/+1
2008-04-18ocfs2: Change the recovery map to an array of node numbers.Joel Becker1-15/+166
2008-04-18ocfs2: Make ocfs2_slot_info private.Joel Becker1-12/+12
2008-04-18ocfs2: Move slot map access into slot_map.cMark Fasheh1-2/+1
2008-01-25ocfs2: Silence false lockdep warningsJan Kara1-1/+1
2008-01-25ocfs2: Support commit= mount optionMark Fasheh1-2/+6
2008-01-25ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh1-13/+13
2008-01-25ocfs2: Remove mount/unmount votesMark Fasheh1-8/+7
2007-12-17ocfs2: Re-journal buffers after transaction extendMark Fasheh1-0/+6
2007-12-17ocfs2: Allow for debugging of transaction extendsMark Fasheh1-0/+4
2007-12-17ocfs2: fix exit-while-locked bug in ocfs2_queue_orphans()Mark Fasheh1-1/+2
2007-10-12ocfs2: Remove open coded readdir()Mark Fasheh1-74/+44
2007-10-12ocfs2: Move directory manipulation code into dir.cMark Fasheh1-1/+1
2007-07-10[PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig1-4/+2
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2Mark Fasheh1-3/+4
2007-04-26ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh1-11/+3
2007-04-26ocfs2: Fix extent lookup to return true size of holesMark Fasheh1-3/+3
2007-04-26ocfs2: Read from an unwritten extent returns zerosMark Fasheh1-1/+1
2007-04-26ocfs2: temporarily remove extent map cachingMark Fasheh1-2/+1
2007-04-26ocfs2: Remove delete inode voteTiger Yang1-2/+1
2006-12-07ocfs2: local mountsSunil Mushran1-13/+33
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-240/+31
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tMark Fasheh1-75/+20
2006-12-01ocfs2: remove handle argument to ocfs2_start_trans()Mark Fasheh1-21/+8
2006-12-01ocfs2: remove ocfs2_journal_handle journal fieldMark Fasheh1-2/+0
2006-12-01ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Mark Fasheh1-2/+3
2006-12-01ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh1-6/+4
2006-12-01ocfs2: make ocfs2_alloc_handle() staticMark Fasheh1-1/+1
2006-12-01ocfs2: remove unused ocfs2_handle_add_lock()Mark Fasheh1-78/+2
2006-12-01ocfs2: remove unused ocfs2_handle_add_inode()Mark Fasheh1-43/+0
2006-12-01ocfs2: remove ocfs2_journal_handle flags fieldMark Fasheh1-12/+1
2006-12-01ocfs2: have ocfs2_extend_trans() take handle_tMark Fasheh1-6/+3
2006-12-01ocfs2: remove unused ocfs2_journal_handle fieldMark Fasheh1-6/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-09-24ocfs2: Remove i_generation from inode lock namesMark Fasheh1-1/+2
2006-06-29ocfs2: clean up some osb fieldsMark Fasheh1-3/+2
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-26[PATCH] fs: use list_move()Akinobu Mita1-2/+1
2006-05-17ocfs2: fix gfp mask in some file system pathsSunil Mushran1-2/+2