summaryrefslogtreecommitdiff
path: root/fs/jbd2
AgeCommit message (Expand)AuthorFilesLines
2025-08-28jbd2: prevent softlockup in jbd2_log_do_checkpoint()Baokun Li1-0/+1
2025-06-27jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park1-2/+3
2025-05-02jbd2: remove wrong sb->s_sequence checkJan Kara1-1/+0
2025-02-01jbd2: flush filesystem device before updating tail sequenceZhang Yi1-2/+2
2024-10-17jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi1-1/+1
2024-10-17jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li1-2/+5
2024-10-17ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)1-2/+5
2024-08-19jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi1-0/+1
2024-08-19jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara2-1/+6
2024-03-01jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng1-15/+17
2024-03-01jbd2: recheck chechpointing non-dirty bufferZhang Yi1-73/+29
2024-03-01jbd2: remove redundant buffer io error checksZhang Yi1-11/+2
2024-01-26jbd2: fix soft lockup in journal_finish_inode_data_buffers()Ye Bin1-0/+1
2024-01-26jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi1-1/+3
2023-11-28jbd2: fix potential data lost in recovering journal raced with synchronizing ...Zhihao Cheng1-0/+8
2023-05-17jdb2: Don't refuse invalidation of already invalidated buffersJan Kara1-0/+3
2023-05-17ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar1-0/+2
2023-03-11jbd2: fix data missing when reusing bh which is ready to be checkpointedZhihao Cheng1-21/+29
2022-10-26jbd2: add miss release buffer head in fc_do_one_pass()Ye Bin1-0/+1
2022-10-26jbd2: fix potential use-after-free in jbd2_fc_wait_bufsYe Bin1-3/+3
2022-10-26jbd2: fix potential buffer head reference count leakYe Bin1-1/+7
2022-10-26jbd2: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko2-4/+4
2022-08-21jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng1-2/+12
2022-08-21jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Zhang Yi1-1/+1
2022-04-27jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin1-1/+3
2022-02-01jbd2: export jbd2_journal_[grab|put]_journal_headJoseph Qi1-0/+2
2021-05-19ext4: fix debug format string warningArnd Bergmann1-3/+2
2021-05-11ext4: annotate data race in jbd2_journal_dirty_metadata()Jan Kara1-4/+4
2021-05-11ext4: annotate data race in start_this_handle()Jan Kara1-1/+6
2020-11-20jbd2: fix kernel-doc markupsMauro Carvalho Chehab2-31/+34
2020-11-07jbd2: fix up sparse warnings in checkpoint codeTheodore Ts'o2-1/+5
2020-11-07jbd2: don't start fast commit on aborted journalHarshad Shirwadkar1-0/+2
2020-11-07jbd2: don't read journal->j_commit_sequence without taking a lockHarshad Shirwadkar1-2/+4
2020-11-07jbd2: don't touch buffer state until it is filledHarshad Shirwadkar1-4/+0
2020-11-07jbd2: add todo for a fast commit performance optimizationHarshad Shirwadkar1-0/+9
2020-11-07jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar1-3/+9
2020-11-07jbd2: don't use state lock during commit pathHarshad Shirwadkar1-6/+0
2020-11-07ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar1-40/+56
2020-11-07jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar3-10/+10
2020-10-22jbd2: fast commit recovery pathHarshad Shirwadkar1-4/+53
2020-10-22jbd2: add fast commit machineryHarshad Shirwadkar2-1/+233
2020-10-22ext4 / jbd2: add fast commit initializationHarshad Shirwadkar1-5/+48
2020-10-18jbd2: avoid transaction reuse after reformattingchangfengnan1-12/+66
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira1-12/+18
2020-10-18jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira2-20/+18
2020-08-19jbd2: clean up checksum verification in do_one_pass()Shijie Luo1-34/+12
2020-08-07jbd2: fix incorrect code styleXianting Tian1-6/+6
2020-08-07jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)1-6/+1
2020-08-07jbd2: abort journal if free a async write error metadata bufferzhangyi (F)1-0/+16
2020-08-06jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...zhangyi (F)1-1/+3