summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't assert fail on transaction cancel with deferred opsDave Chinner2023-02-111-2/+2
* xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-111-2/+2
* Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2022-07-141-0/+91
|\
| * xfs: add log item precommit operationDave Chinner2022-07-141-0/+91
* | xfs: convert log vector chain to use list headsDave Chinner2022-07-071-2/+2
|/
* xfs: report "max_resp" used for min log size computationDarrick J. Wong2022-04-281-3/+0
* Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner2022-04-211-4/+2
|\
| * xfs: log tickets don't need log client idDave Chinner2022-04-211-4/+2
* | xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong2022-04-121-6/+37
|/
* 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