summaryrefslogtreecommitdiffstats
path: root/include/linux/jbd2.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft()zhangyi (F)2020-01-251-1/+0
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-221-1/+1
|\
| * jbd2: fix kernel-doc notation warningRandy Dunlap2019-12-151-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-11-301-61/+57
|\|
| * jbd2: make jbd2_handle_buffer_credits() handle reserved handlesJan Kara2019-11-151-2/+6
| * Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o2019-11-051-37/+50
| |\
| | * jbd2: Rename h_buffer_credits to h_total_creditsJan Kara2019-11-051-4/+5
| | * jbd2: Reserve space for revoke descriptor blocksJan Kara2019-11-051-10/+33
| | * jbd2: Drop jbd2_space_needed()Jan Kara2019-11-051-9/+0
| | * jbd2: Account descriptor blocks into t_outstanding_creditsJan Kara2019-11-051-15/+7
| | * ext4, jbd2: Provide accessor function for handle creditsJan Kara2019-11-051-0/+6
| | * jbd2: Fix possible overflow in jbd2_log_space_left()Jan Kara2019-11-051-2/+2
| * | jbd2: Make state lock a spinlockThomas Gleixner2019-10-211-18/+2
| * | jbd2: Move dropping of jh reference out of un/re-filing functionsJan Kara2019-10-211-1/+1
| * | jbd2: Remove jbd_trylock_bh_state()Thomas Gleixner2019-10-211-5/+0
| |/
* / locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
|/
* jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi2019-09-241-2/+0
* jbd2: drop declaration of journal_sync_buffer()Theodore Ts'o2019-06-201-1/+0
* jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler2019-06-201-0/+22
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner2019-05-241-4/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-191-3/+5
|\
| * jbd2: fix potential double freeChengguang Xu2019-05-101-3/+5
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
|/
* jbd2: update locking documentation for transaction_tAlexander Lochmann2018-12-041-3/+3
* jbd2: avoid long hold times of j_state_lock while committing a transactionJan Kara2018-12-031-0/+1
* jbd2: fix sphinx kernel-doc build warningsTobin C. Harding2018-01-101-163/+268
* ext4: Support for synchronous DAX faultsJan Kara2017-11-031-0/+1