summaryrefslogtreecommitdiff
path: root/include/linux/jbd2.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+4
2024-05-09jbd2: add prefix 'jbd2' for 'shrink_type'Ye Bin1-2/+2
2024-05-09jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_chec...Ye Bin1-1/+3
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-2/+2
2024-04-26mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-8/+4
2024-01-05jbd2: remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'Zhihao Cheng1-11/+0
2024-01-05jbd2: add errseq to detect client fs's bdev writeback errorZhihao Cheng1-0/+26
2023-12-01jbd2: 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-11jbd2: fix a race when checking checkpoint buffer busyZhang Yi1-0/+1
2023-07-11jbd2: remove t_checkpoint_io_listZhang Yi1-6/+0
2023-06-27jbd2: continue to record log between each mountZhang Yi1-2/+7
2023-06-27jbd2: remove j_format_versionZhang Yi1-5/+0
2023-06-27jbd2: switch to check format version in superblock directlyZhang Yi1-3/+14
2023-06-27jbd2: remove unused feature macrosZhang Yi1-11/+0
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2023-03-11ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o1-0/+8
2023-01-19jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig1-2/+0
2022-12-09jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutJan Kara1-1/+1
2022-08-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+2
2022-08-03jbd2: unexport jbd2_log_start_commit()Jan Kara1-1/+0
2022-08-03jbd2: remove unused exports for jbd2 debuggingJan Kara1-1/+0
2022-08-03jbd2: 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-10jbd2: Convert jbd2_journal_try_to_free_buffers to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-03-23Merge 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-26jbd2: 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 buffe...Zhang Yi1-0/+11
2021-06-23ext4: add discard/zeroout flags to journal flushLeah Rumancik1-1/+5
2021-04-06jbd2: 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-20jbd2: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-11-07jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar1-1/+1
2020-11-07jbd2: don't use state lock during commit pathHarshad Shirwadkar1-4/+6
2020-11-07ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar1-1/+1
2020-11-07jbd2: 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-22jbd2: fast commit recovery pathHarshad Shirwadkar1-0/+20