aboutsummaryrefslogtreecommitdiff
path: root/include/linux/jbd2.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-30jbd2: increase the journal IO's priorityGravatar Zhang Yi 1-0/+3
2023-10-04jbd2,ext4: dynamically allocate the jbd2-journal shrinkerGravatar Qi Zheng 1-1/+1
2023-08-05jbd2: remove unused t_handle_lockGravatar Wang Jianjian 1-5/+0
2023-07-10jbd2: fix a race when checking checkpoint buffer busyGravatar Zhang Yi 1-0/+1
2023-07-10jbd2: remove t_checkpoint_io_listGravatar Zhang Yi 1-6/+0
2023-06-26jbd2: continue to record log between each mountGravatar Zhang Yi 1-2/+7
2023-06-26jbd2: remove j_format_versionGravatar Zhang Yi 1-5/+0
2023-06-26jbd2: switch to check format version in superblock directlyGravatar Zhang Yi 1-3/+14
2023-06-26jbd2: remove unused feature macrosGravatar Zhang Yi 1-11/+0
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+8
2023-03-11ext4, jbd2: add an optimized bmap for the journal inodeGravatar Theodore Ts'o 1-0/+8
2023-01-18jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Gravatar Christoph Hellwig 1-2/+0
2022-12-08jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutGravatar Jan Kara 1-1/+1
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-4/+2
2022-08-02jbd2: unexport jbd2_log_start_commit()Gravatar Jan Kara 1-1/+0
2022-08-02jbd2: remove unused exports for jbd2 debuggingGravatar Jan Kara 1-1/+0
2022-08-02jbd2: rename jbd_debug() to jbd2_debug()Gravatar Jan Kara 1-2/+2
2022-07-14fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersGravatar Bart Van Assche 1-1/+1
2022-05-09jbd2: Convert jbd2_journal_try_to_free_buffers to take a folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-2/+2
2022-03-15ext4: Convert invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-2/+2
2022-02-25jbd2: kill t_handle_lock transaction spinlockGravatar Ritesh Harjani 1-3/+0
2022-02-03jbd2: refactor wait logic for transaction updates into a common functionGravatar Ritesh Harjani 1-1/+3
2022-02-03jbd2: cleanup unused functions declarations from jbd2.hGravatar Ritesh Harjani 1-7/+0
2022-02-03ext4: fast commit may not fallback for ineligible commitGravatar Xin Yin 1-1/+1
2021-07-08ext4: inline jbd2_journal_[un]register_shrinker()Gravatar Theodore Ts'o 1-4/+2
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersGravatar Zhang Yi 1-0/+26
2021-06-24jbd2: ensure abort the journal if detect IO error when writing original buffe...Gravatar Zhang Yi 1-0/+11
2021-06-22ext4: add discard/zeroout flags to journal flushGravatar Leah Rumancik 1-1/+5
2021-04-05jbd2: avoid -Wempty-body warningsGravatar Arnd Bergmann 1-1/+1
2021-04-02Updated locking documentation for transaction_tGravatar Alexander Lochmann 1-6/+12
2021-04-02ext4: updated locking documentation for journal_tGravatar Alexander Lochmann 1-5/+8
2020-12-17jbd2: add a helper to find out number of fast commit blocksGravatar Harshad Shirwadkar 1-1/+8
2020-12-03Updated locking documentation for transaction_tGravatar Alexander Lochmann 1-2/+3
2020-11-19jbd2: fix kernel-doc markupsGravatar Mauro Carvalho Chehab 1-1/+1
2020-11-06jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Gravatar Harshad Shirwadkar 1-1/+1
2020-11-06jbd2: don't use state lock during commit pathGravatar Harshad Shirwadkar 1-4/+6
2020-11-06ext4: clean up the JBD2 API that initializes fast commitsGravatar Harshad Shirwadkar 1-1/+1
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsGravatar Harshad Shirwadkar 1-2/+7
2020-10-28jbd2: fix a kernel-doc markupGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-28ext4: make num of fast commit blocks configurableGravatar Harshad Shirwadkar 1-1/+4
2020-10-21jbd2: fast commit recovery pathGravatar Harshad Shirwadkar 1-0/+20
2020-10-21jbd2: add fast commit machineryGravatar Harshad Shirwadkar 1-0/+27
2020-10-21ext4 / jbd2: add fast commit initializationGravatar Harshad Shirwadkar 1-0/+39
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsGravatar Harshad Shirwadkar 1-1/+4
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Gravatar Mauricio Faria de Oliveira 1-1/+24
2020-10-18jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Gravatar Mauricio Faria de Oliveira 1-0/+4
2020-10-18jbd2: fix the comment of struct jbd2_journal_handleGravatar Hui Su 1-2/+2
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2020-08-07jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()Gravatar zhangyi (F) 1-1/+1