aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner1-0/+30
2021-02-03xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong1-0/+3
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong1-0/+6
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong1-1/+2
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong1-0/+3
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong1-0/+10
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong1-1/+2
2020-10-07xfs: remove XFS_LI_RECOVEREDDarrick J. Wong1-3/+1
2020-09-25xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia1-0/+16
2020-09-15xfs: simplify xfs_trans_getsbChristoph Hellwig1-1/+1
2020-07-07xfs: unwind log item error flaggingDave Chinner1-1/+0
2020-07-07xfs: get rid of log item callbacksDave Chinner1-4/+0
2020-05-08xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong1-1/+3
2020-05-08xfs: refactor releasing finished intents during log recoveryDarrick J. Wong1-0/+1
2020-05-08xfs: refactor recovered EFI log item playbackDarrick J. Wong1-0/+1
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-9/+4
2020-01-26xfs: make xfs_trans_get_buf_map return an error codeDarrick J. Wong1-5/+10
2019-06-28xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig1-11/+0
2019-06-28xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig1-11/+0
2019-06-28xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig1-11/+0
2019-06-28xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig1-8/+0
2019-06-28xfs: remove the xfs_log_item_t typedefChristoph Hellwig1-8/+8
2019-06-28xfs: add a flag to release log items on commitChristoph Hellwig1-0/+7
2019-06-28xfs: split iop_unlockChristoph Hellwig1-2/+2
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen1-1/+1
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-1/+2
2018-12-12xfs: idiotproof defer op type configurationDarrick J. Wong1-4/+0
2018-10-18xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong1-0/+1
2018-08-02xfs: fold dfops into the transactionBrian Foster1-6/+2
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster1-1/+0
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster1-5/+5
2018-08-02xfs: automatic dfops inode reloggingBrian Foster1-3/+0
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster1-1/+0
2018-08-02xfs: replace dop_low with transaction flagBrian Foster1-2/+0
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster1-3/+0
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster1-0/+3
2018-07-26xfs: support embedded dfops in transactionBrian Foster1-1/+16
2018-07-26xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster1-1/+1
2018-07-11xfs: add firstblock field to xfs_transBrian Foster1-0/+1
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: add bmapi nodiscard flagBrian Foster1-1/+2
2018-05-10xfs: get rid of the log item descriptorDave Chinner1-4/+4
2018-05-10xfs: log item flags are racyDave Chinner1-7/+12
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster1-0/+1
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino1-1/+1
2017-09-01xfs: disallow marking previously dirty buffers as orderedBrian Foster1-1/+1
2017-09-01xfs: refactor buffer logging into buffer dirtying helperBrian Foster1-1/+3
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig1-1/+2
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino1-0/+1