platform_system_core/include
Yusuke Sato 0df08271fb Use fsck.f2fs -a instead of -f for faster boot
and run fsck with -f on clean shutdown instead.

With -f, fsck.f2fs always performs a full scan of the /data
partition regardless of whether the partition is clean or not.
The full scan takes more than 2 seconds on volantis-userdebug
and delays the OS boot.

With -a, the command does almost nothing when the partition
is clean and finishes within 20-30ms on volantis-userdebug.
When the partition has an error or its check point has
CP_FSCK_FLAG (aka "need_fsck"), the command does exactly the
same full scan as -f to fix it.

Bug: 21853106
Change-Id: I126263caf34c0f5bb8f5e6794454d4e72526ce38
2015-07-15 10:13:51 -07:00
..
android log: Fix warning with __USE_MINGW_ANSI_STDIO 2014-06-12 13:19:51 -07:00
backtrace Change the 64 bit map address format. 2015-06-03 10:24:21 -07:00
cutils Use fsck.f2fs -a instead of -f for faster boot 2015-07-15 10:13:51 -07:00
diskconfig
log liblog: logcat: Add printable format modifier 2015-06-04 08:27:29 -07:00
memtrack Fix typos in comments 2015-04-20 10:10:33 -07:00
mincrypt Add support for ECDSA P-256 with SHA256 2013-10-09 17:04:50 -07:00
nativebridge LibNativeBridge: Version 2 2015-05-14 20:20:49 -07:00
netutils Revert "Remove netcfg's unused options." 2015-02-03 19:56:35 +00:00
private libcutils: add fs_config_generate 2015-04-15 16:43:07 -07:00
system system/audio.h: Make function inline 2015-05-29 16:12:31 -07:00
sysutils Extend to receive NFLOG packets. 2015-01-15 12:50:59 -08:00
usbhost libusbhost: Add usb_device_set_configuration and usb_device_set_interface 2014-01-13 09:54:13 -08:00
utils TypeHelpers.h: Don't underflow unsigned int 2015-06-13 17:49:24 -07:00
ziparchive Rename ZipEntryName to ZipString 2015-06-26 10:34:01 -07:00