aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-24xfs: don't use a xfs_log_iovec for ri_buf in log recoveryChristoph Hellwig1-1/+0
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig1-2/+1
2025-01-13xfs: remove the t_magic field in struct xfs_transChristoph Hellwig1-1/+0
2024-11-05xfs: grow the realtime section when realtime groups are enabledDarrick J. Wong1-0/+1
2024-11-05xfs: update realtime super every time we update the primary fs superDarrick J. Wong1-0/+1
2024-07-04xfs: skip flushing log items during pushDave Chinner1-1/+3
2024-07-02xfs: hoist new inode initialization functions to libxfsDarrick J. Wong1-1/+0
2024-03-25xfs: don't use current->journal_infoDave Chinner1-8/+1
2024-02-22xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong1-0/+1
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong1-0/+4
2023-12-06xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong1-12/+0
2023-12-06xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong1-1/+3
2023-12-06xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong1-4/+0
2023-12-06xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong1-1/+3
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner1-1/+1
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong1-2/+4
2022-07-14xfs: add log item precommit operationDave Chinner1-2/+4
2022-07-07xfs: Add order IDs to log items in CILDave Chinner1-0/+1
2022-05-04xfs: intent item whiteoutsDave Chinner1-2/+4
2022-05-04xfs: add log item method to return related intentsDave Chinner1-0/+1
2022-05-04xfs: add log item flags to indicate intentsDave Chinner1-12/+13
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner1-4/+4
2022-04-21xfs: convert log item tracepoint flags to unsigned.Dave Chinner1-4/+4
2022-04-21xfs: convert buffer flags to unsigned.Dave Chinner1-1/+1
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner1-1/+2
2022-03-14xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong1-0/+3
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-1/+1
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-10-14xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong1-6/+0
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner1-2/+2
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong1-15/+0
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner1-0/+30
2021-02-03xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong1-0/+3
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong1-0/+6
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong1-1/+2
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong1-0/+3
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong1-0/+10
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong1-1/+2
2020-10-07xfs: remove XFS_LI_RECOVEREDDarrick J. Wong1-3/+1
2020-09-25xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia1-0/+16
2020-09-15xfs: simplify xfs_trans_getsbChristoph Hellwig1-1/+1
2020-07-07xfs: unwind log item error flaggingDave Chinner1-1/+0
2020-07-07xfs: get rid of log item callbacksDave Chinner1-4/+0
2020-05-08xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong1-1/+3
2020-05-08xfs: refactor releasing finished intents during log recoveryDarrick J. Wong1-0/+1
2020-05-08xfs: refactor recovered EFI log item playbackDarrick J. Wong1-0/+1
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-9/+4
2020-01-26xfs: make xfs_trans_get_buf_map return an error codeDarrick J. Wong1-5/+10
2019-06-28xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig1-11/+0
2019-06-28xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig1-11/+0
2019-06-28xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig1-11/+0
2019-06-28xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig1-8/+0
2019-06-28xfs: remove the xfs_log_item_t typedefChristoph Hellwig1-8/+8
2019-06-28xfs: add a flag to release log items on commitChristoph Hellwig1-0/+7
2019-06-28xfs: split iop_unlockChristoph Hellwig1-2/+2
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen1-1/+1
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-1/+2
2018-12-12xfs: idiotproof defer op type configurationDarrick J. Wong1-4/+0
2018-10-18xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong1-0/+1
2018-08-02xfs: fold dfops into the transactionBrian Foster1-6/+2
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster1-1/+0
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster1-5/+5
2018-08-02xfs: automatic dfops inode reloggingBrian Foster1-3/+0
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster1-1/+0
2018-08-02xfs: replace dop_low with transaction flagBrian Foster1-2/+0
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster1-3/+0
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster1-0/+3
2018-07-26xfs: support embedded dfops in transactionBrian Foster1-1/+16
2018-07-26xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster1-1/+1
2018-07-11xfs: add firstblock field to xfs_transBrian Foster1-0/+1
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: add bmapi nodiscard flagBrian Foster1-1/+2
2018-05-10xfs: get rid of the log item descriptorDave Chinner1-4/+4
2018-05-10xfs: log item flags are racyDave Chinner1-7/+12
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster1-0/+1
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino1-1/+1
2017-09-01xfs: disallow marking previously dirty buffers as orderedBrian Foster1-1/+1
2017-09-01xfs: refactor buffer logging into buffer dirtying helperBrian Foster1-1/+3
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig1-1/+2
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino1-0/+1
2017-08-22xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino1-2/+5
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-1/+1
2017-06-19xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai1-4/+0
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong1-1/+1
2017-04-06xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig1-1/+0
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong1-0/+2
2017-01-30xfs: remove unused struct declarationsEric Sandeen1-1/+0
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong1-0/+1
2016-10-04xfs: log bmap intent itemsDarrick J. Wong1-0/+13
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong1-2/+6
2016-10-03xfs: log refcount intent itemsDarrick J. Wong1-0/+11
2016-08-03xfs: remove the extents array from the rmap update done log itemDarrick J. Wong1-1/+1
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong1-1/+2
2016-08-03xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong1-7/+4
2016-08-03xfs: log rmap intent itemsDarrick J. Wong1-0/+17
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong1-1/+1
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-5/+0
2016-08-03xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong1-0/+2
2016-08-03xfs: clean up typedef usage in the EFI/EFD handling codeDarrick J. Wong1-3/+3
2016-07-22xfs: allocate log vector buffers outside CIL context lockDave Chinner1-0/+1
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-5/+3
2016-03-02xfs: remove xfs_trans_get_block_resChristoph Hellwig1-1/+0
2015-08-19xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster1-4/+3
2015-08-19xfs: return committed status from xfs_trans_roll()Brian Foster1-0/+1
2015-08-19xfs: disentagle EFI release from the extent countBrian Foster1-1/+0
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-1/+1
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-1/+1
2015-06-04xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig1-3/+0
2013-12-13xfs: format log items write directly into the linear CIL bufferChristoph Hellwig1-1/+1
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-0/+5
2013-10-23xfs: decouple log and transaction headersDave Chinner1-5/+5
2013-10-23xfs: remove unused transaction callback variablesDave Chinner1-7/+0
2013-08-30xfs: finish removing IOP_* macros.Dave Chinner1-7/+1
2013-08-13xfs: avoid CIL allocation during insertDave Chinner1-1/+0
2013-08-13xfs: Reduce allocations during CIL insertionDave Chinner1-1/+0
2013-08-13xfs: return log item size in IOP_SIZEDave Chinner1-2/+1
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-1/+2
2013-08-12xfs: split out transaction reservation codeDave Chinner1-75/+2
2013-08-12xfs: sync minor header differences needed by userspace.Dave Chinner1-4/+1
2013-08-12xfs: split out on-disk transaction definitionsDave Chinner1-205/+0
2013-06-27xfs: Inode create log itemsDave Chinner1-1/+3
2013-06-27xfs: Introduce an ordered buffer itemDave Chinner1-0/+1
2013-06-19xfs: Remove two dead transaction log reservaion macrosJie Liu1-8/+3
2013-05-07xfs: introduce CONFIG_XFS_WARNDave Chinner1-2/+2
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner1-4/+0
2013-04-27xfs: add buffer types to directory and attribute buffersDave Chinner1-0/+2
2013-04-21xfs: add support for large btree blocksChristoph Hellwig1-0/+2
2013-02-01xfs: refactor space log reservation for XFS_TRANS_ATTR_SETJeff Liu1-7/+4
2013-02-01xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on diskJeff Liu1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount timeJeff Liu1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeJeff Liu1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeJeff Liu1-0/+1
2013-02-01xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeJeff Liu1-1/+1
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-3/+3
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-11/+8
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2012-07-31xfs: Convert to new freezing codeJan Kara1-0/+2
2012-07-01xfs: add discontiguous buffer support to transactionsDave Chinner1-5/+45
2012-05-29xfs: switch to proper __bitwise type for KM_... flagsAl Viro1-1/+1
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-11/+7
2011-12-08xfs: remove the lid_size field in struct log_item_descChristoph Hellwig1-2/+1
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig1-3/+3
2011-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder1-1/+1
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-2/+1
2011-10-11xfs: unlock the inode before log force in xfs_fsyncChristoph Hellwig1-4/+1
2011-10-11xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig1-1/+1
2011-02-22xfs: more sensible inode refcounting for iallocChristoph Hellwig1-2/+0
2010-12-02xfs: connect up buffer reclaim priority hooksDave Chinner1-1/+1
2010-10-18xfs: remove unused t_callback field in struct xfs_transChristoph Hellwig1-2/+0
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner1-0/+1
2010-07-26xfs: remove the unused XFS_TRANS_NOSLEEP/XFS_TRANS_WAIT flagsChristoph Hellwig1-2/+0
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-2/+2
2010-07-26xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig1-4/+2
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig1-98/+7
2010-05-28xfs: cleanup log reservation calculactionsChristoph Hellwig1-411/+0
2010-05-24xfs: Ensure inode allocation buffers are fully replayedDave Chinner1-0/+1
2010-05-24xfs: Introduce delayed logging core codeDave Chinner1-1/+7
2010-05-24xfs: Improve scalability of busy extent trackingDave Chinner1-33/+2
2010-05-19xfs: add log item recovery tracingDave Chinner1-0/+9
2010-05-19xfs: remove stale parameter from ->iop_unpin methodDave Chinner1-3/+2
2010-03-01xfs: stop passing opaque handles to xfs_log.c routinesChristoph Hellwig1-1/+1
2010-02-02xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner1-2/+1
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+47
2009-12-11xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig1-1/+1
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig1-1/+1
2009-03-29xfs: fix various typosMalcolm Parsons1-6/+6
2009-02-09xfs: remove superflous inobt macrosChristoph Hellwig1-6/+6
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner1-3/+0
2008-10-30[XFS] Add ail pointer into log itemsDavid Chinner1-0/+1
2008-10-30[XFS] move the AIl traversal over to a consistent interfaceDavid Chinner1-1/+0
2008-10-30[XFS] Sync up kernel and user-space headersBarry Naujok1-161/+156
2008-08-13[XFS] remove shouting-indirection macros from xfs_trans.hEric Sandeen1-11/+0
2008-08-13[XFS] Move xfs_attr_rolltrans to xfs_trans_rollNiv Sardi1-0/+1
2008-04-18[XFS] Replace custom AIL linked-list code with struct list_headJosef 'Jeff' Sipek1-6/+1
2008-04-18[XFS] kill t_sema member of struct xfs_transNiv Sardi1-1/+0
2008-02-07[XFS] Move AIL pushing into it's own threadDavid Chinner1-2/+3
2008-02-07[XFS] Fix up sparse warnings.David Chinner1-0/+2
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner1-1/+2
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen1-3/+1
2007-02-10[XFS] Make growfs work for amounts greater than 2TBDavid Chinner1-21/+21
2007-02-10[XFS] Get rid of old 5.3/6.1 v1 log items. Cleanup patch sent in by EricEric Sandeen1-4/+0
2006-09-28[XFS] Remove unused iop_abort log item operationEric Sandeen1-2/+0
2006-06-27[XFS] Reduce size of xfs_trans_t structure. * remove ->t_forw, ->t_back --Alexey Dobriyan1-2/+2
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-5/+2
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-1/+1
2006-03-14[XFS] Cleanup the use of zones/slabs, more consistent and allows flags toNathan Scott1-1/+1
2006-01-11[XFS] Sort out cosmetic differences between user and kernel copies of someNathan Scott1-1/+0
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-61/+59
2005-11-02[XFS] remove unused struct xfs_ail_ticketChristoph Hellwig1-13/+0
2005-11-02[XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig1-1/+6
2005-09-05[XFS] Fixes a bug in the quota code when allocating a new dquot recordTim Shimmin1-0/+1
2005-09-02[XFS] 929956 add log debugging and tracing infoTim Shimmin1-0/+1
2005-06-21[XFS] Remove dead code. Patch from Adrian BunkChristoph Hellwig1-3/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1042