summaryrefslogtreecommitdiff
path: root/fs/jbd2
AgeCommit message (Expand)Author
2025-08-28jbd2: prevent softlockup in jbd2_log_do_checkpoint()Baokun Li
2025-06-27jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park
2025-05-02jbd2: remove wrong sb->s_sequence checkJan Kara
2025-02-01jbd2: flush filesystem device before updating tail sequenceZhang Yi
2024-10-17jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi
2024-10-17jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li
2024-10-17ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)
2024-08-19jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi
2024-08-19jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara
2024-03-01jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng
2024-03-01jbd2: recheck chechpointing non-dirty bufferZhang Yi
2024-03-01jbd2: remove redundant buffer io error checksZhang Yi
2024-01-25jbd2: fix soft lockup in journal_finish_inode_data_buffers()Ye Bin
2024-01-25jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi
2023-11-28jbd2: fix potential data lost in recovering journal raced with synchronizing ...Zhihao Cheng
2023-05-17jdb2: Don't refuse invalidation of already invalidated buffersJan Kara
2023-05-17ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar
2023-03-11jbd2: fix data missing when reusing bh which is ready to be checkpointedZhihao Cheng
2022-10-26jbd2: add miss release buffer head in fc_do_one_pass()Ye Bin
2022-10-26jbd2: fix potential use-after-free in jbd2_fc_wait_bufsYe Bin
2022-10-26jbd2: fix potential buffer head reference count leakYe Bin
2022-10-26jbd2: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko
2022-08-21jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng
2022-08-21jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Zhang Yi
2022-04-27jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin
2022-02-01jbd2: export jbd2_journal_[grab|put]_journal_headJoseph Qi
2021-05-19ext4: fix debug format string warningArnd Bergmann
2021-05-11ext4: annotate data race in jbd2_journal_dirty_metadata()Jan Kara
2021-05-11ext4: annotate data race in start_this_handle()Jan Kara
2020-11-19jbd2: fix kernel-doc markupsMauro Carvalho Chehab
2020-11-07jbd2: fix up sparse warnings in checkpoint codeTheodore Ts'o
2020-11-06jbd2: don't start fast commit on aborted journalHarshad Shirwadkar
2020-11-06jbd2: don't read journal->j_commit_sequence without taking a lockHarshad Shirwadkar
2020-11-06jbd2: don't touch buffer state until it is filledHarshad Shirwadkar
2020-11-06jbd2: add todo for a fast commit performance optimizationHarshad Shirwadkar
2020-11-06jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar
2020-11-06jbd2: don't use state lock during commit pathHarshad Shirwadkar
2020-11-06ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar
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-21jbd2: add fast commit machineryHarshad Shirwadkar
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar
2020-10-18jbd2: avoid transaction reuse after reformattingchangfengnan
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira
2020-10-18jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira
2020-08-19jbd2: clean up checksum verification in do_one_pass()Shijie Luo
2020-08-07jbd2: fix incorrect code styleXianting Tian
2020-08-07jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)
2020-08-07jbd2: abort journal if free a async write error metadata bufferzhangyi (F)
2020-08-06jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...zhangyi (F)