index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jbd2
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-29
jbd2: ensure that all ongoing I/O complete before freeing blocks
Zhang Yi
1
-4
/
+9
2025-08-28
jbd2: prevent softlockup in jbd2_log_do_checkpoint()
Baokun Li
1
-0
/
+1
2025-06-27
jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()
Jeongjun Park
1
-1
/
+2
2025-05-02
jbd2: remove wrong sb->s_sequence check
Jan Kara
1
-1
/
+0
2025-02-01
jbd2: flush filesystem device before updating tail sequence
Zhang Yi
1
-2
/
+2
2024-11-08
jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
Baokun Li
1
-2
/
+5
2024-11-08
ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
Luis Henriques (SUSE)
1
-2
/
+5
2024-11-08
jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()
Mauricio Faria de Oliveira
2
-20
/
+18
2024-08-19
jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
Kemeng Shi
1
-0
/
+1
2024-01-25
jbd2: correct the printing of write_flags in jbd2_write_superblock()
Zhang Yi
1
-1
/
+3
2023-11-28
jbd2: fix potential data lost in recovering journal raced with synchronizing ...
Zhihao Cheng
1
-0
/
+8
2023-08-11
jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint
Zhihao Cheng
1
-15
/
+17
2023-08-11
jbd2: recheck chechpointing non-dirty buffer
Zhang Yi
1
-73
/
+29
2023-08-11
jbd2: remove redundant buffer io error checks
Zhang Yi
1
-11
/
+2
2023-08-11
jbd2: fix kernel-doc markups
Mauro Carvalho Chehab
2
-31
/
+34
2023-08-11
jbd2: fix incorrect code style
Xianting Tian
1
-6
/
+6
2022-10-26
jbd2: wake up journal waiters in FIFO order, not LIFO
Andrew Perepechko
2
-4
/
+4
2022-08-25
jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted
Zhihao Cheng
1
-2
/
+12
2022-08-25
jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()
Zhang Yi
1
-1
/
+1
2022-04-27
jbd2: fix a potential race while discarding reserved buffers after an abort
Ye Bin
1
-1
/
+3
2020-11-18
jbd2: fix up sparse warnings in checkpoint code
Theodore Ts'o
2
-1
/
+5
2020-09-03
jbd2: abort journal if free a async write error metadata buffer
zhangyi (F)
1
-0
/
+16
2020-09-03
jbd2: make sure jh have b_transaction set in refile/unfile_buffer
Lukas Czerner
1
-0
/
+10
2020-08-26
jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...
zhangyi (F)
1
-1
/
+3
2020-06-24
jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft()
zhangyi (F)
1
-61
/
+42
2020-04-21
jbd2: improve comments about freeing data buffers whose page mapping is NULL
zhangyi (F)
1
-3
/
+4
2020-03-21
jbd2: fix data races at struct journal_head
Qian Cai
1
-4
/
+4
2020-02-28
jbd2: fix ocfs2 corrupt when clearing block group bits
wangyan
1
-2
/
+6
2020-02-24
jbd2: make sure ESHUTDOWN to be recorded in the journal superblock
zhangyi (F)
1
-2
/
+1
2020-02-24
jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record
zhangyi (F)
1
-2
/
+2
2020-02-24
ext4, jbd2: ensure panic when aborting with zero errno
zhangyi (F)
2
-12
/
+5
2020-02-24
jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when...
Kai Li
1
-1
/
+5
2020-02-19
jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer
zhangyi (F)
1
-4
/
+21
2020-02-19
jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()
zhangyi (F)
2
-32
/
+21
2020-02-11
jbd2_seq_info_next should increase position index
Vasily Averin
1
-0
/
+1
2020-01-04
jbd2: Fix statistics for the number of logged blocks
Jan Kara
1
-1
/
+3
2019-09-24
jbd2: remove jbd2_journal_inode_add_[write|wait]
Joseph Qi
2
-14
/
+0
2019-08-24
jbd2: add missing tracepoint for reserved handle
Xiaoguang Wang
1
-0
/
+3
2019-08-11
jbd2: flush_descriptor(): Do not decrease buffer head's ref count
Chandan Rajendra
1
-3
/
+1
2019-06-20
jbd2: drop declaration of journal_sync_buffer()
Theodore Ts'o
1
-3
/
+0
2019-06-20
jbd2: introduce jbd2_inode dirty range scoping
Ross Zwisler
3
-27
/
+49
2019-05-30
jbd2: fix typo in comment of journal_submit_inode_data_buffers
Liu Song
1
-1
/
+1
2019-05-30
jbd2: fix some print format mistakes
Gaowei Pu
1
-9
/
+9
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-05-10
jbd2: fix potential double free
Chengguang Xu
3
-33
/
+56
2019-04-06
jbd2: check superblock mapped prior to committing
Jiufei Xue
1
-0
/
+4
2019-04-06
jbd2: remove repeated assignments in __jbd2_log_wait_for_space()
Liu Song
1
-1
/
+0
2019-03-01
jbd2: jbd2_get_transaction does not need to return a value
Liu Song
1
-5
/
+3
2019-03-01
jbd2: fix invalid descriptor block checksum
luojiajun
1
-2
/
+4
2019-02-21
jbd2: fix compile warning when using JBUFFER_TRACE
zhangyi (F)
1
-8
/
+8
[next]