summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_ail.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: revert AIL TASK_KILLABLE thresholdDarrick J. Wong2024-08-141-1/+6
* xfs: skip flushing log items during pushDave Chinner2024-07-041-1/+7
* xfs: track log space pinned by the AILDave Chinner2024-07-041-3/+6
* xfs: l_last_sync_lsn is really AIL stateDave Chinner2024-07-041-4/+22
* xfs: ensure log tail is always up to dateDave Chinner2024-07-041-2/+15
* xfs: background AIL push should target physical spaceDave Chinner2024-07-041-58/+58
* xfs: AIL doesn't need manual pushingDave Chinner2024-07-041-91/+71
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-2/+2
* xfs: convert kmem_zalloc() to kzalloc()Dave Chinner2024-02-131-1/+2
* xfs: don't reverse order of items in bulk AIL insertionDave Chinner2023-06-291-1/+1
* xfs: shut up -Wuninitialized in xfsaild_pushDarrick J. Wong2022-11-301-1/+3
* xfs: remove redundant pointer lipColin Ian King2022-10-201-2/+1
* freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-4/+4
* xfs: log shutdown triggers should only shut down the logDave Chinner2022-03-301-4/+4
* xfs: AIL should be log centricDave Chinner2022-03-201-13/+13
* xfs: xfs_ail_push_all_sync() stalls when racing with updatesDave Chinner2022-03-201-5/+16
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-4/+4
* xfs: AIL needs asynchronous CIL forcingDave Chinner2021-08-161-3/+8
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-2/+2
* xfs: drain the buf delwri queue before xfsaild idlesBrian Foster2020-07-291-10/+6
* xfs: pin inode backing buffer to the inode log itemDave Chinner2020-07-071-2/+6
* xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner2020-07-071-1/+1
* xfs: refactor adding recovered intent items to the logDarrick J. Wong2020-05-081-0/+11
* xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster2020-05-071-22/+2
* xfs: acquire ->ail_lock from xfs_trans_ail_delete()Brian Foster2020-05-071-1/+2
* xfs: refactor failed buffer resubmission into xfsaildBrian Foster2020-05-071-0/+41
* xfs: tail updates only need to occur when LSN changesDave Chinner2020-03-271-16/+36
* xfs: factor common AIL item deletion codeDave Chinner2020-03-271-22/+26
* xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers2020-03-111-1/+3
* xfs: Add missing annotation to xfs_ail_check()Jules Irenge2020-03-031-0/+1
* xfs: Correct comment tyops -> typosJoe Perches2019-11-101-4/+4
* xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent2019-11-051-1/+1
* xfs: remove the xfs_log_item_t typedefChristoph Hellwig2019-06-291-22/+22
* xfs: don't require log items to implement optional methodsChristoph Hellwig2019-06-291-0/+8
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-291-0/+1
* xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster2018-10-181-6/+22
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: don't assert fail with AIL lock heldDave Chinner2018-05-101-11/+32
* xfs: log item flags are racyDave Chinner2018-05-101-5/+4
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-121-76/+76
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: check kthread_should_stop() after the setting of task stateHou Tao2017-10-271-3/+18
* xfs: add log item pinning error injection tagBrian Foster2017-08-221-1/+16
* xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino2017-08-221-1/+2
* xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig2017-04-251-36/+35
* xfs: Make xfsaild freezeable againMichal Hocko2016-02-081-2/+3
* Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner2016-01-181-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
|/