aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/journal.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18ocfs2: annotate struct ocfs2_replay_map with __counted_byGravatar Kees Cook 1-1/+1
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+4
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-7/+4
2023-08-23jbd2: jbd2_journal_init_{dev,inode} return proper error return valueGravatar Zhang Yi 1-4/+4
2023-08-18ocfs2: Use struct_size()Gravatar Christophe JAILLET 1-3/+3
2023-08-18ocfs2: use flexible array in 'struct ocfs2_recovery_map'Gravatar Christophe JAILLET 1-4/+1
2023-08-09ocfs2: stop using bdev->bd_super for journal error loggingGravatar Christoph Hellwig 1-3/+3
2023-01-18ocfs2: use filemap_fdatawrite_wbc instead of generic_writepagesGravatar Christoph Hellwig 1-1/+1
2023-01-18jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Gravatar Christoph Hellwig 1-1/+15
2022-11-30ocfs2: fix memory leak in ocfs2_mount_volume()Gravatar Li Zetao 1-1/+1
2022-08-17Change calling conventions for filldir_tGravatar Al Viro 1-7/+7
2022-04-29ocfs2: fix mounting crash if journal is not allocedGravatar Heming Zhao via Ocfs2-devel 1-10/+23
2022-01-15ocfs2: use BUG_ON instead of if condition followed by BUG.Gravatar Zhang Mingyu 1-4/+2
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+1
2021-11-06ocfs2: cleanup journal init and shutdownGravatar Valentin Vidic 1-5/+21
2021-10-29exit/kthread: Have kernel threads return instead of calling do_exitGravatar Eric W. Biederman 1-4/+1
2021-06-22ext4: add discard/zeroout flags to journal flushGravatar Leah Rumancik 1-4/+4
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-3/+1
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsGravatar Harshad Shirwadkar 1-1/+1
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Gravatar Mauricio Faria de Oliveira 1-0/+4
2020-04-02ocfs2: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-01-04ocfs2: call journal flush to mark journal as empty after journal recovery whe...Gravatar Kai Li 1-0/+8
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-4/+4
2019-11-05jbd2: Reserve space for revoke descriptor blocksGravatar Jan Kara 1-2/+2
2019-11-05ocfs2: Use accessor function for h_buffer_creditsGravatar Jan Kara 1-2/+2
2019-10-19ocfs2: fix panic due to ocfs2_wq is nullGravatar Yi Li 1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 1-15/+1
2018-12-28ocfs2: clear journal dirty flag after shutdown journalGravatar Junxiao Bi 1-4/+2
2018-11-03ocfs2: without quota support, avoid calling quota recoveryGravatar Guozhonghua 1-17/+34
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-01-31ocfs2: return error when we attempt to access a dirty bh in jbd2Gravatar piaojun 1-11/+12
2017-09-06ocfs2: clean up some dead codeGravatar Jun Piao 1-1/+0
2016-12-12ocfs2: use time64_t to represent orphan scan timesGravatar Deepa Dinamani 1-2/+2
2016-07-26ocfs2: improve recovery performanceGravatar Junxiao Bi 1-20/+21
2016-03-25ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localGravatar jiangyiwen 1-4/+4
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2016-01-14ocfs2: clean up redundant NULL check before iputGravatar Joseph Qi 1-7/+3
2015-11-05ocfs2: add uuid to ocfs2 thread name for problem analysisGravatar Joseph Qi 1-2/+2
2015-11-05ocfs2: only take lock if dio entry when recover orphansGravatar Joseph Qi 1-39/+47
2015-11-05ocfs2: do not include dio entry in case of orphan scanGravatar Joseph Qi 1-3/+12
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortGravatar Joe Perches 1-1/+1
2015-09-04ocfs2: fix race between crashed dio and rmGravatar Joseph Qi 1-1/+3
2015-09-04ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_accessGravatar Joseph Qi 1-1/+17
2015-09-04ocfs2: fix race between dio and recover orphanGravatar Joseph Qi 1-4/+4
2015-06-24ocfs2: mark local functions as staticGravatar Joseph Qi 1-5/+5
2015-06-24ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger()Gravatar Xue jiufei 1-3/+1
2015-06-24ocfs2: do not BUG if jbd2_journal_dirty_metadata failsGravatar Joseph Qi 1-1/+14
2015-06-24ocfs2: fix a tiny race when truncate dio orohaned entryGravatar Joseph Qi 1-26/+21
2015-02-16ocfs2: wait for orphan recovery first once append O_DIRECT write crashGravatar Joseph Qi 1-0/+2
2015-02-16ocfs2: add orphan recovery types in ocfs2_recover_orphansGravatar Joseph Qi 1-20/+88