aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-29xfs: avoid lockdep false positives in xfs_trans_allocDave Chinner1-2/+8
2018-08-02xfs: fold dfops into the transactionBrian Foster1-8/+5
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster1-1/+1
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster1-3/+1
2018-08-02xfs: clean out superfluous dfops dop params/varsBrian Foster1-1/+1
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster1-1/+1
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster1-7/+0
2018-08-02xfs: 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-11xfs: add firstblock field to xfs_transBrian Foster1-0/+2
2018-07-11xfs: 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-06xfs: 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-11xfs: shutdown if block allocation overruns tx reservationBrian Foster1-4/+8
2018-03-11xfs: 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-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko1-6/+6
2017-04-06xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig1-15/+2
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong1-0/+22
2016-10-03Merge branch 'xfs-4.9-reflink-prep' into for-nextDave Chinner1-1/+0
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong1-1/+0
2016-09-14xfs: undo block reservation correctly in xfs_trans_reserve()Eryu Guan1-1/+1
2016-04-06xfs: remove transaction typesChristoph Hellwig1-1/+1
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-47/+41
2016-03-15xfs: ensure committed is initialized in xfs_trans_rollEric Sandeen1-1/+3
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell1-3/+3
2015-08-19xfs: return committed status from xfs_trans_roll()Brian Foster1-2/+13
2015-06-04xfs: fix xfs_log_done interfaceChristoph Hellwig1-29/+4
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-16/+19
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-18/+9
2015-06-04xfs: pass a boolean flag to xfs_trans_free_itemsChristoph Hellwig1-4/+4
2015-06-04xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig1-3/+5
2015-02-23xfs: replace xfs_mod_incore_sb_batchedDave Chinner1-72/+126
2015-02-23xfs: introduce xfs_mod_frextentsDave Chinner1-8/+10
2015-02-23xfs: use generic percpu counters for free block counterDave Chinner1-10/+6
2015-02-23xfs: use generic percpu counters for free inode counterDave Chinner1-3/+2
2015-02-23xfs: use generic percpu counters for inode counterDave Chinner1-3/+2
2015-01-22xfs: set superblock buffer type correctlyDave Chinner1-0/+1
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-06-25xfs: global error sign conversionDave Chinner1-4/+4