aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans_ail.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-01xfs: move error injection tags into their own fileGravatar Darrick J. Wong 1-0/+1
2017-10-26xfs: check kthread_should_stop() after the setting of task stateGravatar Hou Tao 1-3/+18
2017-08-22xfs: add log item pinning error injection tagGravatar Brian Foster 1-1/+16
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackGravatar Carlos Maiolino 1-1/+2
2017-04-25xfs: remove xfs_trans_ail_delete_bulkGravatar Christoph Hellwig 1-36/+35
2016-02-08xfs: Make xfsaild freezeable againGravatar Michal Hocko 1-2/+3
2016-01-19Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Gravatar Dave Chinner 1-1/+0
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextGravatar Dave Chinner 1-0/+1
2015-11-02xfs: clear PF_NOFREEZE for xfsaild kthreadGravatar Jiri Kosina 1-0/+1
2015-10-12xfs: per-filesystem stats counter implementationGravatar Bill O'Donnell 1-6/+6
2015-06-22xfs: remove __psint_t and __psunsigned_tGravatar Christoph Hellwig 1-3/+3
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