summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-111-1/+1
* Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2022-07-141-2/+4
|\
| * xfs: add log item precommit operationDave Chinner2022-07-141-2/+4
* | xfs: Add order IDs to log items in CILDave Chinner2022-07-071-0/+1
|/
* xfs: intent item whiteoutsDave Chinner2022-05-041-2/+4
* xfs: add log item method to return related intentsDave Chinner2022-05-041-0/+1
* xfs: add log item flags to indicate intentsDave Chinner2022-05-041-12/+13
* Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner2022-04-211-4/+4
|\
| * xfs: convert log item tracepoint flags to unsigned.Dave Chinner2022-04-211-4/+4
* | xfs: convert buffer flags to unsigned.Dave Chinner2022-04-211-1/+1
|/
* xfs: log items should have a xlog pointer, not a mountDave Chinner2022-03-201-1/+2
* xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong2022-03-141-0/+3
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-1/+1
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong2021-10-141-6/+0
* xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-211-2/+2
* xfs: remove obsolete AGF counter debuggingDarrick J. Wong2021-04-291-15/+0
* xfs: use current->journal_info for detecting transaction recursionDave Chinner2021-02-251-0/+30
* xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-0/+3
* xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-0/+6
* xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong2021-02-031-1/+2
* xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-0/+3
* xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-071-0/+10
* xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-071-1/+2
* xfs: remove XFS_LI_RECOVEREDDarrick J. Wong2020-10-071-3/+1
* xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia2020-09-251-0/+16
* xfs: simplify xfs_trans_getsbChristoph Hellwig2020-09-151-1/+1
* xfs: unwind log item error flaggingDave Chinner2020-07-071-1/+0
* xfs: get rid of log item callbacksDave Chinner2020-07-071-4/+0
* xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong2020-05-081-1/+3
* xfs: refactor releasing finished intents during log recoveryDarrick J. Wong2020-05-081-0/+1
* xfs: refactor recovered EFI log item playbackDarrick J. Wong2020-05-081-0/+1
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-9/+4
* xfs: make xfs_trans_get_buf_map return an error codeDarrick J. Wong2020-01-261-5/+10
* xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig2019-06-281-11/+0
* xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig2019-06-281-11/+0
* xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig2019-06-281-11/+0
* xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig2019-06-281-8/+0
* xfs: remove the xfs_log_item_t typedefChristoph Hellwig2019-06-281-8/+8
* xfs: add a flag to release log items on commitChristoph Hellwig2019-06-281-0/+7
* xfs: split iop_unlockChristoph Hellwig2019-06-281-2/+2
* xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-121-1/+1
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-1/+2
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-121-4/+0
* xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong2018-10-181-0/+1
* xfs: fold dfops into the transactionBrian Foster2018-08-021-6/+2
* xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-021-1/+0
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-021-5/+5
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-3/+0
* xfs: automatic dfops buffer reloggingBrian Foster2018-08-021-1/+0