summaryrefslogtreecommitdiffstats
path: root/fs/jbd2
AgeCommit message (Expand)Author
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)
2020-08-06jbd2: make sure jh have b_transaction set in refile/unfile_bufferLukas Czerner
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-12ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03jbd2: avoid leaking transaction credits when unreserving handleJan Kara
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-03-05jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)
2020-02-29jbd2: fix data races at struct journal_headQian Cai
2020-02-21jbd2: fix ocfs2 corrupt when clearing block group bitswangyan
2020-02-16Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-13jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)
2020-02-13jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino