summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4_jbd2.h
Commit message (Expand)AuthorAgeFilesLines
* ext4: split ext4_journal_start trace for debugchangfengnan2022-12-011-5/+5
* fs/ext4: fix comments mentioning i_mutexhongnanli2022-02-031-1/+1
* ext4: Support for checksumming from journal triggersJan Kara2021-08-301-6/+12
* ext4: drop ext4_handle_dirty_super()Jan Kara2020-12-221-5/+0
* ext4: add helpers for checking whether quota can be enabled/is journalledRoman Anufriev2020-12-031-6/+3
* ext4: drop ext4_journal_free_reserved()Jan Kara2020-06-031-6/+0
* ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar2020-06-031-1/+4
* ext4: disable dioread_nolock whenever delayed allocation is disabledEric Whitney2020-03-261-0/+3
* ext4: uninline ext4_inode_journal_mode()Eric Biggers2020-01-171-21/+1
* ext4: Reserve revoke credits for freed blocksJan Kara2019-11-051-25/+59
* jbd2: Reserve space for revoke descriptor blocksJan Kara2019-11-051-2/+2
* ext4, jbd2: Provide accessor function for handle creditsJan Kara2019-11-051-7/+0
* ext4: Provide function to handle transaction restartsJan Kara2019-11-051-0/+48
* ext4: Fix ext4_should_journal_data() for EA inodesJan Kara2019-11-051-0/+1
* ext4: use jbd2_inode dirty range scopingRoss Zwisler2019-06-201-6/+6
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-241-1/+1
|\
| * ext4: fix NULL pointer dereference while journal is abortedJiufei Xue2019-03-141-1/+1
* | ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-231-1/+1
|/
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-171-4/+1
* ext4, project: expand inode extra size if possibleMiao Xie2017-08-061-0/+3
* ext4: improve journal credit handling in set xattr pathsTahsin Erdogan2017-06-211-14/+0
* ext4: add largedir featureArtem Blagodarenko2017-06-211-1/+8
* ext4: do not perform data journaling when data is encryptedSergey Karamov2016-12-101-6/+8
* ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performanceTheodore Ts'o2016-06-261-1/+9
* ext4: do not ask jbd2 to write data for delalloc buffersJan Kara2016-04-241-1/+11
* jbd2: add support for avoiding data writes during transaction commitsJan Kara2016-04-241-1/+2
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-6/+4
* ext4: don't use MAXQUOTAS valueJan Kara2014-09-111-3/+3
* ext4: make local functions staticStephen Hemminger2014-05-121-4/+0
* ext4: Fix misspellings using 'codespell' toolAnatol Pomozov2013-08-281-1/+1
* ext4: use transaction reservation for extent conversion in ext4_end_ioJan Kara2013-06-041-2/+3
* ext4: provide wrappers for transaction reservation callsJan Kara2013-06-041-5/+21
* ext4: improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKSJan Kara2013-04-091-2/+4
* ext4: fix journal callback list traversalDmitry Monakhov2013-04-031-1/+5
* ext4: fix the number of credits needed for acl ops with inline dataTheodore Ts'o2013-02-091-0/+14
* ext4: fix the number of credits needed for ext4_unlink() and ext4_rmdir()Theodore Ts'o2013-02-091-6/+0
* ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-081-3/+28
* ext4: remove ext4_handle_release_buffer()Eric Sandeen2012-11-081-7/+0
* ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy2012-07-221-5/+2
* ext4: make quota as first class supported featureAditya Kali2012-07-221-6/+12
* ext4: calculate and verify superblock checksumDarrick J. Wong2012-04-291-2/+5
* ext4: expand commit callback andBobi Jam2012-02-201-0/+72
* ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delallocLukas Czerner2012-02-201-27/+29
* ext4: Fix ext4_should_writeback_data() for no-journal modeCurt Wohlgemuth2011-08-131-2/+2
* ext4: remove unneeded ext4_journal_get_undo_accessTheodore Ts'o2011-05-091-5/+0
* ext4: remove unnecessary [cm]time update of quota fileJan Kara2011-04-041-2/+2
* ext4: unify the ext4_handle_release_buffer() apiAmir Goldstein2011-03-201-7/+0
* ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessaryTheodore Ts'o2011-01-101-1/+1
* ext4: Pass line numbers to ext4_error() and friendsTheodore Ts'o2010-07-271-2/+2
* ext4: Pass line number to ext4_journal_abort_handle()Theodore Ts'o2010-06-291-20/+23