summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-25xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia1-1/+1
2020-09-16xfs: simplify xfs_trans_getsbChristoph Hellwig1-1/+1
2020-07-29xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-2/+2
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster1-1/+18
2020-05-27xfs: remove the m_active_trans counterDave Chinner1-16/+11
2020-05-27xfs: reduce free inode accounting overheadDave Chinner1-4/+13
2020-05-27xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()Dave Chinner1-143/+20
2020-03-27xfs: split xlog_ticket_doneChristoph Hellwig1-3/+6
2020-03-27xfs: refactor and split xfs_log_done()Dave Chinner1-12/+12
2020-03-26xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong1-0/+5
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig1-1/+1
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-2/+2
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig1-3/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-1/+0
2019-06-29xfs: add a flag to release log items on commitChristoph Hellwig1-0/+6
2019-06-29xfs: split iop_unlockChristoph Hellwig1-4/+3
2019-06-29xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig1-7/+3
2019-06-29xfs: don't require log items to implement optional methodsChristoph Hellwig1-6/+15
2019-06-29xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig1-1/+1
2019-06-29xfs: fix a trivial comment typo in xfs_trans_committed_bulkChristoph Hellwig1-1/+1
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen1-1/+1
2018-09-29xfs: avoid lockdep false positives in xfs_trans_allocDave Chinner1-2/+8
2018-08-03xfs: fold dfops into the transactionBrian Foster1-8/+5
2018-08-03xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster1-1/+1
2018-08-03xfs: cancel dfops on xfs_defer_finish() errorBrian Foster1-3/+1
2018-08-03xfs: clean out superfluous dfops dop params/varsBrian Foster1-1/+1
2018-08-03xfs: pass transaction to dfops reset/move helpersBrian Foster1-1/+1
2018-08-03xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster1-7/+0
2018-08-03xfs: refactor internal dfops initializationBrian Foster1-10/+9
2018-07-26xfs: bypass final dfops roll in trans commit pathBrian Foster1-1/+1
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster1-3/+10
2018-07-26xfs: support embedded dfops in transactionBrian Foster1-4/+26
2018-07-12xfs: add firstblock field to xfs_transBrian Foster1-0/+2
2018-07-12xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster1-3/+3
2018-06-24xfs: allow empty transactions while frozenDarrick J. Wong1-1/+6
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: get rid of the log item descriptorDave Chinner1-42/+16
2018-05-10xfs: add tracing to high level transaction operationsDave Chinner1-1/+19
2018-05-10xfs: log item flags are racyDave Chinner1-2/+2
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster1-3/+8
2018-03-14xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig1-1/+1
2018-03-12xfs: shutdown if block allocation overruns tx reservationBrian Foster1-4/+8
2018-03-12xfs: Rename xa_ elements to ail_Matthew Wilcox1-9/+9
2018-01-08xfs: trace log reservations at mount timeDarrick J. Wong1-0/+22
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig1-23/+5
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-15/+24
2017-05-04xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko1-6/+6
2017-04-07xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig1-15/+2
2017-04-04xfs: implement the GETFSMAP ioctlDarrick J. Wong1-0/+22