aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/jbd2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2020-08-07jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)1-1/+1
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-12ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error handlerszhangyi (F)1-1/+5
2020-01-25jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft()zhangyi (F)1-1/+0
2019-12-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2019-12-15jbd2: fix kernel-doc notation warningRandy Dunlap1-1/+1
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-61/+57
2019-11-15jbd2: make jbd2_handle_buffer_credits() handle reserved handlesJan Kara1-2/+6
2019-11-05Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o1-37/+50
2019-11-05jbd2: Rename h_buffer_credits to h_total_creditsJan Kara1-4/+5
2019-11-05jbd2: Reserve space for revoke descriptor blocksJan Kara1-10/+33
2019-11-05jbd2: Drop jbd2_space_needed()Jan Kara1-9/+0
2019-11-05jbd2: Account descriptor blocks into t_outstanding_creditsJan Kara1-15/+7
2019-11-05ext4, jbd2: Provide accessor function for handle creditsJan Kara1-0/+6
2019-11-05jbd2: Fix possible overflow in jbd2_log_space_left()Jan Kara1-2/+2
2019-10-21jbd2: Make state lock a spinlockThomas Gleixner1-18/+2
2019-10-21jbd2: Move dropping of jh reference out of un/re-filing functionsJan Kara1-1/+1
2019-10-21jbd2: Remove jbd_trylock_bh_state()Thomas Gleixner1-5/+0
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-1/+1
2019-09-24jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi1-2/+0
2019-06-20jbd2: drop declaration of journal_sync_buffer()Theodore Ts'o1-1/+0
2019-06-20jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler1-0/+22
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner1-4/+1
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+5
2019-05-10jbd2: fix potential double freeChengguang Xu1-3/+5
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0