aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/journal.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-02-20ocfs2: Fix estimate of necessary credits for mkdirGravatar Jan Kara 1-3/+3
2010-09-10Reorganize data elements to reduce struct sizesGravatar Goldwyn Rodrigues 1-1/+2
2010-03-26ocfs2: Grow discontig block groups in one transaction.Gravatar Joel Becker 1-0/+12
2010-05-05ocfs2: Make ocfs2_journal_dirty() void.Gravatar Joel Becker 1-2/+1
2009-09-22ocfs2: Decrement refcount when truncating refcounted extents.Gravatar Tao Ma 1-0/+3
2009-09-22ocfs2: Basic tree root operation.Gravatar Tao Ma 1-0/+14
2009-09-22ocfs2: Add metaecc for ocfs2_refcount_block.Gravatar Tao Ma 1-0/+3
2009-09-04ocfs2: Pass struct ocfs2_caching_info to the journal functions.Gravatar Joel Becker 1-33/+42
2009-09-04ocfs2: move ip_created_trans to struct ocfs2_caching_infoGravatar Joel Becker 1-3/+3
2009-09-04ocfs2: move ip_last_trans to struct ocfs2_caching_infoGravatar Joel Becker 1-2/+3
2009-08-10ocfs2: Fix possible deadlock when extending quota fileGravatar Jan Kara 1-5/+0
2009-07-23ocfs2: Define credit counts for quota operationsGravatar Jan Kara 1-3/+10
2009-07-08ocfs2: Fixup orphan scan cleanup after failed mountGravatar Jeff Mahoney 1-0/+1
2009-06-22ocfs2: Disable orphan scanning for local and hard-ro mountsGravatar Sunil Mushran 1-1/+1
2009-06-03ocfs2: timer to queue scan of all orphan slotsGravatar Srinivas Eeda 1-0/+4
2009-04-30ocfs2: Fix a missing credit when deleting from indexed directories.Gravatar Joel Becker 1-2/+3
2009-04-03ocfs2: recover orphans in offline slots during recovery and mountGravatar Srinivas Eeda 1-0/+1
2009-04-03ocfs2: Introduce dir free space listGravatar Mark Fasheh 1-6/+6
2009-04-03ocfs2: Store dir index records inlineGravatar Mark Fasheh 1-0/+10
2009-04-03ocfs2: Add a name indexed b-tree to directory inodesGravatar Mark Fasheh 1-13/+38
2009-04-03ocfs2: Move struct recovery_map to a header fileGravatar Sunil Mushran 1-0/+11
2009-02-10jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Gravatar Jan Kara 1-2/+4
2009-01-05ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Gravatar Joel Becker 1-1/+2
2009-01-05ocfs2: Add journal_access functions with jbd2 triggers.Gravatar Joel Becker 1-5/+26
2009-01-05ocfs2: Implement quota recoveryGravatar Jan Kara 1-0/+1
2009-01-05ocfs2: Add quota calls for allocation and freeing of inodes and spaceGravatar Jan Kara 1-15/+69
2009-01-05ocfs2: Remove JBD compatibility layerGravatar Mark Fasheh 1-10/+1
2008-10-13ocfs2: Switch over to JBD2.Gravatar Joel Becker 1-3/+22
2008-10-13ocfs2: Add extended attribute supportGravatar Tiger Yang 1-0/+10
2008-10-13ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.Gravatar Tao Ma 1-6/+11
2008-07-31[PATCH 2/2] ocfs2: Fix race between mount and recoveryGravatar Sunil Mushran 1-1/+2
2008-04-18ocfs2: Change the recovery map to an array of node numbers.Gravatar Joel Becker 1-0/+4
2008-01-25[PATCH 2/2] ocfs2: Implement group add for online resizeGravatar Tao Ma 1-0/+3
2008-01-25[PATCH 1/2] ocfs2: Add group extend for online resizeGravatar Tao Ma 1-0/+3
2007-10-12ocfs2: Write support for inline dataGravatar Mark Fasheh 1-0/+3
2007-07-10ocfs2: support for removing file regionsGravatar Mark Fasheh 1-0/+2
2007-04-26ocfs2: make room for unwritten extents flagGravatar Mark Fasheh 1-1/+1
2007-02-01ocfs2: ocfs2_link() journal credits updateGravatar Mark Fasheh 1-2/+2
2006-12-07ocfs2: local mountsGravatar Sunil Mushran 1-1/+4
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Howells 1-67/+11
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tGravatar Mark Fasheh 1-11/+10
2006-12-01ocfs2: remove handle argument to ocfs2_start_trans()Gravatar Mark Fasheh 1-1/+0
2006-12-01ocfs2: remove ocfs2_journal_handle journal fieldGravatar Mark Fasheh 1-1/+0
2006-12-01ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Gravatar Mark Fasheh 1-1/+2
2006-12-01ocfs2: make ocfs2_alloc_handle() staticGravatar Mark Fasheh 1-6/+0
2006-12-01ocfs2: remove unused ocfs2_handle_add_lock()Gravatar Mark Fasheh 1-20/+0
2006-12-01ocfs2: remove unused ocfs2_handle_add_inode()Gravatar Mark Fasheh 1-9/+0
2006-12-01ocfs2: remove ocfs2_journal_handle flags fieldGravatar Mark Fasheh 1-17/+0
2006-12-01ocfs2: have ocfs2_extend_trans() take handle_tGravatar Mark Fasheh 1-2/+1