index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jbd2
Age
Commit message (
Expand
)
Author
2022-10-26
jbd2: add miss release buffer head in fc_do_one_pass()
Ye Bin
2022-10-26
jbd2: fix potential use-after-free in jbd2_fc_wait_bufs
Ye Bin
2022-10-26
jbd2: fix potential buffer head reference count leak
Ye Bin
2022-10-26
jbd2: wake up journal waiters in FIFO order, not LIFO
Andrew Perepechko
2022-08-21
jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted
Zhihao Cheng
2022-08-21
jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()
Zhang Yi
2022-04-27
jbd2: fix a potential race while discarding reserved buffers after an abort
Ye Bin
2022-02-01
jbd2: export jbd2_journal_[grab|put]_journal_head
Joseph Qi
2021-05-19
ext4: fix debug format string warning
Arnd Bergmann
2021-05-11
ext4: annotate data race in jbd2_journal_dirty_metadata()
Jan Kara
2021-05-11
ext4: annotate data race in start_this_handle()
Jan Kara
2020-11-19
jbd2: fix kernel-doc markups
Mauro Carvalho Chehab
2020-11-07
jbd2: fix up sparse warnings in checkpoint code
Theodore Ts'o
2020-11-06
jbd2: don't start fast commit on aborted journal
Harshad Shirwadkar
2020-11-06
jbd2: don't read journal->j_commit_sequence without taking a lock
Harshad Shirwadkar
2020-11-06
jbd2: don't touch buffer state until it is filled
Harshad Shirwadkar
2020-11-06
jbd2: add todo for a fast commit performance optimization
Harshad Shirwadkar
2020-11-06
jbd2: don't pass tid to jbd2_fc_end_commit_fallback()
Harshad Shirwadkar
2020-11-06
jbd2: don't use state lock during commit path
Harshad Shirwadkar
2020-11-06
ext4: clean up the JBD2 API that initializes fast commits
Harshad Shirwadkar
2020-11-06
jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs
Harshad Shirwadkar
2020-10-21
jbd2: fast commit recovery path
Harshad Shirwadkar
2020-10-21
jbd2: add fast commit machinery
Harshad Shirwadkar
2020-10-21
ext4 / jbd2: add fast commit initialization
Harshad Shirwadkar
2020-10-18
jbd2: avoid transaction reuse after reformatting
changfengnan
2020-10-18
jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...
Mauricio Faria de Oliveira
2020-10-18
jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()
Mauricio Faria de Oliveira
2020-08-19
jbd2: clean up checksum verification in do_one_pass()
Shijie Luo
2020-08-07
jbd2: fix incorrect code style
Xianting Tian
2020-08-07
jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()
zhangyi (F)
2020-08-07
jbd2: abort journal if free a async write error metadata buffer
zhangyi (F)
2020-08-06
jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...
zhangyi (F)
2020-08-06
jbd2: make sure jh have b_transaction set in refile/unfile_buffer
Lukas Czerner
2020-06-15
Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-06-12
ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...
zhangyi (F)
2020-06-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-06-03
jbd2: avoid leaking transaction credits when unreserving handle
Jan Kara
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2020-03-05
jbd2: improve comments about freeing data buffers whose page mapping is NULL
zhangyi (F)
2020-02-29
jbd2: fix data races at struct journal_head
Qian Cai
2020-02-21
jbd2: fix ocfs2 corrupt when clearing block group bits
wangyan
2020-02-16
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-02-13
jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer
zhangyi (F)
2020-02-13
jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()
zhangyi (F)
2020-02-08
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-03
fs: Enable bmap() function to properly return errors
Carlos Maiolino
2020-01-25
jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft()
zhangyi (F)
2020-01-25
jbd2: make sure ESHUTDOWN to be recorded in the journal superblock
zhangyi (F)
2020-01-25
ext4, jbd2: ensure panic when aborting with zero errno
zhangyi (F)
[next]