aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_ail.c
Commit message (Expand)AuthorAge
* xfs: set cursor in xfs_ail_splice() even when AIL was emptyAlex Elder2011-08-09
* xfs: convert AIL cursors to use struct list_headDave Chinner2011-07-20
* xfs: remove confusing ail cursor wrapperDave Chinner2011-07-20
* xfs: use a cursor for bulk AIL insertionDave Chinner2011-07-20
* xfs: fix race condition in AIL push triggerDave Chinner2011-05-09
* xfs: make AIL target updates and compares 32bit safe.Dave Chinner2011-05-09
* xfs: always push the AIL to the targetDave Chinner2011-05-09
* xfs: exit AIL push work correctly when AIL is emptyDave Chinner2011-05-09
* xfs: push the AIL from memory reclaim and periodic syncDave Chinner2011-04-07
* xfs: clean up code layout in xfs_trans_ail.cDave Chinner2011-04-07
* xfs: convert the xfsaild threads to a workqueueDave Chinner2011-04-07
* xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-06
* xfs: use AIL bulk delete function to implement single deleteDave Chinner2010-12-19
* xfs: use AIL bulk update function to implement single updatesDave Chinner2010-12-19
* xfs: remove all the inodes on a buffer from the AIL in bulkDave Chinner2010-12-19
* xfs: bulk AIL insertion during transaction commitDave Chinner2010-12-19
* xfs: clean up xfs_ail_delete()Dave Chinner2010-12-03
* xfs: drop dmapi hooksChristoph Hellwig2010-07-26
* xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner2010-02-01
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-21
* xfs: Don't wake the aild once per secondDave Chinner2010-01-15
* xfs: copy li_lsn before dropping AIL lockNathaniel W. Turner2009-11-17
* xfs: fix various typosMalcolm Parsons2009-03-29
* [XFS] correctly select first log item to pushDavid Chinner2008-10-30
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-30
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-30
* [XFS] move the AIl traversal over to a consistent interfaceDavid Chinner2008-10-30
* [XFS] Use a cursor for AIL traversal.David Chinner2008-10-30
* [XFS] Allocate the struct xfs_ailDavid Chinner2008-10-30
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-17
* [XFS] Replace custom AIL linked-list code with struct list_headJosef 'Jeff' Sipek2008-04-17
* [XFS] 977545 977545 977545 977545 977545 977545 xfsaild causing too manyDavid Chinner2008-03-06
* [XFS] Make xfs_ail_check check less by defaultDavid Chinner2008-02-07
* [XFS] Move AIL pushing into it's own threadDavid Chinner2008-02-07
* [XFS] Unwrap AIL_LOCKDonald Douwsma2008-02-07
* [XFS] Radix tree based inode cachingDavid Chinner2007-10-15
* [XFS] Workaround log space issue by increasing XFS_TRANS_PUSH_AIL_RESTARTSVlad Apostolov2007-02-10
* [XFS] Add lock annotations to xfs_trans_update_ail andJosh Triplett2006-09-27
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-19
* [XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott2006-06-09
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-01
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-01
* [XFS] Need to unlock the AIL before calling xfs_force_shutdown() becauseTim Shimmin2005-09-02
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16