aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
AgeCommit message (Expand)Author
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
2013-12-13xfs: format log items write directly into the linear CIL bufferChristoph Hellwig
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: remove unused transaction callback variablesDave Chinner
2013-08-30xfs: finish removing IOP_* macros.Dave Chinner
2013-08-13xfs: avoid CIL allocation during insertDave Chinner
2013-08-13xfs: Reduce allocations during CIL insertionDave Chinner
2013-08-13xfs: return log item size in IOP_SIZEDave Chinner
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu
2013-08-12xfs: split out transaction reservation codeDave Chinner
2013-08-12xfs: sync minor header differences needed by userspace.Dave Chinner
2013-08-12xfs: split out on-disk transaction definitionsDave Chinner
2013-06-27xfs: Inode create log itemsDave Chinner
2013-06-27xfs: Introduce an ordered buffer itemDave Chinner
2013-06-19xfs: Remove two dead transaction log reservaion macrosJie Liu
2013-05-07xfs: introduce CONFIG_XFS_WARNDave Chinner
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner
2013-04-27xfs: add buffer types to directory and attribute buffersDave Chinner
2013-04-21xfs: add support for large btree blocksChristoph Hellwig
2013-02-01xfs: refactor space log reservation for XFS_TRANS_ATTR_SETJeff Liu
2013-02-01xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on diskJeff Liu
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount timeJeff Liu
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeJeff Liu
2013-02-01xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeJeff Liu
2013-02-01xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu
2013-02-01xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeJeff Liu
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31xfs: Convert to new freezing codeJan Kara
2012-07-01xfs: add discontiguous buffer support to transactionsDave Chinner
2012-05-29xfs: switch to proper __bitwise type for KM_... flagsAl Viro
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig