aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2
AgeCommit message (Expand)AuthorFilesLines
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-08ext4: 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-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
2024-06-27jbd2: remove unnecessary "should_sleep" in kjournald2Kemeng Shi1-5/+2
2024-06-27jbd2: remove dead check of JBD2_UNMOUNT in kjournald2Kemeng Shi1-2/+0
2024-06-27jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2Kemeng Shi1-2/+0
2024-06-27jbd2: use bh_in instead of jh2bh(jh_in) to simplify codeKemeng Shi1-2/+2
2024-06-27jbd2: remove unneeded kmap to do escape in jbd2_journal_write_metadata_bufferKemeng Shi1-5/+4
2024-06-27jbd2: jump to new copy_done tag when b_frozen_data is created concurrentlyKemeng Shi1-7/+6
2024-06-27jbd2: remove unnedded "need_copy_out" in jbd2_journal_write_metadata_bufferKemeng Shi1-5/+2
2024-06-27jbd2: remove unused return info from jbd2_journal_write_metadata_bufferKemeng Shi2-11/+8
2024-06-27jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi1-0/+1
2024-06-27jbd2: use str_plural() to fix Coccinelle warningThorsten Blum1-1/+2
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-05-09jbd2: add prefix 'jbd2' for 'shrink_type'Ye Bin2-12/+12
2024-05-09jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_chec...Ye Bin2-8/+10
2024-05-07jbd2: remove redundant assignement to variable errColin Ian King1-1/+0
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-1/+1
2024-01-04jbd2: abort journal when detecting metadata writeback error of fs devZhihao Cheng1-0/+14
2024-01-04jbd2: remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'Zhihao Cheng1-11/+0
2024-01-04jbd2: replace journal state flag by checking errseqZhihao Cheng1-5/+5
2024-01-04jbd2: add errseq to detect client fs's bdev writeback errorZhihao Cheng2-6/+2
2023-12-12jbd2: fix soft lockup in journal_finish_inode_data_buffers()Ye Bin1-0/+1
2023-11-30jbd2: increase the journal IO's priorityZhang Yi2-13/+16
2023-11-30jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi1-1/+3
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+18
2023-10-05jbd2: fix potential data lost in recovering journal raced with synchronizing ...Zhihao Cheng1-0/+8
2023-10-05jbd2: fix printk format type for 'io_block' in do_one_pass()Ye Bin1-1/+1
2023-10-05jbd2: print io_block if check data block checksum failed when do recoveryYe Bin1-1/+2
2023-10-04jbd2,ext4: dynamically allocate the jbd2-journal shrinkerQi Zheng1-11/+18
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-08-31Merge 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-29fs: jbd2: fix an incorrect warn logGuoqing Cai1-8/+10
2023-07-10jbd2: remove __journal_try_to_free_buffer()Zhang Yi1-24/+7
2023-07-10jbd2: fix a race when checking checkpoint buffer busyZhang Yi2-15/+40
2023-07-10jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng1-15/+17
2023-07-10jbd2: remove journal_clean_one_cp_list()Zhang Yi1-58/+17
2023-07-10jbd2: remove t_checkpoint_io_listZhang Yi2-42/+3
2023-07-10jbd2: recheck chechpointing non-dirty bufferZhang Yi1-73/+29
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-44/+56
2023-06-26jbd2: skip reading super block if it has been verifiedZhang Yi1-4/+3
2023-06-26jbd2: continue to record log between each mountZhang Yi2-7/+33
2023-06-26jbd2: remove j_format_versionZhang Yi1-9/+0
2023-06-26jbd2: factor out journal initialization from journal_get_superblock()Zhang Yi1-24/+22
2023-06-26jbd2: switch to check format version in superblock directlyZhang Yi1-9/+7
2023-06-05jbd2: Avoid printing outside the boundary of the bufferAndy Shevchenko1-4/+2
2023-04-14jdb2: Don't refuse invalidation of already invalidated buffersJan Kara1-0/+3
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+6
2023-03-11ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o1-3/+6
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-21/+29
2023-02-19jbd2: fix data missing when reusing bh which is ready to be checkpointedZhihao Cheng1-21/+29
2023-01-18jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig2-26/+0
2023-01-18jbd2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)2-7/+3
2022-12-08jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutJan Kara1-3/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-15/+16
2022-09-30jbd2: add miss release buffer head in fc_do_one_pass()Ye Bin1-0/+1
2022-09-30jbd2: fix potential use-after-free in jbd2_fc_wait_bufsYe Bin1-3/+3
2022-09-30jbd2: fix potential buffer head reference count leakYe Bin1-1/+7
2022-09-30jbd2: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko2-4/+4
2022-09-29jbd2: drop useless return value of submit_bhRitesh Harjani (IBM)2-11/+8
2022-09-11jbd2: replace ll_rw_block()Zhang Yi2-15/+16
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-75/+82
2022-08-02jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng1-2/+12
2022-08-02jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Zhang Yi1-1/+1
2022-08-02jbd2: unexport jbd2_log_start_commit()Jan Kara1-2/+1
2022-08-02jbd2: remove unused exports for jbd2 debuggingJan Kara1-3/+1
2022-08-02jbd2: rename jbd_debug() to jbd2_debug()Jan Kara6-67/+67
2022-07-14fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche1-7/+8
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche3-8/+8
2022-07-14block: remove bdevnameChristoph Hellwig1-2/+4
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+2
2022-06-16fs: fix jbd2_journal_try_to_free_buffers() kernel-doc commentYang Li1-1/+1
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-13/+15
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+3
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2-3/+3
2022-05-09jbd2: Convert release_buffer_page() to use a folioMatthew Wilcox (Oracle)1-6/+8
2022-05-09jbd2: Convert jbd2_journal_try_to_free_buffers to take a folioMatthew Wilcox (Oracle)1-6/+6
2022-04-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2022-04-21jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin1-1/+3
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-5/+2
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-17/+16
2022-03-15ext4: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2-17/+16
2022-02-25jbd2: remove CONFIG_JBD2_DEBUG to update t_max_waitRitesh Harjani1-4/+3
2022-02-25jbd2: kill t_handle_lock transaction spinlockRitesh Harjani1-19/+9
2022-02-25jbd2: fix use-after-free of transaction_t raceRitesh Harjani1-16/+25
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-39/+41
2022-02-03jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_{scan,count}()Yang Li1-0/+4
2022-02-03jbd2: refactor wait logic for transaction updates into a common functionRitesh Harjani2-37/+35
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin2-2/+2
2022-01-30jbd2: export jbd2_journal_[grab|put]_journal_headJoseph Qi1-0/+2
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-1/+1
2021-12-23ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar1-0/+2
2021-08-30ext4: Support for checksumming from journal triggersJan Kara1-1/+1
2021-08-30jbd2: add sparse annotations for add_transaction_credits()Theodore Ts'o1-1/+18
2021-08-10jbd2: clean up two gcc -Wall warnings in recovery.cTheodore Ts'o1-3/+3
2021-08-10jbd2: fix clang warning in recovery.cTheodore Ts'o1-1/+0
2021-08-10jbd2: fix portability problems caused by unaligned accessesTheodore Ts'o1-11/+11
2021-07-08ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o2-91/+62
2021-06-30jbd2: export jbd2_journal_[un]register_shrinker()Zhang Yi1-0/+2
2021-06-24jbd2: simplify journal_clean_one_cp_list()Zhang Yi1-26/+4
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi2-0/+234
2021-06-24jbd2: remove redundant buffer io error checksZhang Yi1-11/+2
2021-06-24jbd2: don't abort the journal when freeing buffersZhang Yi1-17/+0
2021-06-24jbd2: ensure abort the journal if detect IO error when writing original buffe...Zhang Yi2-0/+26
2021-06-24jbd2: remove the out label in __jbd2_journal_remove_checkpoint()Zhang Yi1-12/+12
2021-06-24jbd2: clean up misleading comments for jbd2_fc_release_bufsyangerkun1-8/+0
2021-06-22ext4: add discard/zeroout flags to journal flushLeah Rumancik1-3/+116
2021-04-09ext4: fix debug format string warningArnd Bergmann1-3/+2
2021-04-09ext4: annotate data race in jbd2_journal_dirty_metadata()Jan Kara1-4/+4
2021-04-09ext4: annotate data race in start_this_handle()Jan Kara1-1/+6
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig3-4/+4
2020-12-17jbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar1-6/+2
2020-11-19jbd2: fix kernel-doc markupsMauro Carvalho Chehab2-31/+34
2020-11-07jbd2: fix up sparse warnings in checkpoint codeTheodore Ts'o2-1/+5
2020-11-06jbd2: don't start fast commit on aborted journalHarshad Shirwadkar1-0/+2
2020-11-06jbd2: don't read journal->j_commit_sequence without taking a lockHarshad Shirwadkar1-2/+4
2020-11-06jbd2: don't touch buffer state until it is filledHarshad Shirwadkar1-4/+0
2020-11-06jbd2: add todo for a fast commit performance optimizationHarshad Shirwadkar1-0/+9
2020-11-06jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar1-3/+9
2020-11-06jbd2: don't use state lock during commit pathHarshad Shirwadkar1-6/+0
2020-11-06ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar1-40/+56
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar3-10/+10
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar1-4/+53
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar2-1/+233
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar1-5/+48
2020-10-18jbd2: avoid transaction reuse after reformattingchangfengnan1-12/+66
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira1-12/+18
2020-10-18jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira2-20/+18
2020-08-19jbd2: clean up checksum verification in do_one_pass()Shijie Luo1-34/+12