summaryrefslogtreecommitdiff
path: root/fs/jbd2
AgeCommit message (Expand)AuthorFilesLines
2025-06-27jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park1-2/+3
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-22Merge 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-01jbd2: 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-12jbd2: make b_frozen_data allocation always succeedZhihao Cheng2-11/+1
2024-11-12jbd2: remove the 'success' parameter from the jbd2_do_replay() functionYe Bin1-9/+12
2024-11-12jbd2: remove useless 'block_error' variableYe Bin1-7/+2
2024-11-12jbd2: factor out jbd2_do_replay()Ye Bin1-109/+110
2024-11-12jbd2: refactor JBD2_COMMIT_BLOCK process in do_one_pass()Ye Bin1-26/+29
2024-11-12jbd2: unified release of buffer_head in do_one_pass()Ye Bin1-25/+9
2024-11-12jbd2: remove redundant judgments for check v1 checksumYe Bin1-1/+0
2024-08-26jbd2: remove unneeded check of ret in jbd2_fc_get_bufKemeng Shi1-11/+5
2024-08-26jbd2: correct comment jbd2_mark_journal_emptyKemeng Shi1-1/+1
2024-08-26jbd2: move escape handle to futher improve jbd2_journal_write_metadata_bufferKemeng Shi1-25/+24
2024-08-26jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_b...Kemeng Shi1-13/+8
2024-08-26jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_met...Kemeng Shi1-2/+4
2024-08-26jbd2: remove unused return value of jbd2_fc_release_bufsKemeng Shi1-3/+1
2024-08-26jbd2: remove dead check in journal_alloc_journal_headKemeng Shi1-2/+1
2024-08-26jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi1-1/+1
2024-08-26ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()Luis Henriques (SUSE)1-2/+5
2024-08-26ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)1-2/+5
2024-08-26jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li1-2/+5
2024-08-26ext4: fix fast commit inode enqueueing during a full journal commitLuis Henriques (SUSE)1-1/+1
2024-07-08jbd2: increase maximum transaction sizeJan Kara1-1/+1
2024-07-08jbd2: drop pointless shrinker batch initializationJan Kara1-1/+0
2024-07-08jbd2: avoid infinite transaction commit loopJan Kara1-7/+14
2024-07-08jbd2: precompute number of transaction descriptor blocksJan Kara2-38/+47
2024-07-08jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara2-1/+6
2024-07-08jbd2: avoid mount failed when commit block is partial submittedYe Bin1-0/+30
2024-07-05jbd2: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-05jbd2: speed up jbd2_transaction_committed()Zhang Yi2-12/+2