summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans.c
AgeCommit message (Expand)Author
2022-04-28xfs: report "max_resp" used for min log size computationDarrick J. Wong
2022-04-21Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner
2022-04-21xfs: log tickets don't need log client idDave Chinner
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong
2022-03-29xfs: xfs_trans_commit() path must check for log shutdownDave Chinner
2022-03-20xfs: AIL should be log centricDave Chinner
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner
2022-03-14xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong
2021-12-21xfs: shut down filesystem if we xfs_trans_cancel with deferred work itemsDarrick J. Wong
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-14xfs: remove the xfs_dsb_t typedefChristoph Hellwig
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-16xfs: AIL needs asynchronous CIL forcingDave Chinner
2021-08-16xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner
2021-08-09xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig
2021-03-25xfs: support shrinking unused space in the last AGGao Xiang
2021-03-25xfs: __percpu_counter_compare() inode count debug too expensiveDave Chinner
2021-02-25xfs: use current->journal_info for detecting transaction recursionxfs-5.12-merge-6Dave Chinner
2021-02-25xfs: don't nest transactions when scanning for eofblocksDarrick J. Wong
2021-02-03xfs: flush speculative space allocations when we run out of spaceDarrick J. Wong
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for chownDarrick J. Wong
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong
2021-02-03xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong
2021-02-03xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong
2020-12-16xfs: remove xfs_buf_t typedefxfs-5.11-merge-4Dave Chinner
2020-09-25xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia
2020-09-15xfs: simplify xfs_trans_getsbChristoph Hellwig
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster
2020-05-27xfs: remove the m_active_trans counterDave Chinner
2020-05-27xfs: reduce free inode accounting overheadDave Chinner
2020-05-27xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()Dave Chinner
2020-03-27xfs: split xlog_ticket_doneChristoph Hellwig
2020-03-27xfs: refactor and split xfs_log_done()Dave Chinner
2020-03-26xfs: prohibit fs freezing when using empty transactionsxfs-5.7-merge-8Darrick J. Wong
2020-03-11xfs: remove XFS_BUF_TO_SBPxfs-5.7-merge-2Christoph Hellwig
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-30xfs: remove XFS_TRANS_NOFSxfs-5.3-merge-6Christoph Hellwig
2019-06-28xfs: remove unused header filesEric Sandeen