summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove XFS_TRANS_NOFSChristoph Hellwig2019-06-301-3/+1Star
* xfs: remove unused header filesEric Sandeen2019-06-291-1/+0Star
* xfs: add a flag to release log items on commitChristoph Hellwig2019-06-291-0/+6
* xfs: split iop_unlockChristoph Hellwig2019-06-291-4/+3Star
* xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig2019-06-291-7/+3Star
* xfs: don't require log items to implement optional methodsChristoph Hellwig2019-06-291-6/+15
* xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig2019-06-291-1/+1
* xfs: fix a trivial comment typo in xfs_trans_committed_bulkChristoph Hellwig2019-06-291-1/+1
* xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-121-1/+1
* xfs: avoid lockdep false positives in xfs_trans_allocDave Chinner2018-09-291-2/+8
* xfs: fold dfops into the transactionBrian Foster2018-08-031-8/+5Star
* xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-031-1/+1
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-031-3/+1Star
* xfs: clean out superfluous dfops dop params/varsBrian Foster2018-08-031-1/+1
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-031-1/+1
* xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-031-7/+0Star
* xfs: refactor internal dfops initializationBrian Foster2018-08-031-10/+9Star
* xfs: bypass final dfops roll in trans commit pathBrian Foster2018-07-261-1/+1
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-3/+10
* xfs: support embedded dfops in transactionBrian Foster2018-07-261-4/+26
* xfs: add firstblock field to xfs_transBrian Foster2018-07-121-0/+2
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-121-3/+3
* xfs: allow empty transactions while frozenDarrick J. Wong2018-06-241-1/+6
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-42/+16Star
* xfs: add tracing to high level transaction operationsDave Chinner2018-05-101-1/+19
* xfs: log item flags are racyDave Chinner2018-05-101-2/+2
* xfs: defer agfl block frees when dfops is availableBrian Foster2018-05-091-3/+8
* xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig2018-03-141-1/+1
* xfs: shutdown if block allocation overruns tx reservationBrian Foster2018-03-121-4/+8
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-121-9/+9
* xfs: trace log reservations at mount timeDarrick J. Wong2018-01-081-0/+22
* xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-011-23/+5Star
* Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-061-15/+24
|\
| * xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig2017-04-071-15/+2Star
| * xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-041-0/+22
* | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko2017-05-041-6/+6
|/
* Merge branch 'xfs-4.9-reflink-prep' into for-nextDave Chinner2016-10-031-1/+0Star
|\
| * xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-191-1/+0Star
* | xfs: undo block reservation correctly in xfs_trans_reserve()Eryu Guan2016-09-131-1/+1
|/
* xfs: remove transaction typesChristoph Hellwig2016-04-061-1/+1
* xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-47/+41Star
* xfs: ensure committed is initialized in xfs_trans_rollEric Sandeen2016-03-151-1/+3
* xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-3/+3
* xfs: return committed status from xfs_trans_roll()Brian Foster2015-08-191-2/+13
* xfs: fix xfs_log_done interfaceChristoph Hellwig2015-06-041-29/+4Star
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-16/+19
* xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-18/+9Star
* xfs: pass a boolean flag to xfs_trans_free_itemsChristoph Hellwig2015-06-041-4/+4
* xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig2015-06-041-3/+5