aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_priv.h
AgeCommit message (Expand)Author
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: get rid of the log item descriptorDave Chinner
2018-05-10xfs: log item flags are racyDave Chinner
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino
2017-04-25xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig
2015-08-19xfs: add helper to conditionally remove items from the AILBrian Foster
2015-06-04xfs: pass a boolean flag to xfs_trans_free_itemsChristoph Hellwig
2014-04-14xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Eric Sandeen
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-08-23xfs: Simplify xfs_ail_min() with list_first_entry_or_null()Jie Liu
2013-08-12xfs: sync minor header differences needed by userspace.Dave Chinner
2012-07-29xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig
2012-05-14xfs: implement freezing by emptying the AILChristoph Hellwig
2012-05-14xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig
2012-02-22xfs: remove xfs_trans_unlocked_itemChristoph Hellwig
2011-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder
2011-10-11xfs: reduce the number of log forces from tail pushingDave Chinner
2011-10-11xfs: revert to using a kthread for AIL pushingChristoph Hellwig
2011-07-20xfs: convert AIL cursors to use struct list_headDave Chinner
2011-07-20xfs: use a cursor for bulk AIL insertionDave Chinner
2011-04-08xfs: push the AIL from memory reclaim and periodic syncDave Chinner
2011-04-08xfs: convert the xfsaild threads to a workqueueDave Chinner
2010-12-20xfs: use AIL bulk delete function to implement single deleteDave Chinner
2010-12-20xfs: use AIL bulk update function to implement single updatesDave Chinner
2010-12-20xfs: remove all the inodes on a buffer from the AIL in bulkDave Chinner
2010-12-20xfs: bulk AIL insertion during transaction commitDave Chinner
2010-08-24xfs: unlock items before allowing the CIL to commitDave Chinner
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig
2010-05-24xfs: Introduce delayed logging core codeDave Chinner
2010-05-24xfs: Improve scalability of busy extent trackingDave Chinner
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailDavid Chinner
2008-10-30[XFS] Allow 64 bit machines to avoid the AIL lock during flushesDavid Chinner
2008-10-30[XFS] move the AIl traversal over to a consistent interfaceDavid Chinner
2008-10-30[XFS] Use a cursor for AIL traversal.David Chinner
2008-10-30[XFS] Allocate the struct xfs_ailDavid Chinner
2008-02-07[XFS] Move AIL pushing into it's own threadDavid Chinner
2008-02-07[XFS] Unwrap AIL_LOCKDonald Douwsma
2006-09-28[XFS] Add lock annotations to xfs_trans_update_ail andJosh Triplett
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds