summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_ail.c
Commit message (Expand)AuthorAgeFilesLines
* 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-291-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-281-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-021-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-281-22/+22
* xfs: don't require log items to implement optional methodsChristoph Hellwig2019-06-281-0/+8
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-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-111-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-261-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-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