summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-011-1/+2
* xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino2017-08-221-0/+1
* xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino2017-08-221-2/+5
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-1/+1
* xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai2017-06-191-4/+0
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-06-191-1/+1
* xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig2017-04-061-1/+0