summaryrefslogtreecommitdiff
path: root/fs/jbd2
AgeCommit message (Expand)AuthorFilesLines
2025-11-27jbd2: fix the inconsistency between checksum and data in memory for journal sbYe Bin1-0/+14
2025-11-27jbd2: store more accurate errno in superblock when possibleWengang Wang3-9/+13
2025-11-27jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corru...Ye Bin1-5/+14
2025-11-13jbd2: use a weaker annotation in journal handlingByungchul Park1-1/+1
2025-11-13jbd2: use a per-journal lock_class_key for jbd2_trans_commit_keyTetsuo Handa1-2/+4
2025-10-10jbd2: ensure that all ongoing I/O complete before freeing blocksZhang Yi1-4/+9
2025-09-25jbd2: increase IO priority of checkpointJulian Sun1-1/+1
2025-08-13jbd2: prevent softlockup in jbd2_log_do_checkpoint()Baokun Li1-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-20jbd2: remove journal_t argument from jbd2_superblock_csum()Eric Biggers1-3/+3
2025-05-20jbd2: remove journal_t argument from jbd2_chksum()Eric Biggers3-12/+12
2025-05-20ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folioZhang Yi1-3/+4
2025-05-20jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park1-2/+3
2025-05-09ext4: rework fast commit commit pathHarshad Shirwadkar1-2/+0
2025-04-22fs/jbd2: use sleeping version of __find_get_block()Davidlohr Bueso1-6/+9
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-03-21jbd2: add a missing data flush during file and fs synchronizationZhang Yi1-1/+11
2025-03-18jbd2: remove jbd2_journal_unfile_buffer()Baokun Li1-15/+0
2025-03-18jbd2: fix off-by-one while erasing journalZhang Yi1-9/+6
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)1-1/+1
2025-03-17jbd2: remove redundant function jbd2_journal_has_csum_v2or3_featureEric Biggers1-2/+2
2025-03-17jbd2: do not try to recover wiped journalJan Kara1-5/+6
2025-03-17jbd2: remove wrong sb->s_sequence checkJan Kara1-1/+0
2025-03-13jbd2: Correct stale comment of release_buffer_pageKemeng Shi1-2/+2
2025-03-13jbd2: correct stale function name in commentKemeng Shi2-5/+5
2025-03-13jbd2: remove stale comment of update_t_max_waitKemeng Shi1-3/+0
2025-03-13jbd2: remove unused return value of do_readaheadKemeng Shi1-8/+3
2025-03-13jbd2: remove unused return value of jbd2_journal_cancel_revokeKemeng Shi1-4/+1
2025-03-13jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERRBaokun Li1-4/+2
2025-02-13jbd2: Avoid long replay times due to high number or revoke blocksJan Kara2-14/+52
2025-02-10jbd2: remove unused transaction->t_private_listKemeng Shi1-1/+0
2025-01-23Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2-29/+3
2024-12-04jbd2: flush filesystem device before updating tail sequenceZhang Yi1-2/+2
2024-12-04jbd2: increase IO priority for writing revoke recordsZhang Yi1-1/+1
2024-12-02jbd2: switch to using the crc32c libraryEric Biggers2-29/+3
2024-11-13jbd2: Fix comment describing journal_init_common()Daniel Martín Gómez1-3/+4
2024-11-13jbd2: make b_frozen_data allocation always succeedZhihao Cheng2-11/+1
2024-11-13jbd2: remove the 'success' parameter from the jbd2_do_replay() functionYe Bin1-9/+12
2024-11-13jbd2: remove useless 'block_error' variableYe Bin1-7/+2
2024-11-13jbd2: factor out jbd2_do_replay()Ye Bin1-109/+110
2024-11-13jbd2: refactor JBD2_COMMIT_BLOCK process in do_one_pass()Ye Bin1-26/+29
2024-11-13jbd2: unified release of buffer_head in do_one_pass()Ye Bin1-25/+9
2024-11-13jbd2: remove redundant judgments for check v1 checksumYe Bin1-1/+0
2024-08-27jbd2: remove unneeded check of ret in jbd2_fc_get_bufKemeng Shi1-11/+5
2024-08-27jbd2: correct comment jbd2_mark_journal_emptyKemeng Shi1-1/+1
2024-08-27jbd2: move escape handle to futher improve jbd2_journal_write_metadata_bufferKemeng Shi1-25/+24
2024-08-27jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_b...Kemeng Shi1-13/+8
2024-08-27jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_met...Kemeng Shi1-2/+4
2024-08-27jbd2: remove unused return value of jbd2_fc_release_bufsKemeng Shi1-3/+1
2024-08-27jbd2: remove dead check in journal_alloc_journal_headKemeng Shi1-2/+1