summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_ail.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner2012-05-141-2/+3
* xfs: remove some obsolete comments in xfs_trans_ail.cChristoph Hellwig2012-05-141-14/+0
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-72/+57
* xfs: implement freezing by emptying the AILChristoph Hellwig2012-05-141-7/+29
* xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig2012-05-141-7/+15
* xfs: cleanup xfs_log_space_wakeChristoph Hellwig2012-02-221-2/+2
* xfs: remove xfs_trans_unlocked_itemChristoph Hellwig2012-02-221-44/+0
* xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig2012-02-221-34/+11
* xfs: add AIL pushing tracepointsChristoph Hellwig2011-10-181-0/+8
* xfs: put in missed fix for merge problemAlex Elder2011-10-181-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-10-171-35/+48
|\
| * xfs: revert to using a kthread for AIL pushingChristoph Hellwig2011-10-111-32/+41
| * xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-111-2/+7
| * xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig2011-10-111-1/+0
* | xfs: reduce the number of log forces from tail pushingDave Chinner2011-10-111-13/+20
|/
* xfs: set cursor in xfs_ail_splice() even when AIL was emptyAlex Elder2011-08-091-38/+29
* xfs: convert AIL cursors to use struct list_headDave Chinner2011-07-201-53/+26
* xfs: remove confusing ail cursor wrapperDave Chinner2011-07-201-31/+19
* xfs: use a cursor for bulk AIL insertionDave Chinner2011-07-201-21/+88
* xfs: fix race condition in AIL push triggerDave Chinner2011-05-091-6/+10
* xfs: make AIL target updates and compares 32bit safe.Dave Chinner2011-05-091-3/+4
* xfs: always push the AIL to the targetDave Chinner2011-05-091-1/+1
* xfs: exit AIL push work correctly when AIL is emptyDave Chinner2011-05-091-13/+13
* xfs: push the AIL from memory reclaim and periodic syncDave Chinner2011-04-081-2/+48
* xfs: clean up code layout in xfs_trans_ail.cDave Chinner2011-04-081-136/+118
* xfs: convert the xfsaild threads to a workqueueDave Chinner2011-04-081-60/+73
* xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-071-1/+1
* xfs: use AIL bulk delete function to implement single deleteDave Chinner2010-12-201-65/+0
* xfs: use AIL bulk update function to implement single updatesDave Chinner2010-12-201-88/+0
* xfs: remove all the inodes on a buffer from the AIL in bulkDave Chinner2010-12-201-0/+73
* xfs: bulk AIL insertion during transaction commitDave Chinner2010-12-201-2/+107
* xfs: clean up xfs_ail_delete()Dave Chinner2010-12-031-20/+7
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner2010-02-021-6/+7
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-211-1/+1
* xfs: Don't wake the aild once per secondDave Chinner2010-01-151-8/+11
* xfs: copy li_lsn before dropping AIL lockNathaniel W. Turner2009-11-171-3/+20
* xfs: fix various typosMalcolm Parsons2009-03-291-2/+2
* [XFS] correctly select first log item to pushDavid Chinner2008-10-301-1/+1
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-301-20/+21
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-301-27/+29
* [XFS] move the AIl traversal over to a consistent interfaceDavid Chinner2008-10-301-75/+42
* [XFS] Use a cursor for AIL traversal.David Chinner2008-10-301-56/+151
* [XFS] Allocate the struct xfs_ailDavid Chinner2008-10-301-38/+49
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-181-1/+1
* [XFS] Replace custom AIL linked-list code with struct list_headJosef 'Jeff' Sipek2008-04-181-89/+60
* [XFS] 977545 977545 977545 977545 977545 977545 xfsaild causing too manyDavid Chinner2008-03-061-7/+10
* [XFS] Make xfs_ail_check check less by defaultDavid Chinner2008-02-071-9/+28
* [XFS] Move AIL pushing into it's own threadDavid Chinner2008-02-071-91/+178