summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: annotate struct ocfs2_replay_map with __counted_byKees Cook2023-10-181-1/+1
* Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-311-4/+4
|\
| * jbd2: jbd2_journal_init_{dev,inode} return proper error return valueZhang Yi2023-08-231-4/+4
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-7/+4
|\ \
| * | ocfs2: Use struct_size()Christophe JAILLET2023-08-181-3/+3
| * | ocfs2: use flexible array in 'struct ocfs2_recovery_map'Christophe JAILLET2023-08-181-4/+1
| |/
* / ocfs2: stop using bdev->bd_super for journal error loggingChristoph Hellwig2023-08-091-3/+3
|/
* ocfs2: use filemap_fdatawrite_wbc instead of generic_writepagesChristoph Hellwig2023-01-181-1/+1
* jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig2023-01-181-1/+15
* ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao2022-11-301-1/+1
* Change calling conventions for filldir_tAl Viro2022-08-171-7/+7
* ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel2022-04-291-10/+23
* ocfs2: use BUG_ON instead of if condition followed by BUG.Zhang Mingyu2022-01-151-4/+2
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-4/+1
|\
| * exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman2021-10-291-4/+1
* | ocfs2: cleanup journal init and shutdownValentin Vidic2021-11-061-5/+21
|/
* ext4: add discard/zeroout flags to journal flushLeah Rumancik2021-06-221-4/+4
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar2020-11-061-1/+1
* jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira2020-10-181-0/+4
* ocfs2: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-1/+1
* ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li2020-01-041-0/+8
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-11-301-4/+4
|\
| * jbd2: Reserve space for revoke descriptor blocksJan Kara2019-11-051-2/+2
| * ocfs2: Use accessor function for h_buffer_creditsJan Kara2019-11-051-2/+2
* | ocfs2: fix panic due to ocfs2_wq is nullYi Li2019-10-191-1/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi2018-12-281-4/+2
* ocfs2: without quota support, avoid calling quota recoveryGuozhonghua2018-11-031-17/+34
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun2018-01-311-11/+12
* ocfs2: clean up some dead codeJun Piao2017-09-061-1/+0
* ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani2016-12-121-2/+2
* ocfs2: improve recovery performanceJunxiao Bi2016-07-261-20/+21
* ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen2016-03-251-4/+4
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* ocfs2: clean up redundant NULL check before iputJoseph Qi2016-01-141-7/+3
* ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi2015-11-051-2/+2
* ocfs2: only take lock if dio entry when recover orphansJoseph Qi2015-11-051-39/+47
* ocfs2: do not include dio entry in case of orphan scanJoseph Qi2015-11-051-3/+12
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-041-1/+1
* ocfs2: fix race between crashed dio and rmJoseph Qi2015-09-041-1/+3
* ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_accessJoseph Qi2015-09-041-1/+17
* ocfs2: fix race between dio and recover orphanJoseph Qi2015-09-041-4/+4
* ocfs2: mark local functions as staticJoseph Qi2015-06-241-5/+5
* ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger()Xue jiufei2015-06-241-3/+1
* ocfs2: do not BUG if jbd2_journal_dirty_metadata failsJoseph Qi2015-06-241-1/+14
* ocfs2: fix a tiny race when truncate dio orohaned entryJoseph Qi2015-06-241-26/+21
* ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi2015-02-161-0/+2
* ocfs2: add orphan recovery types in ocfs2_recover_orphansJoseph Qi2015-02-161-20/+88