summaryrefslogtreecommitdiff
path: root/fs/jbd2
AgeCommit message (Expand)Author
2026-01-11jbd2: fix the inconsistency between checksum and data in memory for journal sbYe Bin
2026-01-11jbd2: use a weaker annotation in journal handlingByungchul Park
2026-01-11jbd2: use a per-journal lock_class_key for jbd2_trans_commit_keyTetsuo Handa
2026-01-11jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corru...Ye Bin
2025-10-23jbd2: ensure that all ongoing I/O complete before freeing blocksZhang Yi
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-06-04jbd2: do not try to recover wiped journalJan Kara
2025-04-25jbd2: remove wrong sb->s_sequence checkJan Kara
2025-01-17jbd2: flush filesystem device before updating tail sequenceZhang Yi
2025-01-17jbd2: increase IO priority for writing revoke recordsZhang Yi
2024-10-10jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi
2024-10-10jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li
2024-10-10ext4: fix fast commit inode enqueueing during a full journal commitLuis Henriques (SUSE)
2024-10-10ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()Luis Henriques (SUSE)
2024-10-10ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)
2024-09-12jbd2: avoid mount failed when commit block is partial submittedYe Bin
2024-08-14jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi
2024-08-03jbd2: avoid infinite transaction commit loopJan Kara
2024-08-03jbd2: precompute number of transaction descriptor blocksJan Kara
2024-08-03jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara
2024-01-20jbd2: fix soft lockup in journal_finish_inode_data_buffers()Ye Bin
2024-01-20jbd2: increase the journal IO's priorityZhang Yi
2024-01-20jbd2: 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-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-09-14jbd2: Fix memory leak in journal_init_common()Li Zetao
2023-09-07jbd2: Remove page size assumptionsRitesh Harjani (IBM)
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-08-27jbd2: correct the end of the journal recovery scan rangeZhang Yi
2023-08-23jbd2: jbd2_journal_init_{dev,inode} return proper error return valueZhang Yi
2023-08-18jbd2: use a folio in jbd2_journal_write_metadata_buffer()Matthew Wilcox (Oracle)
2023-08-15jbd2: drop useless error tag in jbd2_journal_wipe()Zhang Yi
2023-08-15jbd2: cleanup journal_init_common()Zhang Yi
2023-08-15jbd2: add fast_commit space checkZhang Yi
2023-08-15jbd2: cleanup load_superblock()Zhang Yi
2023-08-15jbd2: open code jbd2_verify_csum_type() helperZhang Yi
2023-08-15jbd2: checking valid features early in journal_get_superblock()Zhang Yi
2023-08-15jbd2: don't load superblock in jbd2_journal_check_used_features()Zhang Yi
2023-08-15jbd2: move load_superblock() into journal_init_common()Zhang Yi
2023-08-15jbd2: move load_superblock() dependent functionsZhang Yi
2023-08-04jbd2: remove unused function '__cp_buffer_busy'Yang Li
2023-08-04jbd2: check 'jh->b_transaction' before removing it from checkpointZhihao Cheng
2023-08-04jbd2: fix checkpoint cleanup performance regressionZhang Yi
2023-07-29fs: jbd2: fix an incorrect warn logGuoqing Cai
2023-07-10jbd2: remove __journal_try_to_free_buffer()Zhang Yi
2023-07-10jbd2: fix a race when checking checkpoint buffer busyZhang Yi
2023-07-10jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng
2023-07-10jbd2: remove journal_clean_one_cp_list()Zhang Yi
2023-07-10jbd2: remove t_checkpoint_io_listZhang Yi