summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-4/+4
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-8/+8
* xfs: AIL needs asynchronous CIL forcingDave Chinner2021-08-161-1/+1
* xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner2021-08-161-1/+1
* xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong2021-08-091-4/+1
* xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-211-3/+3
* xfs: update superblock counters correctly for !lazysbcountDave Chinner2021-04-291-0/+3
* xfs: remove obsolete AGF counter debuggingDarrick J. Wong2021-04-291-7/+0
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: support shrinking unused space in the last AGGao Xiang2021-03-251-1/+0
* xfs: __percpu_counter_compare() inode count debug too expensiveDave Chinner2021-03-251-9/+2
* xfs: use current->journal_info for detecting transaction recursionDave Chinner2021-02-251-15/+5
* xfs: don't nest transactions when scanning for eofblocksDarrick J. Wong2021-02-251-3/+10
* xfs: flush speculative space allocations when we run out of spaceDarrick J. Wong2021-02-031-0/+11
* xfs: flush eof/cowblocks if we can't reserve quota for chownDarrick J. Wong2021-02-031-10/+19
* xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong2021-02-031-0/+8
* xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong2021-02-031-0/+10
* xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong2021-02-031-2/+14
* xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-0/+62
* xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-0/+33
* xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong2021-02-031-2/+4
* xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-0/+48
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-161-1/+1
* xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia2020-09-251-1/+1
* xfs: simplify xfs_trans_getsbChristoph Hellwig2020-09-151-1/+1
* 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