summaryrefslogtreecommitdiff
path: root/fs/ocfs2/journal.c
AgeCommit message (Expand)Author
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-11-06ocfs2: cleanup journal init and shutdownValentin Vidic
2021-10-29exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman
2021-06-22ext4: add discard/zeroout flags to journal flushLeah Rumancik
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira
2020-04-02ocfs2: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-04ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-11-05jbd2: Reserve space for revoke descriptor blocksJan Kara
2019-11-05ocfs2: Use accessor function for h_buffer_creditsJan Kara
2019-10-19ocfs2: fix panic due to ocfs2_wq is nullYi Li
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner
2018-12-28ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi
2018-11-03ocfs2: without quota support, avoid calling quota recoveryGuozhonghua
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-01-31ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun
2017-09-06ocfs2: clean up some dead codeJun Piao
2016-12-12ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani
2016-07-26ocfs2: improve recovery performanceJunxiao Bi
2016-03-25ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14ocfs2: clean up redundant NULL check before iputJoseph Qi
2015-11-05ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi
2015-11-05ocfs2: only take lock if dio entry when recover orphansJoseph Qi
2015-11-05ocfs2: do not include dio entry in case of orphan scanJoseph Qi
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches
2015-09-04ocfs2: fix race between crashed dio and rmJoseph Qi
2015-09-04ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_accessJoseph Qi
2015-09-04ocfs2: fix race between dio and recover orphanJoseph Qi
2015-06-24ocfs2: mark local functions as staticJoseph Qi
2015-06-24ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger()Xue jiufei
2015-06-24ocfs2: do not BUG if jbd2_journal_dirty_metadata failsJoseph Qi
2015-06-24ocfs2: fix a tiny race when truncate dio orohaned entryJoseph Qi
2015-02-16ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi
2015-02-16ocfs2: add orphan recovery types in ocfs2_recover_orphansJoseph Qi
2015-02-10ocfs2: remove unreachable code in __ocfs2_recovery_thread()Daeseok Youn
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi
2014-06-04ocfs2: limit printk when journal is abortedJoseph Qi
2014-04-03ocfs2: remove OCFS2_INODE_SKIP_DELETE flagJan Kara
2013-09-11ocfs2: use i_size_read() to access i_sizeJunxiao Bi
2013-09-11ocfs2: lighten up allocate transactionYounger Liu
2013-06-29[readdir] convert ocfs2Al Viro
2013-02-21ocfs2: remove kfree() redundant null checksTim Gardner
2012-07-31ocfs2: Convert to new freezing mechanismJan Kara
2011-07-24ocfs2: Add comment about orphan scanningSunil Mushran
2011-07-24ocfs2: Clean up messages in the fsSunil Mushran
2011-05-13ocfs2: Skip mount recovery for hard-ro mountsSunil Mushran
2011-03-31Fix common misspellingsLucas De Marchi