aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/journal.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-10ocfs2: remove unreachable code in __ocfs2_recovery_thread()Gravatar Daeseok Youn 1-1/+0
2014-10-31vfs: make first argument of dir_context.actor typedGravatar Miklos Szeredi 1-3/+5
2014-06-04ocfs2: limit printk when journal is abortedGravatar Joseph Qi 1-2/+15
2014-04-03ocfs2: remove OCFS2_INODE_SKIP_DELETE flagGravatar Jan Kara 1-6/+0
2013-09-11ocfs2: use i_size_read() to access i_sizeGravatar Junxiao Bi 1-4/+4
2013-09-11ocfs2: lighten up allocate transactionGravatar Younger Liu 1-0/+35
2013-06-29[readdir] convert ocfs2Gravatar Al Viro 1-7/+7
2013-02-21ocfs2: remove kfree() redundant null checksGravatar Tim Gardner 1-7/+3
2012-07-31ocfs2: Convert to new freezing mechanismGravatar Jan Kara 1-1/+6
2011-07-24ocfs2: Add comment about orphan scanningGravatar Sunil Mushran 1-0/+14
2011-07-24ocfs2: Clean up messages in the fsGravatar Sunil Mushran 1-3/+6
2011-05-13ocfs2: Skip mount recovery for hard-ro mountsGravatar Sunil Mushran 1-0/+3
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-02-24ocfs2: Remove masklog ML_JOURNAL.Gravatar Tao Ma 1-76/+54
2011-03-07ocfs2: Remove EXIT from masklog.Gravatar Tao Ma 1-19/+0
2011-02-21ocfs2: Remove ENTRY from masklog.Gravatar Tao Ma 1-31/+12
2010-09-10ocfs2: Remove obsolete comments before ocfs2_start_trans.Gravatar Tao Ma 1-3/+0
2010-09-10ocfs2: Remove unused old_id in ocfs2_commit_cache.Gravatar Tao Ma 1-2/+1
2010-09-10ocfs2: Add some trace log for orphan scan.Gravatar Tao Ma 1-0/+3
2010-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Gravatar Linus Torvalds 1-2/+2
2010-08-03jbd2: Change j_state_lock to be a rwlock_tGravatar Theodore Ts'o 1-2/+2
2010-07-15jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsGravatar Jan Kara 1-12/+12
2010-06-15ocfs2: Move orphan scan work to ocfs2_wq.Gravatar Tao Ma 1-3/+3
2010-05-05ocfs2: Make ocfs2_extend_trans() really extend.Gravatar Tao Ma 1-6/+9
2010-05-05ocfs2: Make ocfs2_journal_dirty() void.Gravatar Joel Becker 1-8/+3
2010-01-25ocfs2/trivial: Remove trailing whitespacesGravatar Sunil Mushran 1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-09-22ocfs2: Add metaecc for ocfs2_refcount_block.Gravatar Tao Ma 1-0/+15
2009-09-04ocfs2: Pass struct ocfs2_caching_info to the journal functions.Gravatar Joel Becker 1-35/+30
2009-09-04ocfs2: Take the inode out of the metadata read/write paths.Gravatar Joel Becker 1-2/+2
2009-07-08ocfs2: Fixup orphan scan cleanup after failed mountGravatar Jeff Mahoney 1-1/+7
2009-06-22ocfs2: Disable orphan scanning for local and hard-ro mountsGravatar Sunil Mushran 1-13/+17
2009-06-22ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init()Gravatar Sunil Mushran 1-0/+1
2009-06-22ocfs2: Stop orphan scan as early as possible during umountGravatar Sunil Mushran 1-2/+12
2009-06-03ocfs2 patch to track delayed orphan scan timer statisticsGravatar Srinivas Eeda 1-0/+4
2009-06-03ocfs2: timer to queue scan of all orphan slotsGravatar Srinivas Eeda 1-0/+107
2009-04-03ocfs2: recover orphans in offline slots during recovery and mountGravatar Srinivas Eeda 1-18/+123
2009-04-03ocfs2: Add a name indexed b-tree to directory inodesGravatar Mark Fasheh 1-0/+30
2009-04-03ocfs2: Move struct recovery_map to a header fileGravatar Sunil Mushran 1-12/+0
2009-01-05ocfs2: Checksum and ECC for directory blocks.Gravatar Joel Becker 1-2/+29
2009-01-05ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Gravatar Joel Becker 1-0/+2
2009-01-05ocfs2: Add journal_access functions with jbd2 triggers.Gravatar Joel Becker 1-4/+155
2009-01-05ocfs2: Enable quota accounting on mount, disable on umountGravatar Jan Kara 1-3/+17
2009-01-05ocfs2: Implement quota recoveryGravatar Jan Kara 1-22/+86
2009-01-05ocfs2: Support nested transactionsGravatar Jan Kara 1-7/+7
2009-01-05ocfs2: Remove JBD compatibility layerGravatar Mark Fasheh 1-14/+0
2009-01-05ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks.Gravatar Joel Becker 1-12/+5
2009-01-05ocfs2: Wrap inode block reads in a dedicated function.Gravatar Joel Becker 1-2/+1
2008-11-10ocfs2: Set journal descriptor to NULL after journal shutdownGravatar Sunil Mushran 1-0/+1
2008-10-14ocfs2: Make cached block reads the common case.Gravatar Joel Becker 1-1/+2