aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_ail.c
AgeCommit message (Expand)Author
2020-05-02xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers
2019-12-01xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: don't assert fail with AIL lock heldDave Chinner
2018-05-10xfs: log item flags are racyDave Chinner
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-10-26xfs: check kthread_should_stop() after the setting of task stateHou Tao
2017-08-22xfs: add log item pinning error injection tagBrian Foster
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino
2017-04-25xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig
2016-02-08xfs: Make xfsaild freezeable againMichal Hocko
2016-01-19Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner
2015-11-02xfs: clear PF_NOFREEZE for xfsaild kthreadJiri Kosina
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-06-22xfs: remove __psint_t and __psunsigned_tChristoph Hellwig
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-06-25xfs: global error sign conversionDave Chinner
2014-04-14xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Eric Sandeen
2013-11-06xfs: trace AIL manipulationsDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-08-30xfs: finish removing IOP_* macros.Dave Chinner
2013-08-23xfs: Simplify xfs_ail_min() with list_first_entry_or_null()Jie Liu
2012-12-17xfs remove the XFS_TRANS_DEBUG routinesMark Tinguely
2012-07-29xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner
2012-05-14xfs: remove some obsolete comments in xfs_trans_ail.cChristoph Hellwig
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig
2012-05-14xfs: implement freezing by emptying the AILChristoph Hellwig
2012-05-14xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig
2012-02-22xfs: cleanup xfs_log_space_wakeChristoph Hellwig
2012-02-22xfs: remove xfs_trans_unlocked_itemChristoph Hellwig
2012-02-22xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig
2011-10-18xfs: add AIL pushing tracepointsChristoph Hellwig
2011-10-18xfs: put in missed fix for merge problemAlex Elder
2011-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder
2011-10-11xfs: reduce the number of log forces from tail pushingDave Chinner
2011-10-11xfs: revert to using a kthread for AIL pushingChristoph Hellwig
2011-10-11xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig
2011-10-11xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig
2011-08-09xfs: set cursor in xfs_ail_splice() even when AIL was emptyAlex Elder
2011-07-20xfs: convert AIL cursors to use struct list_headDave Chinner
2011-07-20xfs: remove confusing ail cursor wrapperDave Chinner
2011-07-20xfs: use a cursor for bulk AIL insertionDave Chinner
2011-05-09xfs: fix race condition in AIL push triggerDave Chinner
2011-05-09xfs: make AIL target updates and compares 32bit safe.Dave Chinner
2011-05-09xfs: always push the AIL to the targetDave Chinner