summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: add bmapi nodiscard flagBrian Foster2018-05-101-1/+2
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-4/+4
* xfs: log item flags are racyDave Chinner2018-05-101-7/+12
* xfs: defer agfl block frees when dfops is availableBrian Foster2018-05-091-0/+1
* Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-291-1/+1
* xfs: disallow marking previously dirty buffers as orderedBrian Foster2017-09-011-1/+1
* xfs: refactor buffer logging into buffer dirtying helperBrian Foster2017-09-011-1/+3
* xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-011-1/+2
* xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino2017-08-221-0/+1
* xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino2017-08-221-2/+5
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-1/+1
* xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai2017-06-191-4/+0Star
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-06-191-1/+1
* xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig2017-04-071-1/+0Star
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-041-0/+2
* xfs: remove unused struct declarationsEric Sandeen2017-01-311-1/+0Star
* xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong2016-10-041-0/+1
* xfs: log bmap intent itemsDarrick J. Wong2016-10-041-0/+13
* xfs: connect refcount adjust functions to upper layersDarrick J. Wong2016-10-031-2/+6
* xfs: log refcount intent itemsDarrick J. Wong2016-10-031-0/+11
* xfs: remove the extents array from the rmap update done log itemDarrick J. Wong2016-08-031-1/+1
* xfs: propagate bmap updates to rmapbtDarrick J. Wong2016-08-031-1/+2
* xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong2016-08-031-7/+4Star
* xfs: log rmap intent itemsDarrick J. Wong2016-08-031-0/+17
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-031-1/+1
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-5/+0Star
* 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