aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-07jbd2: fix incorrect code styleXianting Tian1-6/+6
2020-08-07jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)1-6/+1
2020-08-07jbd2: abort journal if free a async write error metadata bufferzhangyi (F)1-0/+16
2020-08-06jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...zhangyi (F)1-1/+3
2020-08-06jbd2: make sure jh have b_transaction set in refile/unfile_bufferLukas Czerner1-0/+10
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+12
2020-06-12ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)1-5/+12
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+11
2020-06-03jbd2: avoid leaking transaction credits when unreserving handleJan Kara1-3/+11
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig3-4/+4
2020-03-05jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)1-3/+4
2020-02-29jbd2: fix data races at struct journal_headQian Cai1-4/+4
2020-02-21jbd2: fix ocfs2 corrupt when clearing block group bitswangyan1-2/+6
2020-02-16Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-25/+31
2020-02-13jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)1-4/+21
2020-02-13jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)2-32/+21
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+14
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-7/+6
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino1-7/+15
2020-01-25jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft()zhangyi (F)1-61/+42
2020-01-25jbd2: make sure ESHUTDOWN to be recorded in the journal superblockzhangyi (F)1-2/+1
2020-01-25ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)2-12/+5
2020-01-25jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)1-2/+2
2020-01-25jbd2_seq_info_next should increase position indexVasily Averin1-0/+1
2020-01-25jbd2: remove pointless assertion in __journal_remove_journal_headShijie Luo1-1/+0
2020-01-25ext4,jbd2: fix comment and code styleShijie Luo1-1/+1
2020-01-25jbd2: delete the duplicated words in the commentswangyan1-1/+1
2020-01-17jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when...Kai Li1-1/+5
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-205/+294
2019-11-05Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o5-114/+198
2019-11-05jbd2: Fine tune estimate of necessary descriptor blocksJan Kara1-5/+16
2019-11-05jbd2: Provide trace event for handle restartsJan Kara1-1/+7
2019-11-05jbd2: Make credit checking more strictJan Kara1-1/+1
2019-11-05jbd2: Rename h_buffer_credits to h_total_creditsJan Kara1-15/+15
2019-11-05jbd2: Reserve space for revoke descriptor blocksJan Kara3-7/+74
2019-11-05jbd2: Drop jbd2_space_needed()Jan Kara2-3/+4
2019-11-05jbd2: Account descriptor blocks into t_outstanding_creditsJan Kara3-10/+17
2019-11-05jbd2: Factor out common parts of stopping and restarting a handleJan Kara1-52/+46
2019-11-05jbd2: Drop pointless wakeup from jbd2_journal_stop()Jan Kara1-4/+1
2019-11-05jbd2: Drop pointless check from jbd2_journal_stop()Jan Kara1-5/+2
2019-11-05jbd2: Reorganize jbd2_journal_stop()Jan Kara1-24/+16
2019-11-05jbd2: Fix statistics for the number of logged blocksJan Kara1-1/+3
2019-11-05jbd2: Completely fill journal descriptor blocksJan Kara1-1/+12
2019-11-05jbd2: Fixup stale comment in commit codeJan Kara1-2/+1
2019-10-21jbd2: Free journal head outside of locked regionThomas Gleixner1-6/+14
2019-10-21jbd2: Make state lock a spinlockThomas Gleixner3-61/+57
2019-10-21jbd2: Don't call __bforget() unnecessarilyJan Kara1-5/+4
2019-10-21jbd2: Drop unnecessary branch from jbd2_journal_forget()Jan Kara1-4/+0
2019-10-21jbd2: Move dropping of jh reference out of un/re-filing functionsJan Kara2-9/+19
2019-10-21jbd2: Simplify journal_unmap_buffer()Thomas Gleixner1-6/+2
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-2/+2
2019-09-24jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi2-14/+0
2019-08-24jbd2: add missing tracepoint for reserved handleXiaoguang Wang1-0/+3
2019-08-11jbd2: flush_descriptor(): Do not decrease buffer head's ref countChandan Rajendra1-3/+1
2019-06-20jbd2: drop declaration of journal_sync_buffer()Theodore Ts'o1-3/+0
2019-06-20jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler3-27/+49
2019-05-30jbd2: fix typo in comment of journal_submit_inode_data_buffersLiu Song1-1/+1
2019-05-30jbd2: fix some print format mistakesGaowei Pu1-9/+9
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-10jbd2: fix potential double freeChengguang Xu3-33/+56
2019-04-06jbd2: check superblock mapped prior to committingJiufei Xue1-0/+4
2019-04-06jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song1-1/+0
2019-03-01jbd2: jbd2_get_transaction does not need to return a valueLiu Song1-5/+3
2019-03-01jbd2: fix invalid descriptor block checksumluojiajun1-2/+4
2019-02-21jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)1-8/+8
2019-02-14jbd2: fold jbd2_superblock_csum_{verify,set} into their callersTheodore Ts'o1-25/+11
2019-02-14jbd2: fix race when writing superblockTheodore Ts'o1-25/+27
2019-02-10jbd2: discard dirty data when forgetting an un-journalled bufferzhangyi (F)1-4/+38
2019-02-10jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)1-5/+12
2019-01-31jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang2-3/+16