History log of /system/vold/cryptfs.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ab48bc9dbdeed89f270c0482023a5bc848556c99 05-Jun-2017 Jaegeuk Kim <jaegeuk@google.com> cryptfs: call format_f2fs correctly with proper flags

Change-Id: Ia493e6f758ff5dd5dd41479193ab237d4306d464
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
/system/vold/cryptfs.cpp
42e3810e13b22a087914c3d2b32e4d900a8ecbf3 07-Jun-2017 Wei Wang <wvw@google.com> Remove timout logic in waiting vold.post_fs_data_done

This code should not be timing out, since it has no graceful way to
recover.

Bug: 62308812
Test: marlin boot
Change-Id: I1284f9a34e83e6451622a702d2bee40b08877db2
/system/vold/cryptfs.cpp
5b6c6a2c4a37d927ebc283a66d1ec94e29d54874 29-Apr-2017 Guang Zhu <guangzhu@google.com> Revert "Enable metadata encryption"

Bug: 37792477

This reverts commit 3963b2364561a7d732995d5b8fec42097f548caa.

Change-Id: I3b6bf5a9a4c3899aabe2c824d8498a06981daed8
/system/vold/cryptfs.cpp
3963b2364561a7d732995d5b8fec42097f548caa 25-Apr-2017 Paul Lawrence <paullawrence@google.com> Enable metadata encryption

Bug: 26778031
Test: Boots, reboots, sector 0 of userdata encrypted
Make sure an FDE device, both default and password protected,
boots.
Make sure an FBE device without metadata encryption boots.
Change-Id: Ic44a32ce7e9b978e9c9e2dc112b26206741c838d
/system/vold/cryptfs.cpp
f71ace310eec3e39f0efefd51f62c9ccf4180f48 02-Jun-2016 Paul Crowley <paulcrowley@google.com> Refactor to lay the groundwork for metadata encryption

Bug: 26778031
Test: Angler, Marlin build and boot
Change-Id: Ic136dfe6195a650f7db76d3489f36da6a1929dc5
/system/vold/cryptfs.cpp
32ebb739cb6c27a122d98b1bdfe1c1a5814b2ed3 28-Mar-2017 Jeff Sharkey <jsharkey@android.com> Enable clang-tidy for security sensitive domain.

Start with clang-analyzer-security* and cert-*, but disable two
specific errors:

-- cert-err34-c, which checks for atoi(); heavily triggered by
CommandListener, but will disappear when we move to Binder.
-- cert-err58-cpp, which checks for exceptions before main(); it's
a "Low" severity issue, and filed 36656327 to track cleanup.

Fix all other triggered errors along the way.

Test: builds, boots
Bug: 36655947
Change-Id: I1391693fb521ed39700e25ab6b16bc741293bb79
/system/vold/cryptfs.cpp
4375f1be4ccdbf78ef4c5ab926d3316503a7b146 25-Feb-2017 Wei Wang <wvw@google.com> Change to use new WaitForProperty API

Change to use WaitForProperty API to wait for vold.post_fs_data_done
Also change cryptfs to C++

Bug: 35425974
Test: mma, marlin/angler boot

Change-Id: Id821f2035788fcc91909f296c83c871c67571de3
/system/vold/cryptfs.cpp