index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jbd2
/
recovery.c
Age
Commit message (
Expand
)
Author
2025-05-20
jbd2: remove journal_t argument from jbd2_chksum()
Eric Biggers
2025-03-17
jbd2: do not try to recover wiped journal
Jan Kara
2025-03-13
jbd2: remove unused return value of do_readahead
Kemeng Shi
2025-02-13
jbd2: Avoid long replay times due to high number or revoke blocks
Jan Kara
2024-11-12
jbd2: remove the 'success' parameter from the jbd2_do_replay() function
Ye Bin
2024-11-12
jbd2: remove useless 'block_error' variable
Ye Bin
2024-11-12
jbd2: factor out jbd2_do_replay()
Ye Bin
2024-11-12
jbd2: refactor JBD2_COMMIT_BLOCK process in do_one_pass()
Ye Bin
2024-11-12
jbd2: unified release of buffer_head in do_one_pass()
Ye Bin
2024-11-12
jbd2: remove redundant judgments for check v1 checksum
Ye Bin
2024-07-08
jbd2: avoid mount failed when commit block is partial submitted
Ye Bin
2024-06-27
jbd2: use str_plural() to fix Coccinelle warning
Thorsten Blum
2024-01-04
jbd2: add errseq to detect client fs's bdev writeback error
Zhihao Cheng
2023-10-05
jbd2: fix potential data lost in recovering journal raced with synchronizing ...
Zhihao Cheng
2023-10-05
jbd2: fix printk format type for 'io_block' in do_one_pass()
Ye Bin
2023-10-05
jbd2: print io_block if check data block checksum failed when do recovery
Ye Bin
2023-08-27
jbd2: correct the end of the journal recovery scan range
Zhang Yi
2023-06-26
jbd2: continue to record log between each mount
Zhang Yi
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-09-30
jbd2: add miss release buffer head in fc_do_one_pass()
Ye Bin
2022-09-11
jbd2: replace ll_rw_block()
Zhang Yi
2022-08-04
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-08-02
jbd2: rename jbd_debug() to jbd2_debug()
Jan Kara
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
2021-08-10
jbd2: clean up two gcc -Wall warnings in recovery.c
Theodore Ts'o
2021-08-10
jbd2: fix clang warning in recovery.c
Theodore Ts'o
2021-08-10
jbd2: fix portability problems caused by unaligned accesses
Theodore Ts'o
2021-04-09
ext4: fix debug format string warning
Arnd Bergmann
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
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-18
jbd2: avoid transaction reuse after reformatting
changfengnan
2020-08-19
jbd2: clean up checksum verification in do_one_pass()
Shijie Luo
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2018-02-18
jbd2: clarify bad journal block checksum message
Theodore Ts'o
2017-12-17
ext4: fix up remaining files with SPDX cleanups
Theodore Ts'o
2016-06-07
fs: have ll_rw_block users pass in op and flags separately
Mike Christie
2016-04-18
Merge branch 'master' into for-next
Jiri Kosina
2016-04-18
Doc: treewide : Fix typos in DocBook/filesystem.xml
Masanari Iida
2016-02-22
jbd2: unify revoke and tag block checksum handling
Jan Kara
2015-10-17
jbd2: clean up feature test macros with predicate functions
Darrick J. Wong
2015-10-17
ext4: call out CRC and corruption errors with specific error codes
Darrick J. Wong
2015-05-14
jbd2: fix r_count overflows leading to buffer overflow in journal recovery
Darrick J. Wong
2015-01-19
jbd2: complain about descriptor block checksum errors
Darrick J. Wong
2014-09-16
jbd2: free bh when descriptor block checksum fails
Darrick J. Wong
2014-08-28
jbd2: fix descriptor block size handling errors with journal_csum
Darrick J. Wong
2014-08-28
jbd2: fix infinite loop when recovering corrupt journal blocks
Darrick J. Wong
2013-12-08
jbd2: rename obsoleted msg JBD->JBD2
Dmitry Monakhov
2013-08-28
jbd2: Fix endian mixing problems in the checksumming code
Darrick J. Wong
2013-05-28
jbd2: fix block tag checksum verification brokenness
Darrick J. Wong
[next]