aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
Commit message (Expand)AuthorAge
* xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig2019-06-28
* xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig2019-06-28
* xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig2019-06-28
* xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig2019-06-28
* xfs: remove the xfs_log_item_t typedefChristoph Hellwig2019-06-28
* xfs: add a flag to release log items on commitChristoph Hellwig2019-06-28
* xfs: split iop_unlockChristoph Hellwig2019-06-28
* xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-12
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-12
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-12
* xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong2018-10-18
* xfs: fold dfops into the transactionBrian Foster2018-08-03
* xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-03
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-03
* xfs: automatic dfops inode reloggingBrian Foster2018-08-03
* xfs: automatic dfops buffer reloggingBrian Foster2018-08-03
* xfs: replace dop_low with transaction flagBrian Foster2018-08-03
* xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-03
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-26
* xfs: support embedded dfops in transactionBrian Foster2018-07-26
* xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster2018-07-26
* xfs: add firstblock field to xfs_transBrian Foster2018-07-12
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-12
* xfs: convert to SPDX license tagsDave Chinner2018-06-06
* xfs: add bmapi nodiscard flagBrian Foster2018-05-10
* xfs: get rid of the log item descriptorDave Chinner2018-05-10
* xfs: log item flags are racyDave Chinner2018-05-10
* xfs: defer agfl block frees when dfops is availableBrian Foster2018-05-09
* Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-29
* xfs: disallow marking previously dirty buffers as orderedBrian Foster2017-09-01
* xfs: refactor buffer logging into buffer dirtying helperBrian Foster2017-09-01
* xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-01
* xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino2017-08-22
* xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino2017-08-22
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-19
* xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai2017-06-19
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-06-19
* xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig2017-04-06
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-03
* xfs: remove unused struct declarationsEric Sandeen2017-01-30
* xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong2016-10-04
* xfs: log bmap intent itemsDarrick J. Wong2016-10-04
* xfs: connect refcount adjust functions to upper layersDarrick J. Wong2016-10-03
* xfs: log refcount intent itemsDarrick J. Wong2016-10-03
* xfs: remove the extents array from the rmap update done log itemDarrick J. Wong2016-08-02
* xfs: propagate bmap updates to rmapbtDarrick J. Wong2016-08-02
* xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong2016-08-02
* xfs: log rmap intent itemsDarrick J. Wong2016-08-02
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-02
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-02