summaryrefslogtreecommitdiffstats
path: root/include/linux/jbd2.h
Commit message (Expand)AuthorAgeFilesLines
* jbd2: remove unused t_handle_lockWang Jianjian2023-08-051-5/+0
* jbd2: fix a race when checking checkpoint buffer busyZhang Yi2023-07-101-0/+1
* jbd2: remove t_checkpoint_io_listZhang Yi2023-07-101-6/+0
* jbd2: continue to record log between each mountZhang Yi2023-06-261-2/+7
* jbd2: remove j_format_versionZhang Yi2023-06-261-5/+0
* jbd2: switch to check format version in superblock directlyZhang Yi2023-06-261-3/+14
* jbd2: remove unused feature macrosZhang Yi2023-06-261-11/+0
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-121-0/+8
|\
| * ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o2023-03-111-0/+8
* | jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig2023-01-181-2/+0
|/
* jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutJan Kara2022-12-081-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-041-4/+2
|\
| * jbd2: unexport jbd2_log_start_commit()Jan Kara2022-08-021-1/+0
| * jbd2: remove unused exports for jbd2 debuggingJan Kara2022-08-021-1/+0
| * jbd2: rename jbd_debug() to jbd2_debug()Jan Kara2022-08-021-2/+2
* | fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche2022-07-141-1/+1
|/
* jbd2: Convert jbd2_journal_try_to_free_buffers to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-2/+2
|\
| * ext4: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-2/+2
* | jbd2: kill t_handle_lock transaction spinlockRitesh Harjani2022-02-251-3/+0
|/
* jbd2: refactor wait logic for transaction updates into a common functionRitesh Harjani2022-02-031-1/+3
* jbd2: cleanup unused functions declarations from jbd2.hRitesh Harjani2022-02-031-7/+0
* ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-031-1/+1
* ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o2021-07-081-4/+2
* jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi2021-06-241-0/+26
* jbd2: ensure abort the journal if detect IO error when writing original buffe...Zhang Yi2021-06-241-0/+11
* ext4: add discard/zeroout flags to journal flushLeah Rumancik2021-06-221-1/+5
* jbd2: avoid -Wempty-body warningsArnd Bergmann2021-04-051-1/+1
* Updated locking documentation for transaction_tAlexander Lochmann2021-04-021-6/+12
* ext4: updated locking documentation for journal_tAlexander Lochmann2021-04-021-5/+8
* jbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar2020-12-171-1/+8
* Updated locking documentation for transaction_tAlexander Lochmann2020-12-031-2/+3
* jbd2: fix kernel-doc markupsMauro Carvalho Chehab2020-11-191-1/+1
* jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar2020-11-061-1/+1
* jbd2: don't use state lock during commit pathHarshad Shirwadkar2020-11-061-4/+6
* ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar2020-11-061-1/+1
* jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar2020-11-061-2/+7
* jbd2: fix a kernel-doc markupMauro Carvalho Chehab2020-10-281-1/+1
* ext4: make num of fast commit blocks configurableHarshad Shirwadkar2020-10-281-1/+4
* jbd2: fast commit recovery pathHarshad Shirwadkar2020-10-211-0/+20
* jbd2: add fast commit machineryHarshad Shirwadkar2020-10-211-0/+27
* ext4 / jbd2: add fast commit initializationHarshad Shirwadkar2020-10-211-0/+39
* ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar2020-10-211-1/+4
* jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira2020-10-181-1/+24
* jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira2020-10-181-0/+4
* jbd2: fix the comment of struct jbd2_journal_handleHui Su2020-10-181-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-08-211-1/+1
|\
| * jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)2020-08-071-1/+1
* | block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-0/+1
|/
* ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)2020-06-121-1/+5