summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4_jbd2.h
AgeCommit message (Expand)Author
2020-12-03ext4: add helpers for checking whether quota can be enabled/is journalledRoman Anufriev
2020-06-03ext4: drop ext4_journal_free_reserved()Jan Kara
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar
2020-03-26ext4: disable dioread_nolock whenever delayed allocation is disabledEric Whitney
2020-01-17ext4: uninline ext4_inode_journal_mode()Eric Biggers
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara
2019-11-05jbd2: Reserve space for revoke descriptor blocksJan Kara
2019-11-05ext4, jbd2: Provide accessor function for handle creditsJan Kara
2019-11-05ext4: Provide function to handle transaction restartsJan Kara
2019-11-05ext4: Fix ext4_should_journal_data() for EA inodesJan Kara
2019-06-20ext4: use jbd2_inode dirty range scopingRoss Zwisler
2019-03-24Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-14ext4: fix NULL pointer dereference while journal is abortedJiufei Xue
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o
2017-08-06ext4, project: expand inode extra size if possibleMiao Xie
2017-06-21ext4: improve journal credit handling in set xattr pathsTahsin Erdogan
2017-06-21ext4: add largedir featureArtem Blagodarenko
2016-12-10ext4: do not perform data journaling when data is encryptedSergey Karamov
2016-06-26ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performanceTheodore Ts'o
2016-04-24ext4: do not ask jbd2 to write data for delalloc buffersJan Kara
2016-04-24jbd2: add support for avoiding data writes during transaction commitsJan Kara
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong
2014-09-11ext4: don't use MAXQUOTAS valueJan Kara
2014-05-12ext4: make local functions staticStephen Hemminger
2013-08-28ext4: Fix misspellings using 'codespell' toolAnatol Pomozov
2013-06-04ext4: use transaction reservation for extent conversion in ext4_end_ioJan Kara
2013-06-04ext4: provide wrappers for transaction reservation callsJan Kara
2013-04-09ext4: improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKSJan Kara
2013-04-03ext4: fix journal callback list traversalDmitry Monakhov
2013-02-09ext4: fix the number of credits needed for acl ops with inline dataTheodore Ts'o
2013-02-09ext4: fix the number of credits needed for ext4_unlink() and ext4_rmdir()Theodore Ts'o
2013-02-08ext4: pass context information to jbd2__journal_start()Theodore Ts'o
2012-11-08ext4: remove ext4_handle_release_buffer()Eric Sandeen
2012-07-22ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy
2012-07-22ext4: make quota as first class supported featureAditya Kali
2012-04-29ext4: calculate and verify superblock checksumDarrick J. Wong
2012-02-20ext4: expand commit callback andBobi Jam
2012-02-20ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delallocLukas Czerner
2011-08-13ext4: Fix ext4_should_writeback_data() for no-journal modeCurt Wohlgemuth
2011-05-09ext4: remove unneeded ext4_journal_get_undo_accessTheodore Ts'o
2011-04-04ext4: remove unnecessary [cm]time update of quota fileJan Kara
2011-03-20ext4: unify the ext4_handle_release_buffer() apiAmir Goldstein
2011-01-10ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessaryTheodore Ts'o
2010-07-27ext4: Pass line numbers to ext4_error() and friendsTheodore Ts'o
2010-06-29ext4: Pass line number to ext4_journal_abort_handle()Theodore Ts'o
2010-06-14ext4: remove vestiges of nobh supportChristoph Hellwig
2010-06-11ext4: Clean up s_dirt handlingTheodore Ts'o
2010-05-16ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov
2010-03-04ext4: use ext4_get_block_write in buffer writeJiaying Zhang