[fshost][minfs] Add fshost tests for reformatting, verifying filesystems
Additionally, some minor related changes: - Remove unused "FormatMinfs" function. - Plumb the "Should we check filesystems?" boolean through explicit arguments instead of environment variables. - Make minfs superblock validation more strict. This validates that clients can't format a filesystem with N blocks, and either mount of check the consistency of a filesystem with M blocks, for M < N. This change, along with the fshost tests, acts as a regression for a bug where the consistency checker only inspected a subsection of the filesystem. Change-Id: I15470e9529553526011c8fba2d8a6f5987b8e1a6
Showing
- zircon/system/core/devmgr/fshost/block-device-interface.h 4 additions, 0 deletionszircon/system/core/devmgr/fshost/block-device-interface.h
- zircon/system/core/devmgr/fshost/block-device-test.cpp 78 additions, 7 deletionszircon/system/core/devmgr/fshost/block-device-test.cpp
- zircon/system/core/devmgr/fshost/block-device.cpp 5 additions, 21 deletionszircon/system/core/devmgr/fshost/block-device.cpp
- zircon/system/core/devmgr/fshost/block-device.h 1 addition, 0 deletionszircon/system/core/devmgr/fshost/block-device.h
- zircon/system/core/devmgr/fshost/block-watcher-test.cpp 3 additions, 0 deletionszircon/system/core/devmgr/fshost/block-watcher-test.cpp
- zircon/system/core/devmgr/fshost/block-watcher.cpp 2 additions, 2 deletionszircon/system/core/devmgr/fshost/block-watcher.cpp
- zircon/system/core/devmgr/fshost/block-watcher.h 1 addition, 1 deletionzircon/system/core/devmgr/fshost/block-watcher.h
- zircon/system/core/devmgr/fshost/filesystem-mounter.h 6 additions, 3 deletionszircon/system/core/devmgr/fshost/filesystem-mounter.h
- zircon/system/core/devmgr/fshost/fs-manager.h 1 addition, 1 deletionzircon/system/core/devmgr/fshost/fs-manager.h
- zircon/system/core/devmgr/fshost/main.cpp 4 additions, 1 deletionzircon/system/core/devmgr/fshost/main.cpp
- zircon/system/ulib/minfs/minfs.cpp 1 addition, 1 deletionzircon/system/ulib/minfs/minfs.cpp
Loading
Please register or sign in to comment