]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: add helpers to deal with transaction allocation and rolling
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 30 May 2018 05:18:08 +0000 (22:18 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 30 May 2018 15:03:14 +0000 (08:03 -0700)
commit0a9633fa2f9a7ae52e2068fd706e2dee10be94a0
tree4d0b9ccafc39c5a211520968bd5a5858f7b0e896
parent51863d7dd77dd27a35b12b37c7caf8679903b6ae
xfs: add helpers to deal with transaction allocation and rolling

For repairs, we need to reserve at least as many blocks as we think
we're going to need to rebuild the data structure, and we're going to
need some helpers to roll transactions while maintaining locks on the AG
headers so that other threads cannot wander into the middle of a repair.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Allison Henderson <allison.henderson@oracle.com>
fs/xfs/scrub/bmap.c
fs/xfs/scrub/common.c
fs/xfs/scrub/common.h
fs/xfs/scrub/inode.c
fs/xfs/scrub/repair.c
fs/xfs/scrub/repair.h