aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-01xfs: disallow marking previously dirty buffers as orderedGravatar Brian Foster 1-1/+1
2017-09-01xfs: refactor buffer logging into buffer dirtying helperGravatar Brian Foster 1-1/+3
2017-09-01xfs: refactor xfs_trans_rollGravatar Christoph Hellwig 1-1/+2
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackGravatar Carlos Maiolino 1-0/+1
2017-08-22xfs: Add infrastructure needed for error propagation during buffer IO failureGravatar Carlos Maiolino 1-2/+5
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-1/+1
2017-06-19xfs: remove lsn relevant fields from xfs_trans structure and its usersGravatar Shan Hai 1-4/+0
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Gravatar Darrick J. Wong 1-1/+1
2017-04-06xfs: fold __xfs_trans_roll into xfs_trans_rollGravatar Christoph Hellwig 1-1/+0
2017-04-03xfs: implement the GETFSMAP ioctlGravatar Darrick J. Wong 1-0/+2
2017-01-30xfs: remove unused struct declarationsGravatar Eric Sandeen 1-1/+0
2016-10-04xfs: implement deferred bmbt map/unmap operationsGravatar Darrick J. Wong 1-0/+1
2016-10-04xfs: log bmap intent itemsGravatar Darrick J. Wong 1-0/+13
2016-10-03xfs: connect refcount adjust functions to upper layersGravatar Darrick J. Wong 1-2/+6
2016-10-03xfs: log refcount intent itemsGravatar Darrick J. Wong 1-0/+11
2016-08-03xfs: remove the extents array from the rmap update done log itemGravatar Darrick J. Wong 1-1/+1
2016-08-03xfs: propagate bmap updates to rmapbtGravatar Darrick J. Wong 1-1/+2
2016-08-03xfs: enable the xfs_defer mechanism to process rmaps to updateGravatar Darrick J. Wong 1-7/+4
2016-08-03xfs: log rmap intent itemsGravatar Darrick J. Wong 1-0/+17
2016-08-03xfs: add owner field to extent allocation and freeingGravatar Darrick J. Wong 1-1/+1
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Gravatar Darrick J. Wong 1-5/+0
2016-08-03xfs: enable the xfs_defer mechanism to process extents to freeGravatar Darrick J. Wong 1-0/+2
2016-08-03xfs: clean up typedef usage in the EFI/EFD handling codeGravatar Darrick J. Wong 1-3/+3
2016-07-22xfs: allocate log vector buffers outside CIL context lockGravatar Dave Chinner 1-0/+1
2016-04-06xfs: better xfs_trans_alloc interfaceGravatar Christoph Hellwig 1-5/+3
2016-03-02xfs: remove xfs_trans_get_block_resGravatar Christoph Hellwig 1-1/+0
2015-08-19xfs: ensure EFD trans aborts on log recovery extent free failureGravatar Brian Foster 1-4/+3
2015-08-19xfs: return committed status from xfs_trans_roll()Gravatar Brian Foster 1-0/+1
2015-08-19xfs: disentagle EFI release from the extent countGravatar Brian Foster 1-1/+0
2015-06-04xfs: saner xfs_trans_commit interfaceGravatar Christoph Hellwig 1-1/+1
2015-06-04xfs: remove the flags argument to xfs_trans_cancelGravatar Christoph Hellwig 1-1/+1
2015-06-04xfs: switch remaining xfs_trans_dup users to xfs_trans_rollGravatar Christoph Hellwig 1-3/+0
2013-12-13xfs: format log items write directly into the linear CIL bufferGravatar Christoph Hellwig 1-1/+1
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-0/+5
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-5/+5
2013-10-23xfs: remove unused transaction callback variablesGravatar Dave Chinner 1-7/+0
2013-08-30xfs: finish removing IOP_* macros.Gravatar Dave Chinner 1-7/+1
2013-08-13xfs: avoid CIL allocation during insertGravatar Dave Chinner 1-1/+0
2013-08-13xfs: Reduce allocations during CIL insertionGravatar Dave Chinner 1-1/+0
2013-08-13xfs: return log item size in IOP_SIZEGravatar Dave Chinner 1-2/+1
2013-08-12xfs: refactor xfs_trans_reserve() interfaceGravatar Jie Liu 1-1/+2
2013-08-12xfs: split out transaction reservation codeGravatar Dave Chinner 1-75/+2
2013-08-12xfs: sync minor header differences needed by userspace.Gravatar Dave Chinner 1-4/+1
2013-08-12xfs: split out on-disk transaction definitionsGravatar Dave Chinner 1-205/+0
2013-06-27xfs: Inode create log itemsGravatar Dave Chinner 1-1/+3
2013-06-27xfs: Introduce an ordered buffer itemGravatar Dave Chinner 1-0/+1
2013-06-19xfs: Remove two dead transaction log reservaion macrosGravatar Jie Liu 1-8/+3
2013-05-07xfs: introduce CONFIG_XFS_WARNGravatar Dave Chinner 1-2/+2
2013-04-27xfs: buffer type overruns blf_flags fieldGravatar Dave Chinner 1-4/+0
2013-04-27xfs: add buffer types to directory and attribute buffersGravatar Dave Chinner 1-0/+2