summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_drain.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-24xfs: allow queued realtime intents to drain before scrubbingDarrick J. Wong1-10/+10
2024-11-06xfs: store a generic group structure in the intentsChristoph Hellwig1-18/+18
2024-11-06xfs: remove xfs_group_intent_hold and xfs_group_intent_releChristoph Hellwig1-27/+9
2024-11-06xfs: move draining of deferred operations to the generic group structureChristoph Hellwig1-21/+25
2024-11-06xfs: mark xfs_perag_intent_{hold,rele} staticChristoph Hellwig1-21/+21
2024-07-02xfs: pass the fsbno to xfs_perag_intent_getChristoph Hellwig1-4/+4
2023-04-12xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong1-0/+26
2023-04-12xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong1-0/+140