summaryrefslogtreecommitdiff
path: root/fs/ocfs2/journal.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19ocfs2: annotate struct ocfs2_replay_map with __counted_byKees Cook1-1/+1
2023-09-01Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-7/+4
2023-08-23jbd2: jbd2_journal_init_{dev,inode} return proper error return valueZhang Yi1-4/+4
2023-08-18ocfs2: Use struct_size()Christophe JAILLET1-3/+3
2023-08-18ocfs2: use flexible array in 'struct ocfs2_recovery_map'Christophe JAILLET1-4/+1
2023-08-09ocfs2: stop using bdev->bd_super for journal error loggingChristoph Hellwig1-3/+3
2023-01-19ocfs2: use filemap_fdatawrite_wbc instead of generic_writepagesChristoph Hellwig1-1/+1
2023-01-19jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig1-1/+15
2022-12-01ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao1-1/+1
2022-08-18Change calling conventions for filldir_tAl Viro1-7/+7
2022-04-30ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel1-10/+23
2022-01-15ocfs2: use BUG_ON instead of if condition followed by BUG.Zhang Mingyu1-4/+2
2021-11-11Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+1
2021-11-06ocfs2: cleanup journal init and shutdownValentin Vidic1-5/+21
2021-10-29exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman1-4/+1
2021-06-23ext4: add discard/zeroout flags to journal flushLeah Rumancik1-4/+4
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2020-11-07jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar1-1/+1
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira1-0/+4
2020-04-02ocfs2: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-05ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li1-0/+8
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+4
2019-11-06jbd2: Reserve space for revoke descriptor blocksJan Kara1-2/+2
2019-11-06ocfs2: 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-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-02-01ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun1-11/+12
2017-09-07ocfs2: clean up some dead codeJun Piao1-1/+0
2016-12-13ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani1-2/+2
2016-07-27ocfs2: improve recovery performanceJunxiao Bi1-20/+21
2016-03-26ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen1-4/+4
2016-01-23wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-15ocfs2: clean up redundant NULL check before iputJoseph Qi1-7/+3
2015-11-06ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi1-2/+2
2015-11-06ocfs2: only take lock if dio entry when recover orphansJoseph Qi1-39/+47
2015-11-06ocfs2: do not include dio entry in case of orphan scanJoseph Qi1-3/+12
2015-09-05ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches1-1/+1
2015-09-05ocfs2: fix race between crashed dio and rmJoseph Qi1-1/+3
2015-09-05ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_accessJoseph Qi1-1/+17
2015-09-05ocfs2: fix race between dio and recover orphanJoseph Qi1-4/+4
2015-06-25ocfs2: mark local functions as staticJoseph Qi1-5/+5
2015-06-25ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger()Xue jiufei1-3/+1
2015-06-25ocfs2: do not BUG if jbd2_journal_dirty_metadata failsJoseph Qi1-1/+14
2015-06-25ocfs2: fix a tiny race when truncate dio orohaned entryJoseph Qi1-26/+21
2015-02-17ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi1-0/+2
2015-02-17ocfs2: add orphan recovery types in ocfs2_recover_orphansJoseph Qi1-20/+88