aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/jbd2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-04jbd2: remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'Zhihao Cheng1-11/+0
2024-01-04jbd2: add errseq to detect client fs's bdev writeback errorZhihao Cheng1-0/+26
2023-11-30jbd2: increase the journal IO's priorityZhang Yi1-0/+3
2023-10-04jbd2,ext4: dynamically allocate the jbd2-journal shrinkerQi Zheng1-1/+1
2023-08-05jbd2: remove unused t_handle_lockWang Jianjian1-5/+0
2023-07-10jbd2: fix a race when checking checkpoint buffer busyZhang Yi1-0/+1
2023-07-10jbd2: remove t_checkpoint_io_listZhang Yi1-6/+0
2023-06-26jbd2: continue to record log between each mountZhang Yi1-2/+7
2023-06-26jbd2: remove j_format_versionZhang Yi1-5/+0
2023-06-26jbd2: switch to check format version in superblock directlyZhang Yi1-3/+14
2023-06-26jbd2: remove unused feature macrosZhang Yi1-11/+0
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+8
2023-03-11ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o1-0/+8
2023-01-18jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig1-2/+0
2022-12-08jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutJan Kara1-1/+1
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-4/+2
2022-08-02jbd2: unexport jbd2_log_start_commit()Jan Kara1-1/+0
2022-08-02jbd2: remove unused exports for jbd2 debuggingJan Kara1-1/+0
2022-08-02jbd2: rename jbd_debug() to jbd2_debug()Jan Kara1-2/+2
2022-07-14fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche1-1/+1
2022-05-09jbd2: Convert jbd2_journal_try_to_free_buffers to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+2
2022-03-15ext4: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-2/+2
2022-02-25jbd2: kill t_handle_lock transaction spinlockRitesh Harjani1-3/+0
2022-02-03jbd2: refactor wait logic for transaction updates into a common functionRitesh Harjani1-1/+3
2022-02-03jbd2: cleanup unused functions declarations from jbd2.hRitesh Harjani1-7/+0
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin1-1/+1
2021-07-08ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o1-4/+2
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi1-0/+26
2021-06-24jbd2: ensure abort the journal if detect IO error when writing original buffer backZhang Yi1-0/+11
2021-06-22ext4: add discard/zeroout flags to journal flushLeah Rumancik1-1/+5
2021-04-05jbd2: avoid -Wempty-body warningsArnd Bergmann1-1/+1
2021-04-02Updated locking documentation for transaction_tAlexander Lochmann1-6/+12
2021-04-02ext4: updated locking documentation for journal_tAlexander Lochmann1-5/+8
2020-12-17jbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar1-1/+8
2020-12-03Updated locking documentation for transaction_tAlexander Lochmann1-2/+3
2020-11-19jbd2: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-11-06jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar1-1/+1
2020-11-06jbd2: don't use state lock during commit pathHarshad Shirwadkar1-4/+6
2020-11-06ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar1-1/+1
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar1-2/+7
2020-10-28jbd2: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-10-28ext4: make num of fast commit blocks configurableHarshad Shirwadkar1-1/+4
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar1-0/+20
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar1-0/+27
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar1-0/+39
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar1-1/+4
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira1-1/+24
2020-10-18jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira1-0/+4
2020-10-18jbd2: fix the comment of struct jbd2_journal_handleHui Su1-2/+2