summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig2019-06-291-11/+0Star
* xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig2019-06-291-11/+0Star
* xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig2019-06-291-11/+0Star
* xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig2019-06-291-8/+0Star
* xfs: remove the xfs_log_item_t typedefChristoph Hellwig2019-06-291-8/+8
* xfs: add a flag to release log items on commitChristoph Hellwig2019-06-291-0/+7
* xfs: split iop_unlockChristoph Hellwig2019-06-291-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/+0Star
* xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong2018-10-181-0/+1
* xfs: fold dfops into the transactionBrian Foster2018-08-031-6/+2Star
* xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-031-1/+0Star
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-031-5/+5
* xfs: automatic dfops inode reloggingBrian Foster2018-08-031-3/+0Star
* xfs: automatic dfops buffer reloggingBrian Foster2018-08-031-1/+0Star
* xfs: replace dop_low with transaction flagBrian Foster2018-08-031-2/+0Star
* xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-031-3/+0Star
* 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-121-0/+1
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-121-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* 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/+0Star
* 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-071-1/+0Star
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-041-0/+2
* xfs: remove unused struct declarationsEric Sandeen2017-01-311-1/+0Star
* xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong2016-10-041-0/+1
* xfs: log bmap intent itemsDarrick J. Wong2016-10-041-0/+13
* xfs: connect refcount adjust functions to upper layersDarrick J. Wong2016-10-031-2/+6
* xfs: log refcount intent itemsDarrick J. Wong2016-10-031-0/+11
* xfs: remove the extents array from the rmap update done log itemDarrick J. Wong2016-08-031-1/+1
* xfs: propagate bmap updates to rmapbtDarrick J. Wong2016-08-031-1/+2
* xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong2016-08-031-7/+4Star
* xfs: log rmap intent itemsDarrick J. Wong2016-08-031-0/+17
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-031-1/+1
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-5/+0Star