summaryrefslogtreecommitdiffstats
path: root/include/linux/jbd2.h
Commit message (Expand)AuthorAgeFilesLines
* jbd2: drop declaration of journal_sync_buffer()Theodore Ts'o2019-06-201-1/+0Star
* 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/+1Star
* 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-111-3/+5
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
|/
* 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-041-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
* jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko2017-05-041-0/+2
* jbd2: track more dependencies on transaction commitJan Kara2016-06-301-0/+6
* jbd2: move lockdep tracking to journal_sJan Kara2016-06-301-4/+13
* jbd2: remove excess descriptions for handle_sLuis de Bethencourt2016-05-061-3/+0Star
* jbd2: add support for avoiding data writes during transaction commitsJan Kara2016-04-241-2/+11
* jbd2: unify revoke and tag block checksum handlingJan Kara2016-02-231-6/+2Star
* jbd2: factor out common descriptor block initializationJan Kara2016-02-231-1/+1
* jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_recordsJan Kara2016-02-231-4/+2Star
* ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2015-10-181-0/+1
* jbd2: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-3/+68
* ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-171-0/+3
* jbd2: gate checksum calculations on crc driver presence, not sb flagsDarrick J. Wong2015-10-151-4/+9
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-09-031-1/+2
|\
| * jbd2: avoid infinite loop when destroying aborted journalJan Kara2015-07-281-1/+2
* | fs: Remove ext3 filesystem driverJan Kara2015-07-231-1/+40
|/
* jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2015-06-151-2/+2
* jbd: drop jbd_ENOSYS debugDavidlohr Bueso2015-01-151-9/+0Star
* jbd2: simplify calling convention around __jbd2_journal_clean_checkpoint_listJan Kara2014-09-181-1/+1
* jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong2014-08-291-5/+25
* jbd2: invalidate handle if jbd2_journal_restart() failsTheodore Ts'o2013-07-011-1/+1
* jbd2: use a single printk for jbd_debug()Paul Gortmaker2013-06-131-9/+5Star
* jbd/jbd2: relocate bit_spinlock header to jbd_commonPaul Gortmaker2013-06-131-1/+0Star
* ext4: fix data integrity for ext4_sync_fsDmitry Monakhov2013-06-131-0/+13
* jbd2: optimize jbd2_journal_force_commitDmitry Monakhov2013-06-131-1/+1
* jbd2: transaction reservation supportJan Kara2013-06-041-4/+24
* jbd2: remove unused waitqueuesJan Kara2013-06-041-8/+0Star
* jbd2: cleanup needed free block estimates when starting a transactionJan Kara2013-06-041-6/+26
* jbd2: refine waiting for shadow buffersJan Kara2013-06-041-0/+28
* jbd2: remove journal_head from descriptor buffersJan Kara2013-06-041-12/+7Star
* jbd2: don't create journal_head for temporary journal buffersJan Kara2013-06-041-16/+16
* jbd2: change jbd2_journal_invalidatepage to accept lengthLukas Czerner2013-05-221-1/+1
* jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetZheng Liu2013-04-191-1/+1
* jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov2013-04-041-0/+1
* ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2013-04-041-0/+1
* jbd2: use module parameters instead of debugfs for jbd_debugTheodore Ts'o2013-02-091-2/+1Star
* jbd2: add tracepoints which provide per-handle statistics Theodore Ts'o2013-02-081-1/+7
* jbd2: revert "jbd2: add COW fields to struct jbd2_journal_handle"Theodore Ts'o2013-02-071-25/+3Star
* jbd2: track request delay statisticsTheodore Ts'o2013-02-071-0/+7
* ext4: fix deadlock in journal_unmap_buffer()Jan Kara2012-12-251-1/+1
* jbd2: remove VLAIS usage from JBD2 codeBehan Webster2012-11-081-1/+7