Whamcloud - gitweb
debugfs: add fast commit support to logdump
authorHarshad Shirwadkar <harshadshirwadkar@gmail.com>
Wed, 20 Jan 2021 21:26:39 +0000 (13:26 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 21 Jan 2021 16:46:29 +0000 (11:46 -0500)
commit8968289b5178bacd5454fcbe4b1214afc28c7b26
tree46a685c72bcd3f0fd020ac7bb881c0f98d445471
parentef44eef00ef1f31447c4390b5dd9ff21fc868593
debugfs: add fast commit support to logdump

Add fast commit support for debugfs logdump.

This commit also adds fast_commit.h that contains the necessary
helpers needed for fast commit replay. Note that this file is also
byte by byte identical with kernel's fast_commit.h.

Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/logdump.c
lib/ext2fs/fast_commit.h [new file with mode: 0644]