aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_ail.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-20xfs: remove redundant pointer lipColin Ian King1-2/+1
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-4/+4
2022-03-29xfs: log shutdown triggers should only shut down the logDave Chinner1-4/+4
2022-03-20xfs: AIL should be log centricDave Chinner1-13/+13
2022-03-20xfs: xfs_ail_push_all_sync() stalls when racing with updatesDave Chinner1-5/+16
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-4/+4
2021-08-16xfs: AIL needs asynchronous CIL forcingDave Chinner1-3/+8
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap1-2/+2
2020-07-28xfs: drain the buf delwri queue before xfsaild idlesBrian Foster1-10/+6
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner1-2/+6
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner1-1/+1
2020-05-08xfs: refactor adding recovered intent items to the logDarrick J. Wong1-0/+11
2020-05-07xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster1-22/+2
2020-05-07xfs: acquire ->ail_lock from xfs_trans_ail_delete()Brian Foster1-1/+2
2020-05-07xfs: refactor failed buffer resubmission into xfsaildBrian Foster1-0/+41
2020-03-27xfs: tail updates only need to occur when LSN changesDave Chinner1-16/+36
2020-03-27xfs: factor common AIL item deletion codeDave Chinner1-22/+26
2020-03-11xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers1-1/+3
2020-03-02xfs: Add missing annotation to xfs_ail_check()Jules Irenge1-0/+1
2019-11-10xfs: Correct comment tyops -> typosJoe Perches1-4/+4
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent1-1/+1
2019-06-28xfs: remove the xfs_log_item_t typedefChristoph Hellwig1-22/+22
2019-06-28xfs: don't require log items to implement optional methodsChristoph Hellwig1-0/+8
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2018-10-18xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster1-6/+22
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: don't assert fail with AIL lock heldDave Chinner1-11/+32
2018-05-10xfs: log item flags are racyDave Chinner1-5/+4
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox1-76/+76
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-26xfs: check kthread_should_stop() after the setting of task stateHou Tao1-3/+18
2017-08-22xfs: add log item pinning error injection tagBrian Foster1-1/+16
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino1-1/+2
2017-04-25xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig1-36/+35
2016-02-08xfs: Make xfsaild freezeable againMichal Hocko1-2/+3
2016-01-19Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner1-1/+0
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner1-0/+1
2015-11-02xfs: clear PF_NOFREEZE for xfsaild kthreadJiri Kosina1-0/+1
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell1-6/+6
2015-06-22xfs: remove __psint_t and __psunsigned_tChristoph Hellwig1-3/+3
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+1
2014-06-25xfs: global error sign conversionDave Chinner1-2/+2
2014-04-14xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Eric Sandeen1-3/+2
2013-11-06xfs: trace AIL manipulationsDave Chinner1-0/+3
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+4
2013-08-30xfs: finish removing IOP_* macros.Dave Chinner1-2/+2
2013-08-23xfs: Simplify xfs_ail_min() with list_first_entry_or_null()Jie Liu1-14/+0
2012-12-17xfs remove the XFS_TRANS_DEBUG routinesMark Tinguely1-14/+0
2012-07-29xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster1-3/+32