Home
last modified time | relevance | path

Searched hist:f6b384631e1e3482c24e35b53adbd3da50e47e8f (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc.hdiff f6b384631e1e3482c24e35b53adbd3da50e47e8f Tue Apr 11 20:59:54 CDT 2023 Darrick J. Wong <djwong@kernel.org> xfs: give xfs_extfree_intent its own perag reference

Give the xfs_extfree_intent an passive reference to the perag structure
data. This reference will be used to enable scrub intent draining
functionality in subsequent patches. The space being freed must already
be allocated, so we need to able to run even if the AG is being offlined
or shrunk.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
H A Dxfs_alloc.cdiff f6b384631e1e3482c24e35b53adbd3da50e47e8f Tue Apr 11 20:59:54 CDT 2023 Darrick J. Wong <djwong@kernel.org> xfs: give xfs_extfree_intent its own perag reference

Give the xfs_extfree_intent an passive reference to the perag structure
data. This reference will be used to enable scrub intent draining
functionality in subsequent patches. The space being freed must already
be allocated, so we need to able to run even if the AG is being offlined
or shrunk.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
/openbmc/linux/fs/xfs/
H A Dxfs_extfree_item.cdiff f6b384631e1e3482c24e35b53adbd3da50e47e8f Tue Apr 11 20:59:54 CDT 2023 Darrick J. Wong <djwong@kernel.org> xfs: give xfs_extfree_intent its own perag reference

Give the xfs_extfree_intent an passive reference to the perag structure
data. This reference will be used to enable scrub intent draining
functionality in subsequent patches. The space being freed must already
be allocated, so we need to able to run even if the AG is being offlined
or shrunk.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>