Whamcloud - gitweb
e2fuzz: Create a tool to fuzz ext* filesystems
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 25 Jul 2014 13:01:17 +0000 (09:01 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 25 Jul 2014 13:07:12 +0000 (09:07 -0400)
commitc4d5b81e51cb99517334232aac2f540fed9a46ce
treeb3ac9fa7fcdebf7a0c92f425a56ce569c3ee0b63
parentcd32129d8995c710c31e547ed18ca9d8e8c50e4f
e2fuzz: Create a tool to fuzz ext* filesystems

Creates a program that fuzzes only the metadata blocks (or optionally
all in-use blocks) of an ext* filesystem.  There's also a script to
automate fuzz testing of the kernel and e2fsck in a loop.

[ Modified by tytso to add e2fuzz to the clean target ]

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/Makefile.in
misc/e2fuzz.c [new file with mode: 0644]
misc/e2fuzz.sh [new file with mode: 0755]