summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong2016-08-031-0/+2
* xfs: clean up typedef usage in the EFI/EFD handling codeDarrick J. Wong2016-08-031-3/+3
* xfs: allocate log vector buffers outside CIL context lockDave Chinner2016-07-221-0/+1
* xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-5/+3Star
* xfs: remove xfs_trans_get_block_resChristoph Hellwig2016-03-011-1/+0Star
* xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster2015-08-191-4/+3Star
* xfs: return committed status from xfs_trans_roll()Brian Foster2015-08-191-0/+1
* xfs: disentagle EFI release from the extent countBrian Foster2015-08-191-1/+0Star
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-1/+1
* xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-1/+1
* xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig2015-06-041-3/+0Star
* xfs: format log items write directly into the linear CIL bufferChristoph Hellwig2013-12-131-1/+1
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-0/+5
* xfs: decouple log and transaction headersDave Chinner2013-10-231-5/+5
* xfs: remove unused transaction callback variablesDave Chinner2013-10-231-7/+0Star
* xfs: finish removing IOP_* macros.Dave Chinner2013-08-301-7/+1Star
* xfs: avoid CIL allocation during insertDave Chinner2013-08-131-1/+0Star
* xfs: Reduce allocations during CIL insertionDave Chinner2013-08-131-1/+0Star
* xfs: return log item size in IOP_SIZEDave Chinner2013-08-131-2/+1Star
* xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-131-1/+2
* xfs: split out transaction reservation codeDave Chinner2013-08-121-75/+2Star
* xfs: sync minor header differences needed by userspace.Dave Chinner2013-08-121-4/+1Star
* xfs: split out on-disk transaction definitionsDave Chinner2013-08-121-205/+0Star
* xfs: Inode create log itemsDave Chinner2013-06-271-1/+3
* xfs: Introduce an ordered buffer itemDave Chinner2013-06-271-0/+1
* xfs: Remove two dead transaction log reservaion macrosJie Liu2013-06-191-8/+3Star
* xfs: introduce CONFIG_XFS_WARNDave Chinner2013-05-081-2/+2
* xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-271-4/+0Star
* xfs: add buffer types to directory and attribute buffersDave Chinner2013-04-271-0/+2
* xfs: add support for large btree blocksChristoph Hellwig2013-04-211-0/+2
* xfs: refactor space log reservation for XFS_TRANS_ATTR_SETJeff Liu2013-02-011-7/+4Star
* xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on diskJeff Liu2013-02-011-0/+1
* xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount timeJeff Liu2013-02-011-0/+1
* xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeJeff Liu2013-02-011-0/+1
* xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeJeff Liu2013-02-011-0/+1
* xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu2013-02-011-0/+1
* xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeJeff Liu2013-02-011-1/+1
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-161-3/+3
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-161-11/+8Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-0/+2
|\
| * xfs: Convert to new freezing codeJan Kara2012-07-311-0/+2
* | xfs: add discontiguous buffer support to transactionsDave Chinner2012-07-011-5/+45
|/
* xfs: switch to proper __bitwise type for KM_... flagsAl Viro2012-05-301-1/+1
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-11/+7Star
* xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-081-2/+1Star
* xfs: constify xfs_item_opsChristoph Hellwig2011-11-081-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-10-171-1/+1
|\
| * xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-111-1/+1
* | xfs: simplify xfs_trans_ijoin* againChristoph Hellwig2011-10-121-2/+1Star
* | xfs: unlock the inode before log force in xfs_fsyncChristoph Hellwig2011-10-121-4/+1Star
|/