summaryrefslogtreecommitdiff
path: root/include/linux/jbd2.h
AgeCommit message (Expand)Author
2021-07-08ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi
2021-06-24jbd2: ensure abort the journal if detect IO error when writing original buffe...Zhang Yi
2021-06-22ext4: add discard/zeroout flags to journal flushLeah Rumancik
2021-04-05jbd2: avoid -Wempty-body warningsArnd Bergmann
2021-04-02Updated locking documentation for transaction_tAlexander Lochmann
2021-04-02ext4: updated locking documentation for journal_tAlexander Lochmann
2020-12-17jbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar
2020-12-03Updated locking documentation for transaction_tAlexander Lochmann
2020-11-19jbd2: fix kernel-doc markupsMauro Carvalho Chehab
2020-11-06jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar
2020-11-06jbd2: don't use state lock during commit pathHarshad Shirwadkar
2020-11-06ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar
2020-10-28jbd2: fix a kernel-doc markupMauro Carvalho Chehab
2020-10-28ext4: make num of fast commit blocks configurableHarshad Shirwadkar
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira
2020-10-18jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira
2020-10-18jbd2: fix the comment of struct jbd2_journal_handleHui Su
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-08-07jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig
2020-06-12ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)
2020-01-25jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft()zhangyi (F)
2019-12-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-12-15jbd2: fix kernel-doc notation warningRandy Dunlap
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-11-15jbd2: make jbd2_handle_buffer_credits() handle reserved handlesJan Kara
2019-11-05Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o
2019-11-05jbd2: Rename h_buffer_credits to h_total_creditsJan Kara
2019-11-05jbd2: Reserve space for revoke descriptor blocksJan Kara
2019-11-05jbd2: Drop jbd2_space_needed()Jan Kara
2019-11-05jbd2: Account descriptor blocks into t_outstanding_creditsJan Kara
2019-11-05ext4, jbd2: Provide accessor function for handle creditsJan Kara
2019-11-05jbd2: Fix possible overflow in jbd2_log_space_left()Jan Kara
2019-10-21jbd2: Make state lock a spinlockThomas Gleixner
2019-10-21jbd2: Move dropping of jh reference out of un/re-filing functionsJan Kara
2019-10-21jbd2: Remove jbd_trylock_bh_state()Thomas Gleixner
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-09-24jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi
2019-06-20jbd2: drop declaration of journal_sync_buffer()Theodore Ts'o
2019-06-20jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-10jbd2: fix potential double freeChengguang Xu
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers