summaryrefslogtreecommitdiff
path: root/fs/jbd2/recovery.c
AgeCommit message (Expand)Author
2024-01-04jbd2: add errseq to detect client fs's bdev writeback errorZhihao Cheng
2023-10-05jbd2: fix potential data lost in recovering journal raced with synchronizing ...Zhihao Cheng
2023-10-05jbd2: fix printk format type for 'io_block' in do_one_pass()Ye Bin
2023-10-05jbd2: print io_block if check data block checksum failed when do recoveryYe Bin
2023-08-27jbd2: correct the end of the journal recovery scan rangeZhang Yi
2023-06-26jbd2: continue to record log between each mountZhang Yi
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-30jbd2: add miss release buffer head in fc_do_one_pass()Ye Bin
2022-09-11jbd2: replace ll_rw_block()Zhang Yi
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-08-02jbd2: rename jbd_debug() to jbd2_debug()Jan Kara
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2021-08-10jbd2: clean up two gcc -Wall warnings in recovery.cTheodore Ts'o
2021-08-10jbd2: fix clang warning in recovery.cTheodore Ts'o
2021-08-10jbd2: fix portability problems caused by unaligned accessesTheodore Ts'o
2021-04-09ext4: fix debug format string warningArnd Bergmann
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar
2020-10-18jbd2: avoid transaction reuse after reformattingchangfengnan
2020-08-19jbd2: clean up checksum verification in do_one_pass()Shijie Luo
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2018-02-18jbd2: clarify bad journal block checksum messageTheodore Ts'o
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie
2016-04-18Merge branch 'master' into for-nextJiri Kosina
2016-04-18Doc: treewide : Fix typos in DocBook/filesystem.xmlMasanari Iida
2016-02-22jbd2: unify revoke and tag block checksum handlingJan Kara
2015-10-17jbd2: clean up feature test macros with predicate functionsDarrick J. Wong
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong
2015-05-14jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong
2015-01-19jbd2: complain about descriptor block checksum errorsDarrick J. Wong
2014-09-16jbd2: free bh when descriptor block checksum failsDarrick J. Wong
2014-08-28jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong
2014-08-28jbd2: fix infinite loop when recovering corrupt journal blocksDarrick J. Wong
2013-12-08jbd2: rename obsoleted msg JBD->JBD2Dmitry Monakhov
2013-08-28jbd2: Fix endian mixing problems in the checksumming codeDarrick J. Wong
2013-05-28jbd2: fix block tag checksum verification brokennessDarrick J. Wong
2012-08-17jbd2: check return value of blkdev_issue_flush()Theodore Ts'o
2012-05-27jbd2: checksum data blocks that are stored in the journalDarrick J. Wong
2012-05-27jbd2: checksum commit blocksDarrick J. Wong
2012-05-27jbd2: checksum descriptor blocksDarrick J. Wong
2012-05-27jbd2: checksum revocation blocksDarrick J. Wong
2012-05-22jbd2: change disk layout for metadata checksummingDarrick J. Wong
2012-03-13jbd2: issue cache flush after checkpointing even with internal journalJan Kara
2011-11-01jbd2: Unify log messages in jbd2 codeEryu Guan
2010-12-18jbd2: move debug message into debug #ifdefTheodore Ts'o
2010-06-14ext4: remove initialized but not read variablesAndi Kleen
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-10-10jbd2: fix error handling for checkpoint ioHidehiro Kawai