aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans_priv.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-07xfs: convert log vector chain to use list headsGravatar Dave Chinner 1-1/+2
2022-03-20xfs: AIL should be log centricGravatar Dave Chinner 1-1/+2
2020-05-08xfs: refactor adding recovered intent items to the logGravatar Darrick J. Wong 1-0/+3
2020-05-07xfs: combine xfs_trans_ail_[remove|delete]()Gravatar Brian Foster 1-17/+0
2020-05-07xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Gravatar Brian Foster 1-2/+1
2020-05-07xfs: acquire ->ail_lock from xfs_trans_ail_delete()Gravatar Brian Foster 1-6/+8
2020-03-27xfs: tail updates only need to occur when LSN changesGravatar Dave Chinner 1-2/+2
2020-03-27xfs: factor common AIL item deletion codeGravatar Dave Chinner 1-1/+3
2019-06-28xfs: don't use xfs_trans_free_items in the commit pathGravatar Christoph Hellwig 1-2/+0
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagGravatar Christoph Hellwig 1-1/+1
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-05-10xfs: get rid of the log item descriptorGravatar Dave Chinner 1-1/+0
2018-05-10xfs: log item flags are racyGravatar Dave Chinner 1-6/+4
2018-03-11xfs: Rename xa_ elements to ail_Gravatar Matthew Wilcox 1-21/+21
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackGravatar Carlos Maiolino 1-0/+31
2017-04-25xfs: remove xfs_trans_ail_delete_bulkGravatar Christoph Hellwig 1-12/+3
2015-08-19xfs: add helper to conditionally remove items from the AILGravatar Brian Foster 1-0/+15
2015-06-04xfs: pass a boolean flag to xfs_trans_free_itemsGravatar Christoph Hellwig 1-1/+1
2014-04-14xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Gravatar Eric Sandeen 1-2/+1
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-1/+0
2013-08-23xfs: Simplify xfs_ail_min() with list_first_entry_or_null()Gravatar Jie Liu 1-0/+12
2013-08-12xfs: sync minor header differences needed by userspace.Gravatar Dave Chinner 1-0/+3
2012-07-29xfs: re-enable xfsaild idle mode and fix associated racesGravatar Brian Foster 1-0/+1
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkGravatar Dave Chinner 1-3/+5
2012-05-14xfs: on-stack delayed write buffer listsGravatar Christoph Hellwig 1-0/+1
2012-05-14xfs: implement freezing by emptying the AILGravatar Christoph Hellwig 1-0/+2
2012-05-14xfs: allow assigning the tail lsn with the AIL lock heldGravatar Christoph Hellwig 1-0/+1
2012-02-22xfs: remove xfs_trans_unlocked_itemGravatar Christoph Hellwig 1-3/+0
2011-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Alex Elder 1-7/+1
2011-10-11xfs: reduce the number of log forces from tail pushingGravatar Dave Chinner 1-0/+1
2011-10-11xfs: revert to using a kthread for AIL pushingGravatar Christoph Hellwig 1-7/+1
2011-07-20xfs: convert AIL cursors to use struct list_headGravatar Dave Chinner 1-2/+2
2011-07-20xfs: use a cursor for bulk AIL insertionGravatar Dave Chinner 1-3/+7
2011-04-08xfs: push the AIL from memory reclaim and periodic syncGravatar Dave Chinner 1-3/+4
2011-04-08xfs: convert the xfsaild threads to a workqueueGravatar Dave Chinner 1-7/+8
2010-12-20xfs: use AIL bulk delete function to implement single deleteGravatar Dave Chinner 1-7/+11
2010-12-20xfs: use AIL bulk update function to implement single updatesGravatar Dave Chinner 1-7/+12
2010-12-20xfs: remove all the inodes on a buffer from the AIL in bulkGravatar Dave Chinner 1-0/+4
2010-12-20xfs: bulk AIL insertion during transaction commitGravatar Dave Chinner 1-2/+8
2010-08-24xfs: unlock items before allowing the CIL to commitGravatar Dave Chinner 1-1/+2
2010-07-26xfs: simplify log item descriptor trackingGravatar Christoph Hellwig 1-16/+2
2010-05-24xfs: Introduce delayed logging core codeGravatar Dave Chinner 1-3/+8
2010-05-24xfs: Improve scalability of busy extent trackingGravatar Dave Chinner 1-4/+0
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIGravatar David Chinner 1-6/+9
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailGravatar David Chinner 1-2/+3
2008-10-30[XFS] Allow 64 bit machines to avoid the AIL lock during flushesGravatar David Chinner 1-0/+23
2008-10-30[XFS] move the AIl traversal over to a consistent interfaceGravatar David Chinner 1-6/+7
2008-10-30[XFS] Use a cursor for AIL traversal.Gravatar David Chinner 1-11/+44
2008-10-30[XFS] Allocate the struct xfs_ailGravatar David Chinner 1-5/+12
2008-02-07[XFS] Move AIL pushing into it's own threadGravatar David Chinner 1-0/+8