aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-4/+4
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-8/+8
2021-08-16xfs: AIL needs asynchronous CIL forcingDave Chinner1-1/+1
2021-08-16xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner1-1/+1
2021-08-09xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong1-4/+1
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner1-3/+3
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner1-0/+3
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong1-7/+0
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-03-25xfs: support shrinking unused space in the last AGGao Xiang1-1/+0
2021-03-25xfs: __percpu_counter_compare() inode count debug too expensiveDave Chinner1-9/+2
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner1-15/+5
2021-02-25xfs: don't nest transactions when scanning for eofblocksDarrick J. Wong1-3/+10
2021-02-03xfs: flush speculative space allocations when we run out of spaceDarrick J. Wong1-0/+11
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for chownDarrick J. Wong1-10/+19
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong1-0/+8
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong1-0/+10
2021-02-03xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong1-2/+14
2021-02-03xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong1-0/+62
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong1-0/+33
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong1-2/+4
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong1-0/+48
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner1-1/+1
2020-09-25xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia1-1/+1
2020-09-15xfs: simplify xfs_trans_getsbChristoph Hellwig1-1/+1
2020-07-28xfs: 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-28xfs: remove unused header filesEric Sandeen1-1/+0
2019-06-28xfs: add a flag to release log items on commitChristoph Hellwig1-0/+6
2019-06-28xfs: split iop_unlockChristoph Hellwig1-4/+3
2019-06-28xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig1-7/+3
2019-06-28xfs: don't require log items to implement optional methodsChristoph Hellwig1-6/+15
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig1-1/+1
2019-06-28xfs: 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-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