aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-04ocfs2: call journal flush to mark journal as empty after journal recovery when mountKai Li1-0/+8
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-4/+4
2019-11-05jbd2: Reserve space for revoke descriptor blocksJan Kara1-2/+2
2019-11-05ocfs2: Use accessor function for h_buffer_creditsJan Kara1-2/+2
2019-10-19ocfs2: fix panic due to ocfs2_wq is nullYi Li1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-15/+1
2018-12-28ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi1-4/+2
2018-11-03ocfs2: without quota support, avoid calling quota recoveryGuozhonghua1-17/+34
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-01-31ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun1-11/+12
2017-09-06ocfs2: clean up some dead codeJun Piao1-1/+0
2016-12-12ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani1-2/+2
2016-07-26ocfs2: improve recovery performanceJunxiao Bi1-20/+21
2016-03-25ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen1-4/+4
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-14ocfs2: clean up redundant NULL check before iputJoseph Qi1-7/+3
2015-11-05ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi1-2/+2
2015-11-05ocfs2: only take lock if dio entry when recover orphansJoseph Qi1-39/+47
2015-11-05ocfs2: do not include dio entry in case of orphan scanJoseph Qi1-3/+12
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches1-1/+1
2015-09-04ocfs2: fix race between crashed dio and rmJoseph Qi1-1/+3
2015-09-04ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_accessJoseph Qi1-1/+17
2015-09-04ocfs2: fix race between dio and recover orphanJoseph Qi1-4/+4
2015-06-24ocfs2: mark local functions as staticJoseph Qi1-5/+5
2015-06-24ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger()Xue jiufei1-3/+1
2015-06-24ocfs2: do not BUG if jbd2_journal_dirty_metadata failsJoseph Qi1-1/+14
2015-06-24ocfs2: fix a tiny race when truncate dio orohaned entryJoseph Qi1-26/+21
2015-02-16ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi1-0/+2
2015-02-16ocfs2: add orphan recovery types in ocfs2_recover_orphansJoseph Qi1-20/+88
2015-02-10ocfs2: remove unreachable code in __ocfs2_recovery_thread()Daeseok Youn1-1/+0
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-3/+5
2014-06-04ocfs2: limit printk when journal is abortedJoseph Qi1-2/+15
2014-04-03ocfs2: remove OCFS2_INODE_SKIP_DELETE flagJan Kara1-6/+0
2013-09-11ocfs2: use i_size_read() to access i_sizeJunxiao Bi1-4/+4
2013-09-11ocfs2: lighten up allocate transactionYounger Liu1-0/+35
2013-06-29[readdir] convert ocfs2Al Viro1-7/+7
2013-02-21ocfs2: remove kfree() redundant null checksTim Gardner1-7/+3
2012-07-31ocfs2: Convert to new freezing mechanismJan Kara1-1/+6
2011-07-24ocfs2: Add comment about orphan scanningSunil Mushran1-0/+14
2011-07-24ocfs2: Clean up messages in the fsSunil Mushran1-3/+6
2011-05-13ocfs2: Skip mount recovery for hard-ro mountsSunil Mushran1-0/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-24ocfs2: Remove masklog ML_JOURNAL.Tao Ma1-76/+54
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-19/+0
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma1-31/+12
2010-09-10ocfs2: Remove obsolete comments before ocfs2_start_trans.Tao Ma1-3/+0
2010-09-10ocfs2: Remove unused old_id in ocfs2_commit_cache.Tao Ma1-2/+1
2010-09-10ocfs2: Add some trace log for orphan scan.Tao Ma1-0/+3
2010-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+2
2010-08-03jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o1-2/+2