aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-15xfs: simplify xfs_trans_getsbGravatar Christoph Hellwig 1-1/+1
2020-07-28xfs: Remove kmem_zone_zalloc() usageGravatar Carlos Maiolino 1-2/+2
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksGravatar Brian Foster 1-1/+18
2020-05-27xfs: remove the m_active_trans counterGravatar Dave Chinner 1-16/+11
2020-05-27xfs: reduce free inode accounting overheadGravatar Dave Chinner 1-4/+13
2020-05-27xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()Gravatar Dave Chinner 1-143/+20
2020-03-27xfs: split xlog_ticket_doneGravatar Christoph Hellwig 1-3/+6
2020-03-27xfs: refactor and split xfs_log_done()Gravatar Dave Chinner 1-12/+12
2020-03-26xfs: prohibit fs freezing when using empty transactionsGravatar Darrick J. Wong 1-0/+5
2020-03-11xfs: remove XFS_BUF_TO_SBPGravatar Christoph Hellwig 1-1/+1
2019-11-18xfs: Remove kmem_zone_free() wrapperGravatar Carlos Maiolino 1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-2/+2
2019-06-30xfs: remove XFS_TRANS_NOFSGravatar Christoph Hellwig 1-3/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-1/+0
2019-06-28xfs: add a flag to release log items on commitGravatar Christoph Hellwig 1-0/+6
2019-06-28xfs: split iop_unlockGravatar Christoph Hellwig 1-4/+3
2019-06-28xfs: don't use xfs_trans_free_items in the commit pathGravatar Christoph Hellwig 1-7/+3
2019-06-28xfs: don't require log items to implement optional methodsGravatar Christoph Hellwig 1-6/+15
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagGravatar Christoph Hellwig 1-1/+1
2019-06-28xfs: fix a trivial comment typo in xfs_trans_committed_bulkGravatar Christoph Hellwig 1-1/+1
2019-06-12xfs: remove unused flags arg from getsb interfacesGravatar Eric Sandeen 1-1/+1
2018-09-29xfs: avoid lockdep false positives in xfs_trans_allocGravatar Dave Chinner 1-2/+8
2018-08-02xfs: fold dfops into the transactionGravatar Brian Foster 1-8/+5
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listGravatar Brian Foster 1-1/+1
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorGravatar Brian Foster 1-3/+1
2018-08-02xfs: clean out superfluous dfops dop params/varsGravatar Brian Foster 1-1/+1
2018-08-02xfs: pass transaction to dfops reset/move helpersGravatar Brian Foster 1-1/+1
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperGravatar Brian Foster 1-7/+0
2018-08-02xfs: refactor internal dfops initializationGravatar Brian Foster 1-10/+9
2018-07-26xfs: bypass final dfops roll in trans commit pathGravatar Brian Foster 1-1/+1
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterGravatar Brian Foster 1-3/+10
2018-07-26xfs: support embedded dfops in transactionGravatar Brian Foster 1-4/+26
2018-07-11xfs: add firstblock field to xfs_transGravatar Brian Foster 1-0/+2
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsGravatar Brian Foster 1-3/+3
2018-06-24xfs: allow empty transactions while frozenGravatar Darrick J. Wong 1-1/+6
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-05-10xfs: get rid of the log item descriptorGravatar Dave Chinner 1-42/+16
2018-05-10xfs: add tracing to high level transaction operationsGravatar Dave Chinner 1-1/+19
2018-05-10xfs: log item flags are racyGravatar Dave Chinner 1-2/+2
2018-05-09xfs: defer agfl block frees when dfops is availableGravatar Brian Foster 1-3/+8
2018-03-14xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnGravatar Christoph Hellwig 1-1/+1
2018-03-11xfs: shutdown if block allocation overruns tx reservationGravatar Brian Foster 1-4/+8
2018-03-11xfs: Rename xa_ elements to ail_Gravatar Matthew Wilcox 1-9/+9
2018-01-08xfs: trace log reservations at mount timeGravatar Darrick J. Wong 1-0/+22
2017-09-01xfs: refactor xfs_trans_rollGravatar Christoph Hellwig 1-23/+5
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-15/+24
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSGravatar Michal Hocko 1-6/+6
2017-04-06xfs: fold __xfs_trans_roll into xfs_trans_rollGravatar Christoph Hellwig 1-15/+2
2017-04-03xfs: implement the GETFSMAP ioctlGravatar Darrick J. Wong 1-0/+22
2016-10-03Merge branch 'xfs-4.9-reflink-prep' into for-nextGravatar Dave Chinner 1-1/+0