summaryrefslogtreecommitdiff
path: root/include/linux/jbd2.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-26jbd2: remove unused return value of jbd2_fc_release_bufsKemeng Shi1-1/+1
2024-08-26jbd2: fix kernel-doc for j_transaction_overhead_buffersRandy Dunlap1-1/+1
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+10
2024-07-12mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan1-0/+10
2024-07-08jbd2: precompute number of transaction descriptor blocksJan Kara1-0/+7
2024-07-08jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara1-5/+0
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-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-8/+4
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/kerne...Linus 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/t...Linus 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 buffe...Zhang 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