summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans_ail.c
Commit message (Expand)AuthorAge
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-11
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-01
* xfs: check kthread_should_stop() after the setting of task stateHou Tao2017-10-26
* xfs: add log item pinning error injection tagBrian Foster2017-08-22
* xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino2017-08-22
* xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig2017-04-25
* xfs: Make xfsaild freezeable againMichal Hocko2016-02-08
* Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner2016-01-19
* Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner2015-11-03
|\
| * xfs: clear PF_NOFREEZE for xfsaild kthreadJiri Kosina2015-11-02
* | xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-12
|/
* xfs: remove __psint_t and __psunsigned_tChristoph Hellwig2015-06-22
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-28
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-28
* xfs: global error sign conversionDave Chinner2014-06-25
* xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Eric Sandeen2014-04-14
* xfs: trace AIL manipulationsDave Chinner2013-11-06
* xfs: decouple log and transaction headersDave Chinner2013-10-23
* xfs: finish removing IOP_* macros.Dave Chinner2013-08-30
* xfs: Simplify xfs_ail_min() with list_first_entry_or_null()Jie Liu2013-08-23
* xfs remove the XFS_TRANS_DEBUG routinesMark Tinguely2012-12-17
* xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster2012-07-29
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-14
* xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner2012-05-14
* xfs: remove some obsolete comments in xfs_trans_ail.cChristoph Hellwig2012-05-14
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-14
* xfs: implement freezing by emptying the AILChristoph Hellwig2012-05-14
* xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig2012-05-14
* xfs: cleanup xfs_log_space_wakeChristoph Hellwig2012-02-22
* xfs: remove xfs_trans_unlocked_itemChristoph Hellwig2012-02-22
* xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig2012-02-22
* xfs: add AIL pushing tracepointsChristoph Hellwig2011-10-18
* xfs: put in missed fix for merge problemAlex Elder2011-10-18
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-10-17
|\
| * xfs: revert to using a kthread for AIL pushingChristoph Hellwig2011-10-11
| * xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-11
| * xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig2011-10-11
* | xfs: reduce the number of log forces from tail pushingDave Chinner2011-10-11
|/
* 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-08
* xfs: clean up code layout in xfs_trans_ail.cDave Chinner2011-04-08
* xfs: convert the xfsaild threads to a workqueueDave Chinner2011-04-08
* xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-07