summaryrefslogtreecommitdiff
path: root/fs/jbd2
AgeCommit message (Expand)Author
2025-04-22fs/jbd2: use sleeping version of __find_get_block()Davidlohr Bueso
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-21jbd2: add a missing data flush during file and fs synchronizationZhang Yi
2025-03-18jbd2: remove jbd2_journal_unfile_buffer()Baokun Li
2025-03-18jbd2: fix off-by-one while erasing journalZhang Yi
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)
2025-03-17jbd2: remove redundant function jbd2_journal_has_csum_v2or3_featureEric Biggers
2025-03-17jbd2: do not try to recover wiped journalJan Kara
2025-03-17jbd2: remove wrong sb->s_sequence checkJan Kara
2025-03-13jbd2: Correct stale comment of release_buffer_pageKemeng Shi
2025-03-13jbd2: correct stale function name in commentKemeng Shi
2025-03-13jbd2: remove stale comment of update_t_max_waitKemeng Shi
2025-03-13jbd2: remove unused return value of do_readaheadKemeng Shi
2025-03-13jbd2: remove unused return value of jbd2_journal_cancel_revokeKemeng Shi
2025-03-13jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERRBaokun Li
2025-02-13jbd2: Avoid long replay times due to high number or revoke blocksJan Kara
2025-02-10jbd2: remove unused transaction->t_private_listKemeng Shi
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2024-12-04jbd2: flush filesystem device before updating tail sequenceZhang Yi
2024-12-04jbd2: increase IO priority for writing revoke recordsZhang Yi
2024-12-01jbd2: switch to using the crc32c libraryEric Biggers
2024-11-13jbd2: Fix comment describing journal_init_common()Daniel Martín Gómez
2024-11-12jbd2: make b_frozen_data allocation always succeedZhihao Cheng
2024-11-12jbd2: remove the 'success' parameter from the jbd2_do_replay() functionYe Bin
2024-11-12jbd2: remove useless 'block_error' variableYe Bin
2024-11-12jbd2: factor out jbd2_do_replay()Ye Bin
2024-11-12jbd2: refactor JBD2_COMMIT_BLOCK process in do_one_pass()Ye Bin
2024-11-12jbd2: unified release of buffer_head in do_one_pass()Ye Bin
2024-11-12jbd2: remove redundant judgments for check v1 checksumYe Bin
2024-08-26jbd2: remove unneeded check of ret in jbd2_fc_get_bufKemeng Shi
2024-08-26jbd2: correct comment jbd2_mark_journal_emptyKemeng Shi
2024-08-26jbd2: move escape handle to futher improve jbd2_journal_write_metadata_bufferKemeng Shi
2024-08-26jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_b...Kemeng Shi
2024-08-26jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_met...Kemeng Shi
2024-08-26jbd2: remove unused return value of jbd2_fc_release_bufsKemeng Shi
2024-08-26jbd2: remove dead check in journal_alloc_journal_headKemeng Shi
2024-08-26jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi
2024-08-26ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()Luis Henriques (SUSE)
2024-08-26ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)
2024-08-26jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li
2024-08-26ext4: fix fast commit inode enqueueing during a full journal commitLuis Henriques (SUSE)
2024-07-08jbd2: increase maximum transaction sizeJan Kara
2024-07-08jbd2: drop pointless shrinker batch initializationJan Kara
2024-07-08jbd2: avoid infinite transaction commit loopJan Kara
2024-07-08jbd2: precompute number of transaction descriptor blocksJan Kara
2024-07-08jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara
2024-07-08jbd2: avoid mount failed when commit block is partial submittedYe Bin
2024-07-05jbd2: add missing MODULE_DESCRIPTION()Jeff Johnson
2024-07-05jbd2: speed up jbd2_transaction_committed()Zhang Yi
2024-06-27jbd2: remove unnecessary "should_sleep" in kjournald2Kemeng Shi