]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add a realtime flag to the rmap update log redo items
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:39:49 +0000 (12:39 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:36:23 +0000 (13:36 -0800)
commit4e8bf1250ce774541ca22e54146d34d6a337e7c1
tree942f84fb7258c96b1202f86a2fd4570b9142fc5e
parent256e44dc2dd047b3e23aedf77cba5ef5fa389742
xfs: add a realtime flag to the rmap update log redo items

Extend the rmap update (RUI) log items to handle realtime volumes by
adding a new log intent item type.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_defer.h
fs/xfs/libxfs/xfs_log_format.h
fs/xfs/libxfs/xfs_log_recover.h
fs/xfs/libxfs/xfs_refcount.c
fs/xfs/libxfs/xfs_rmap.c
fs/xfs/libxfs/xfs_rmap.h
fs/xfs/scrub/alloc_repair.c
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_rmap_item.c