summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.c
AgeCommit message (Expand)AuthorLines
2008-04-18ocfs2: Use BUG_ONJulia Lawall-2/+1
2008-04-18ocfs2: De-magic the in-memory slot map.Joel Becker-1/+1
2008-04-18ocfs2: Change the recovery map to an array of node numbers.Joel Becker-15/+166
2008-04-18ocfs2: Make ocfs2_slot_info private.Joel Becker-12/+12
2008-04-18ocfs2: Move slot map access into slot_map.cMark Fasheh-2/+1
2008-01-25ocfs2: Silence false lockdep warningsJan Kara-1/+1
2008-01-25ocfs2: Support commit= mount optionMark Fasheh-2/+6
2008-01-25ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh-13/+13
2008-01-25ocfs2: Remove mount/unmount votesMark Fasheh-8/+7
2007-12-17ocfs2: Re-journal buffers after transaction extendMark Fasheh-0/+6
2007-12-17ocfs2: Allow for debugging of transaction extendsMark Fasheh-0/+4
2007-12-17ocfs2: fix exit-while-locked bug in ocfs2_queue_orphans()Mark Fasheh-1/+2
2007-10-12ocfs2: Remove open coded readdir()Mark Fasheh-74/+44
2007-10-12ocfs2: Move directory manipulation code into dir.cMark Fasheh-1/+1
2007-07-10[PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig-4/+2
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2Mark Fasheh-3/+4
2007-04-26ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh-11/+3
2007-04-26ocfs2: Fix extent lookup to return true size of holesMark Fasheh-3/+3
2007-04-26ocfs2: Read from an unwritten extent returns zerosMark Fasheh-1/+1
2007-04-26ocfs2: temporarily remove extent map cachingMark Fasheh-2/+1
2007-04-26ocfs2: Remove delete inode voteTiger Yang-2/+1
2006-12-07ocfs2: local mountsSunil Mushran-13/+33
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells-240/+31
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tMark Fasheh-75/+20
2006-12-01ocfs2: remove handle argument to ocfs2_start_trans()Mark Fasheh-21/+8
2006-12-01ocfs2: remove ocfs2_journal_handle journal fieldMark Fasheh-2/+0
2006-12-01ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Mark Fasheh-2/+3
2006-12-01ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh-6/+4
2006-12-01ocfs2: make ocfs2_alloc_handle() staticMark Fasheh-1/+1
2006-12-01ocfs2: remove unused ocfs2_handle_add_lock()Mark Fasheh-78/+2
2006-12-01ocfs2: remove unused ocfs2_handle_add_inode()Mark Fasheh-43/+0
2006-12-01ocfs2: remove ocfs2_journal_handle flags fieldMark Fasheh-12/+1
2006-12-01ocfs2: have ocfs2_extend_trans() take handle_tMark Fasheh-6/+3
2006-12-01ocfs2: remove unused ocfs2_journal_handle fieldMark Fasheh-6/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells-3/+4
2006-09-24ocfs2: Remove i_generation from inode lock namesMark Fasheh-1/+2
2006-06-29ocfs2: clean up some osb fieldsMark Fasheh-3/+2
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar-1/+1
2006-06-26[PATCH] fs: use list_move()Akinobu Mita-2/+1
2006-05-17ocfs2: fix gfp mask in some file system pathsSunil Mushran-2/+2
2006-05-17ocfs2: Don't populate uptodate cache in ocfs2_force_read_journal()Mark Fasheh-1/+3
2006-03-26[PATCH] change buffer_head.b_size to size_tBadari Pulavarty-1/+1
2006-03-26[PATCH] 2tb-files-add-blkcnt_t-fixesAndrew Morton-3/+5
2006-03-24ocfs2: don't use MLF* in the file systemMark Fasheh-13/+14
2006-03-01[PATCH] ocfs2: fix orphan recovery deadlockMark Fasheh-31/+93
2006-02-16[PATCH] ocfs2: only checkpoint journal when asked toMark Fasheh-4/+3
2006-02-03[PATCH] ocfs2: don't wait on recovery when locking journalMark Fasheh-1/+5
2006-02-03[PATCH] BUG_ON() Conversion in fs/ocfs2/Eric Sesterhenn / snakebyte-8/+4
2006-02-03[PATCH] ocfs2: Semaphore to mutex conversion.Arjan van de Ven-5/+5
2006-02-03[OCFS2] Make ip_io_sem a mutexMark Fasheh-2/+2