summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: xfs_trans_commit() path must check for log shutdownDave Chinner2022-03-291-15/+33
* xfs: AIL should be log centricDave Chinner2022-03-201-1/+1
* xfs: log items should have a xlog pointer, not a mountDave Chinner2022-03-201-1/+1
* xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong2022-03-141-0/+86
* xfs: shut down filesystem if we xfs_trans_cancel with deferred work itemsDarrick J. Wong2021-12-211-1/+10
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-4/+4
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: remove the xfs_dsb_t typedefChristoph Hellwig2021-10-141-4/+4
* 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