summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-211-2/+2
* xfs: remove obsolete AGF counter debuggingDarrick J. Wong2021-04-291-15/+0
* xfs: use current->journal_info for detecting transaction recursionDave Chinner2021-02-251-0/+30
* xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-0/+3
* xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-0/+6
* xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong2021-02-031-1/+2
* xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-0/+3
* xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-071-0/+10
* xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-071-1/+2
* xfs: remove XFS_LI_RECOVEREDDarrick J. Wong2020-10-071-3/+1
* xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia2020-09-251-0/+16
* xfs: simplify xfs_trans_getsbChristoph Hellwig2020-09-151-1/+1
* xfs: unwind log item error flaggingDave Chinner2020-07-071-1/+0
* xfs: get rid of log item callbacksDave Chinner2020-07-071-4/+0
* xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong2020-05-081-1/+3
* xfs: refactor releasing finished intents during log recoveryDarrick J. Wong2020-05-081-0/+1
* xfs: refactor recovered EFI log item playbackDarrick J. Wong2020-05-081-0/+1
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-9/+4
* xfs: make xfs_trans_get_buf_map return an error codeDarrick J. Wong2020-01-261-5/+10
* xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig2019-06-281-11/+0
* xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig2019-06-281-11/+0
* xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig2019-06-281-11/+0
* xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig2019-06-281-8/+0
* xfs: remove the xfs_log_item_t typedefChristoph Hellwig2019-06-281-8/+8
* xfs: add a flag to release log items on commitChristoph Hellwig2019-06-281-0/+7
* xfs: split iop_unlockChristoph Hellwig2019-06-281-2/+2
* xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-121-1/+1
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-1/+2
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-121-4/+0
* xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong2018-10-181-0/+1
* xfs: fold dfops into the transactionBrian Foster2018-08-021-6/+2
* xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-021-1/+0
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-021-5/+5
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-3/+0
* xfs: automatic dfops buffer reloggingBrian Foster2018-08-021-1/+0
* xfs: replace dop_low with transaction flagBrian Foster2018-08-021-2/+0
* xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-021-3/+0
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-0/+3
* xfs: support embedded dfops in transactionBrian Foster2018-07-261-1/+16
* xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster2018-07-261-1/+1
* xfs: add firstblock field to xfs_transBrian Foster2018-07-111-0/+1
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-111-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: add bmapi nodiscard flagBrian Foster2018-05-101-1/+2
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-4/+4
* xfs: log item flags are racyDave Chinner2018-05-101-7/+12
* xfs: defer agfl block frees when dfops is availableBrian Foster2018-05-091-0/+1
* Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-291-1/+1
* xfs: disallow marking previously dirty buffers as orderedBrian Foster2017-09-011-1/+1
* xfs: refactor buffer logging into buffer dirtying helperBrian Foster2017-09-011-1/+3