summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-2/+2
* xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster2020-07-061-1/+18
* xfs: remove the m_active_trans counterDave Chinner2020-05-271-16/+11
* xfs: reduce free inode accounting overheadDave Chinner2020-05-271-4/+13
* xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()Dave Chinner2020-05-271-143/+20
* xfs: split xlog_ticket_doneChristoph Hellwig2020-03-271-3/+6
* xfs: refactor and split xfs_log_done()Dave Chinner2020-03-271-12/+12
* xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong2020-03-261-0/+5
* xfs: remove XFS_BUF_TO_SBPChristoph Hellwig2020-03-111-1/+1
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-1/+1
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-2/+2
* xfs: remove XFS_TRANS_NOFSChristoph Hellwig2019-06-301-3/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-1/+0
* xfs: add a flag to release log items on commitChristoph Hellwig2019-06-281-0/+6
* xfs: split iop_unlockChristoph Hellwig2019-06-281-4/+3
* xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig2019-06-281-7/+3
* xfs: don't require log items to implement optional methodsChristoph Hellwig2019-06-281-6/+15
* xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig2019-06-281-1/+1
* xfs: fix a trivial comment typo in xfs_trans_committed_bulkChristoph Hellwig2019-06-281-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-021-8/+5
* xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-021-1/+1
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-021-3/+1
* xfs: clean out superfluous dfops dop params/varsBrian Foster2018-08-021-1/+1
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-021-1/+1
* xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-021-7/+0
* xfs: refactor internal dfops initializationBrian Foster2018-08-021-10/+9
* 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-111-0/+2
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-111-3/+3
* xfs: allow empty transactions while frozenDarrick J. Wong2018-06-241-1/+6
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-42/+16
* 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-111-4/+8
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-111-9/+9
* xfs: trace log reservations at mount timeDarrick J. Wong2018-01-081-0/+22
* xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-011-23/+5
* 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-061-15/+2
| * xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-031-0/+22
* | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko2017-05-031-6/+6
|/
* Merge branch 'xfs-4.9-reflink-prep' into for-nextDave Chinner2016-10-031-1/+0
|\
| * xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-191-1/+0