aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-30ocfs2: Fix a missing credit when deleting from indexed directories.Joel Becker1-2/+3
2009-04-03ocfs2: recover orphans in offline slots during recovery and mountSrinivas Eeda1-0/+1
2009-04-03ocfs2: Introduce dir free space listMark Fasheh1-6/+6
2009-04-03ocfs2: Store dir index records inlineMark Fasheh1-0/+10
2009-04-03ocfs2: Add a name indexed b-tree to directory inodesMark Fasheh1-13/+38
2009-04-03ocfs2: Move struct recovery_map to a header fileSunil Mushran1-0/+11
2009-02-10jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara1-2/+4
2009-01-05ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Joel Becker1-1/+2
2009-01-05ocfs2: Add journal_access functions with jbd2 triggers.Joel Becker1-5/+26
2009-01-05ocfs2: Implement quota recoveryJan Kara1-0/+1
2009-01-05ocfs2: Add quota calls for allocation and freeing of inodes and spaceJan Kara1-15/+69
2009-01-05ocfs2: Remove JBD compatibility layerMark Fasheh1-10/+1
2008-10-13ocfs2: Switch over to JBD2.Joel Becker1-3/+22
2008-10-13ocfs2: Add extended attribute supportTiger Yang1-0/+10
2008-10-13ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.Tao Ma1-6/+11
2008-07-31[PATCH 2/2] ocfs2: Fix race between mount and recoverySunil Mushran1-1/+2
2008-04-18ocfs2: Change the recovery map to an array of node numbers.Joel Becker1-0/+4
2008-01-25[PATCH 2/2] ocfs2: Implement group add for online resizeTao Ma1-0/+3
2008-01-25[PATCH 1/2] ocfs2: Add group extend for online resizeTao Ma1-0/+3
2007-10-12ocfs2: Write support for inline dataMark Fasheh1-0/+3
2007-07-10ocfs2: support for removing file regionsMark Fasheh1-0/+2
2007-04-26ocfs2: make room for unwritten extents flagMark Fasheh1-1/+1
2007-02-01ocfs2: ocfs2_link() journal credits updateMark Fasheh1-2/+2
2006-12-07ocfs2: local mountsSunil Mushran1-1/+4
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-67/+11
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tMark Fasheh1-11/+10
2006-12-01ocfs2: remove handle argument to ocfs2_start_trans()Mark Fasheh1-1/+0
2006-12-01ocfs2: remove ocfs2_journal_handle journal fieldMark Fasheh1-1/+0
2006-12-01ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Mark Fasheh1-1/+2
2006-12-01ocfs2: make ocfs2_alloc_handle() staticMark Fasheh1-6/+0
2006-12-01ocfs2: remove unused ocfs2_handle_add_lock()Mark Fasheh1-20/+0
2006-12-01ocfs2: remove unused ocfs2_handle_add_inode()Mark Fasheh1-9/+0
2006-12-01ocfs2: remove ocfs2_journal_handle flags fieldMark Fasheh1-17/+0
2006-12-01ocfs2: have ocfs2_extend_trans() take handle_tMark Fasheh1-2/+1
2006-12-01ocfs2: remove unused ocfs2_journal_handle fieldMark Fasheh1-1/+0
2006-11-22WorkStruct: make allyesconfigDavid Howells1-1/+1
2006-02-16[PATCH] ocfs2: only checkpoint journal when asked toMark Fasheh1-2/+0
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh1-0/+457