aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: Use BUG_ONJulia Lawall2008-04-181-2/+1
* 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/+1
* ocfs2: Silence false lockdep warningsJan Kara2008-01-251-1/+1
* ocfs2: Support commit= mount optionMark Fasheh2008-01-251-2/+6
* ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh2008-01-251-13/+13
* ocfs2: Remove mount/unmount votesMark Fasheh2008-01-251-8/+7
* 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/+44
* ocfs2: Move directory manipulation code into dir.cMark Fasheh2007-10-121-1/+1
* [PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig2007-07-101-4/+2
* ocfs2: fix sparse warnings in fs/ocfs2Mark Fasheh2007-05-021-3/+4
* ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh2007-04-261-11/+3
* ocfs2: Fix extent lookup to return true size of holesMark Fasheh2007-04-261-3/+3
* ocfs2: Read from an unwritten extent returns zerosMark Fasheh2007-04-261-1/+1
* ocfs2: temporarily remove extent map cachingMark Fasheh2007-04-261-2/+1
* ocfs2: Remove delete inode voteTiger Yang2007-04-261-2/+1
* ocfs2: local mountsSunil Mushran2006-12-071-13/+33
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-240/+31
|\
| * ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tMark Fasheh2006-12-011-75/+20
| * ocfs2: remove handle argument to ocfs2_start_trans()Mark Fasheh2006-12-011-21/+8
| * ocfs2: remove ocfs2_journal_handle journal fieldMark Fasheh2006-12-011-2/+0
| * ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Mark Fasheh2006-12-011-2/+3
| * ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh2006-12-011-6/+4
| * ocfs2: make ocfs2_alloc_handle() staticMark Fasheh2006-12-011-1/+1
| * ocfs2: remove unused ocfs2_handle_add_lock()Mark Fasheh2006-12-011-78/+2
| * ocfs2: remove unused ocfs2_handle_add_inode()Mark Fasheh2006-12-011-43/+0
| * ocfs2: remove ocfs2_journal_handle flags fieldMark Fasheh2006-12-011-12/+1
| * ocfs2: have ocfs2_extend_trans() take handle_tMark Fasheh2006-12-011-6/+3
| * ocfs2: remove unused ocfs2_journal_handle fieldMark Fasheh2006-12-011-6/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+4
|/
* ocfs2: Remove i_generation from inode lock namesMark Fasheh2006-09-241-1/+2
* ocfs2: clean up some osb fieldsMark Fasheh2006-06-291-3/+2
* [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-271-1/+1
* [PATCH] fs: use list_move()Akinobu Mita2006-06-261-2/+1
* ocfs2: fix gfp mask in some file system pathsSunil Mushran2006-05-171-2/+2
* ocfs2: Don't populate uptodate cache in ocfs2_force_read_journal()Mark Fasheh2006-05-171-1/+3
* [PATCH] change buffer_head.b_size to size_tBadari Pulavarty2006-03-261-1/+1
* [PATCH] 2tb-files-add-blkcnt_t-fixesAndrew Morton2006-03-261-3/+5
* ocfs2: don't use MLF* in the file systemMark Fasheh2006-03-241-13/+14
* [PATCH] ocfs2: fix orphan recovery deadlockMark Fasheh2006-03-011-31/+93
* [PATCH] ocfs2: only checkpoint journal when asked toMark Fasheh2006-02-161-4/+3
* [PATCH] ocfs2: don't wait on recovery when locking journalMark Fasheh2006-02-031-1/+5
* [PATCH] BUG_ON() Conversion in fs/ocfs2/Eric Sesterhenn / snakebyte2006-02-031-8/+4
* [PATCH] ocfs2: Semaphore to mutex conversion.Arjan van de Ven2006-02-031-5/+5
* [OCFS2] Make ip_io_sem a mutexMark Fasheh2006-02-031-2/+2