summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans.c
AgeCommit message (Expand)Author
2021-01-31xfs: flush speculative space allocations when we run out of spacereclaim-space-harder-5.12_2021-01-31Darrick J. Wong
2021-01-31xfs: flush eof/cowblocks if we can't reserve quota for chownDarrick J. Wong
2021-01-31xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong
2021-01-31xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong
2021-01-31xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong
2021-01-31xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong
2021-01-31xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong
2021-01-31xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong
2020-12-16xfs: remove xfs_buf_t typedefxfs-5.11-merge-4Dave Chinner
2020-09-25xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia
2020-09-15xfs: simplify xfs_trans_getsbChristoph Hellwig
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster
2020-05-27xfs: remove the m_active_trans counterDave Chinner
2020-05-27xfs: reduce free inode accounting overheadDave Chinner
2020-05-27xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()Dave Chinner
2020-03-27xfs: split xlog_ticket_doneChristoph Hellwig
2020-03-27xfs: refactor and split xfs_log_done()Dave Chinner
2020-03-26xfs: prohibit fs freezing when using empty transactionsxfs-5.7-merge-8Darrick J. Wong
2020-03-11xfs: remove XFS_BUF_TO_SBPxfs-5.7-merge-2Christoph Hellwig
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-30xfs: remove XFS_TRANS_NOFSxfs-5.3-merge-6Christoph Hellwig
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: add a flag to release log items on commitChristoph Hellwig
2019-06-28xfs: split iop_unlockChristoph Hellwig
2019-06-28xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig
2019-06-28xfs: don't require log items to implement optional methodsChristoph Hellwig
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig
2019-06-28xfs: fix a trivial comment typo in xfs_trans_committed_bulkChristoph Hellwig
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen
2018-09-29xfs: avoid lockdep false positives in xfs_trans_allocDave Chinner
2018-08-02xfs: fold dfops into the transactionBrian Foster
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster
2018-08-02xfs: clean out superfluous dfops dop params/varsBrian Foster
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster
2018-08-02xfs: refactor internal dfops initializationBrian Foster
2018-07-26xfs: bypass final dfops roll in trans commit pathBrian Foster
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster
2018-07-26xfs: support embedded dfops in transactionBrian Foster
2018-07-11xfs: add firstblock field to xfs_transBrian Foster
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster
2018-06-24xfs: allow empty transactions while frozenDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: get rid of the log item descriptorDave Chinner
2018-05-10xfs: add tracing to high level transaction operationsDave Chinner
2018-05-10xfs: log item flags are racyDave Chinner
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster