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