summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans.h
AgeCommit message (Expand)Author
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2023-12-06xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong
2023-12-06xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong
2023-12-06xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong
2023-12-06xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong
2022-07-14xfs: add log item precommit operationDave Chinner
2022-07-07xfs: Add order IDs to log items in CILDave Chinner
2022-05-04xfs: intent item whiteoutsDave Chinner
2022-05-04xfs: add log item method to return related intentsDave Chinner
2022-05-04xfs: add log item flags to indicate intentsDave Chinner
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner
2022-04-21xfs: convert log item tracepoint flags to unsigned.Dave Chinner
2022-04-21xfs: convert buffer flags to unsigned.Dave 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-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-14xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner
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-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-10-07xfs: remove XFS_LI_RECOVEREDDarrick J. Wong
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-07xfs: unwind log item error flaggingDave Chinner
2020-07-07xfs: get rid of log item callbacksDave Chinner
2020-05-08xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong
2020-05-08xfs: refactor releasing finished intents during log recoveryDarrick J. Wong
2020-05-08xfs: refactor recovered EFI log item playbackDarrick J. Wong
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_trans_get_buf_map return an error codeDarrick J. Wong
2019-06-28xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig
2019-06-28xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig
2019-06-28xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig
2019-06-28xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig
2019-06-28xfs: remove the xfs_log_item_t typedefChristoph Hellwig
2019-06-28xfs: add a flag to release log items on commitChristoph Hellwig
2019-06-28xfs: split iop_unlockChristoph Hellwig
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-12-12xfs: idiotproof defer op type configurationDarrick J. Wong
2018-10-18xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong