aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
AgeCommit message (Expand)Author
2018-08-02xfs: fold dfops into the transactionBrian Foster
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster
2018-08-02xfs: automatic dfops inode reloggingBrian Foster
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster
2018-08-02xfs: replace dop_low with transaction flagBrian Foster
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster
2018-07-26xfs: support embedded dfops in transactionBrian Foster
2018-07-26xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster
2018-07-11xfs: add firstblock field to xfs_transBrian Foster
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: add bmapi nodiscard flagBrian Foster
2018-05-10xfs: get rid of the log item descriptorDave Chinner
2018-05-10xfs: log item flags are racyDave Chinner
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino
2017-09-01xfs: disallow marking previously dirty buffers as orderedBrian Foster
2017-09-01xfs: refactor buffer logging into buffer dirtying helperBrian Foster
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino
2017-08-22xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-19xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong
2017-04-06xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong
2017-01-30xfs: remove unused struct declarationsEric Sandeen
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong
2016-10-04xfs: log bmap intent itemsDarrick J. Wong
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong
2016-10-03xfs: log refcount intent itemsDarrick J. Wong
2016-08-03xfs: remove the extents array from the rmap update done log itemDarrick J. Wong
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong
2016-08-03xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong
2016-08-03xfs: log rmap intent itemsDarrick J. Wong
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong
2016-08-03xfs: clean up typedef usage in the EFI/EFD handling codeDarrick J. Wong
2016-07-22xfs: allocate log vector buffers outside CIL context lockDave Chinner
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-03-02xfs: remove xfs_trans_get_block_resChristoph Hellwig
2015-08-19xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster
2015-08-19xfs: return committed status from xfs_trans_roll()Brian Foster
2015-08-19xfs: disentagle EFI release from the extent countBrian Foster
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2015-06-04xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig