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