summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_ail.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Make xfsaild freezeable againMichal Hocko2016-02-081-2/+3
* Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner2016-01-191-1/+0
* Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner2015-11-031-0/+1
|\
| * xfs: clear PF_NOFREEZE for xfsaild kthreadJiri Kosina2015-11-021-0/+1
* | xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-6/+6
|/
* xfs: remove __psint_t and __psunsigned_tChristoph Hellwig2015-06-221-3/+3
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+1
* xfs: global error sign conversionDave Chinner2014-06-251-2/+2
* xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Eric Sandeen2014-04-141-3/+2
* xfs: trace AIL manipulationsDave Chinner2013-11-061-0/+3
* xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+4
* xfs: finish removing IOP_* macros.Dave Chinner2013-08-301-2/+2
* xfs: Simplify xfs_ail_min() with list_first_entry_or_null()Jie Liu2013-08-231-14/+0
* xfs remove the XFS_TRANS_DEBUG routinesMark Tinguely2012-12-171-14/+0
* xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster2012-07-291-3/+32
* 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
OpenPOWER on IntegriCloud