summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_priv.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: add helper to conditionally remove items from the AILBrian Foster2015-08-191-0/+15
* xfs: pass a boolean flag to xfs_trans_free_itemsChristoph Hellwig2015-06-041-1/+1
* xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Eric Sandeen2014-04-141-2/+1
* xfs: decouple log and transaction headersDave Chinner2013-10-231-1/+0
* xfs: Simplify xfs_ail_min() with list_first_entry_or_null()Jie Liu2013-08-231-0/+12
* xfs: sync minor header differences needed by userspace.Dave Chinner2013-08-121-0/+3
* xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster2012-07-291-0/+1
* xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner2012-05-141-3/+5
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-0/+1
* xfs: implement freezing by emptying the AILChristoph Hellwig2012-05-141-0/+2
* xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig2012-05-141-0/+1
* xfs: remove xfs_trans_unlocked_itemChristoph Hellwig2012-02-221-3/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-10-171-7/+1
|\
| * xfs: revert to using a kthread for AIL pushingChristoph Hellwig2011-10-111-7/+1
* | xfs: reduce the number of log forces from tail pushingDave Chinner2011-10-111-0/+1
|/
* xfs: convert AIL cursors to use struct list_headDave Chinner2011-07-201-2/+2
* xfs: use a cursor for bulk AIL insertionDave Chinner2011-07-201-3/+7
* xfs: push the AIL from memory reclaim and periodic syncDave Chinner2011-04-081-3/+4
* xfs: convert the xfsaild threads to a workqueueDave Chinner2011-04-081-7/+8
* xfs: use AIL bulk delete function to implement single deleteDave Chinner2010-12-201-7/+11
* xfs: use AIL bulk update function to implement single updatesDave Chinner2010-12-201-7/+12
* xfs: remove all the inodes on a buffer from the AIL in bulkDave Chinner2010-12-201-0/+4
* xfs: bulk AIL insertion during transaction commitDave Chinner2010-12-201-2/+8
* xfs: unlock items before allowing the CIL to commitDave Chinner2010-08-241-1/+2
* xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-261-16/+2
* xfs: Introduce delayed logging core codeDave Chinner2010-05-241-3/+8
* xfs: Improve scalability of busy extent trackingDave Chinner2010-05-241-4/+0
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-301-6/+9
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-301-2/+3
* [XFS] Allow 64 bit machines to avoid the AIL lock during flushesDavid Chinner2008-10-301-0/+23
* [XFS] move the AIl traversal over to a consistent interfaceDavid Chinner2008-10-301-6/+7
* [XFS] Use a cursor for AIL traversal.David Chinner2008-10-301-11/+44
* [XFS] Allocate the struct xfs_ailDavid Chinner2008-10-301-5/+12
* [XFS] Move AIL pushing into it's own threadDavid Chinner2008-02-071-0/+8
* [XFS] Unwrap AIL_LOCKDonald Douwsma2008-02-071-3/+2
* [XFS] Add lock annotations to xfs_trans_update_ail andJosh Triplett2006-09-281-5/+7
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+73
OpenPOWER on IntegriCloud