aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans_ail.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+1
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-2/+2
2014-04-14xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Gravatar Eric Sandeen 1-3/+2
2013-11-06xfs: trace AIL manipulationsGravatar Dave Chinner 1-0/+3
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-3/+4
2013-08-30xfs: finish removing IOP_* macros.Gravatar Dave Chinner 1-2/+2
2013-08-23xfs: Simplify xfs_ail_min() with list_first_entry_or_null()Gravatar Jie Liu 1-14/+0
2012-12-17xfs remove the XFS_TRANS_DEBUG routinesGravatar Mark Tinguely 1-14/+0
2012-07-29xfs: re-enable xfsaild idle mode and fix associated racesGravatar Brian Foster 1-3/+32
2012-05-14xfs: move xfsagino_t to xfs_types.hGravatar Dave Chinner 1-1/+0
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkGravatar Dave Chinner 1-2/+3
2012-05-14xfs: remove some obsolete comments in xfs_trans_ail.cGravatar Christoph Hellwig 1-14/+0
2012-05-14xfs: on-stack delayed write buffer listsGravatar Christoph Hellwig 1-72/+57
2012-05-14xfs: implement freezing by emptying the AILGravatar Christoph Hellwig 1-7/+29
2012-05-14xfs: allow assigning the tail lsn with the AIL lock heldGravatar Christoph Hellwig 1-7/+15
2012-02-22xfs: cleanup xfs_log_space_wakeGravatar Christoph Hellwig 1-2/+2
2012-02-22xfs: remove xfs_trans_unlocked_itemGravatar Christoph Hellwig 1-44/+0
2012-02-22xfs: split tail_lsn assignments from log space wakeupsGravatar Christoph Hellwig 1-34/+11
2011-10-18xfs: add AIL pushing tracepointsGravatar Christoph Hellwig 1-0/+8
2011-10-18xfs: put in missed fix for merge problemGravatar Alex Elder 1-1/+1
2011-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Alex Elder 1-35/+48
2011-10-11xfs: reduce the number of log forces from tail pushingGravatar Dave Chinner 1-13/+20
2011-10-11xfs: revert to using a kthread for AIL pushingGravatar Christoph Hellwig 1-32/+41
2011-10-11xfs: force the log if we encounter pinned buffers in .iop_pushbufGravatar Christoph Hellwig 1-2/+7
2011-10-11xfs: do not update xa_last_pushed_lsn for locked itemsGravatar Christoph Hellwig 1-1/+0
2011-08-09xfs: set cursor in xfs_ail_splice() even when AIL was emptyGravatar Alex Elder 1-38/+29
2011-07-20xfs: convert AIL cursors to use struct list_headGravatar Dave Chinner 1-53/+26
2011-07-20xfs: remove confusing ail cursor wrapperGravatar Dave Chinner 1-31/+19
2011-07-20xfs: use a cursor for bulk AIL insertionGravatar Dave Chinner 1-21/+88
2011-05-09xfs: fix race condition in AIL push triggerGravatar Dave Chinner 1-6/+10
2011-05-09xfs: make AIL target updates and compares 32bit safe.Gravatar Dave Chinner 1-3/+4
2011-05-09xfs: always push the AIL to the targetGravatar Dave Chinner 1-1/+1
2011-05-09xfs: exit AIL push work correctly when AIL is emptyGravatar Dave Chinner 1-13/+13
2011-04-08xfs: push the AIL from memory reclaim and periodic syncGravatar Dave Chinner 1-2/+48
2011-04-08xfs: clean up code layout in xfs_trans_ail.cGravatar Dave Chinner 1-136/+118
2011-04-08xfs: convert the xfsaild threads to a workqueueGravatar Dave Chinner 1-60/+73
2011-03-07xfs: convert xfs_cmn_err to xfs_alert_tagGravatar Dave Chinner 1-1/+1
2010-12-20xfs: use AIL bulk delete function to implement single deleteGravatar Dave Chinner 1-65/+0
2010-12-20xfs: use AIL bulk update function to implement single updatesGravatar Dave Chinner 1-88/+0
2010-12-20xfs: remove all the inodes on a buffer from the AIL in bulkGravatar Dave Chinner 1-0/+73
2010-12-20xfs: bulk AIL insertion during transaction commitGravatar Dave Chinner 1-2/+107
2010-12-03xfs: clean up xfs_ail_delete()Gravatar Dave Chinner 1-20/+7
2010-07-26xfs: drop dmapi hooksGravatar Christoph Hellwig 1-1/+0
2010-02-02xfs: Don't issue buffer IO direct from AIL push V2Gravatar Dave Chinner 1-6/+7
2010-01-21xfs: cleanup up xfs_log_force calling conventionsGravatar Christoph Hellwig 1-1/+1
2010-01-15xfs: Don't wake the aild once per secondGravatar Dave Chinner 1-8/+11
2009-11-17xfs: copy li_lsn before dropping AIL lockGravatar Nathaniel W. Turner 1-3/+20
2009-03-29xfs: fix various typosGravatar Malcolm Parsons 1-2/+2
2008-10-30[XFS] correctly select first log item to pushGravatar David Chinner 1-1/+1