OSDN Git Service

Merge "Add support for creating ext4 images with mke2fs"
[android-x86/system-vold.git] / Process.cpp
2015-12-05 Elliott HughesMerge "Track rename from base/ to android-base/."
2015-12-03 Jeff SharkeyMerge "Handle non-format partition in Vold"
2015-12-03 Jeff SharkeyMerge "Make sure path is not NULL to avoid fatal except...
2015-12-03 Jeff SharkeyMerge "vold: fix 64 bit ioctl error"
2015-11-06 Kenny RootMerge "system/vold: check return value of PKCS5_PBKDF2_...
2015-11-03 Bill YiMerge commit 'aebfa6e7eee173b8e02f869c3a25cfe2a5fffb9b...
2015-10-29 Elliott HughesMerge "Fix ioctl parameter" am: 0eaad8ce8c
2015-10-21 Jeff SharkeyKill apps using storage through bind mounts. am: 89f74fbf25
2015-10-21 Jeff SharkeyKill apps using storage through bind mounts.
2015-10-21 Jeff SharkeyKill apps using storage through bind mounts.
2015-10-02 Sami Tolvanenam 685dfdd3: Merge "Error correction: Add libfec depend...
2015-08-21 Tom Cherryam 218f48d6: Merge "bundle init.rc contents with its...
2015-08-21 Tom Cherryam 218f48d6: Merge "bundle init.rc contents with its...
2015-08-17 Elliott Hughesam f298f6be: Merge "Use errno correctly."
2015-08-17 Elliott Hughesam f298f6be: Merge "Use errno correctly."
2015-08-15 Elliott Hughesam 6d24e086: Merge "Remove dead code."
2015-08-15 Elliott Hughesam 6d24e086: Merge "Remove dead code."
2015-05-13 Kenny Rootresolved conflicts for merge of 9df68a13 to mnc-dev...
2015-05-13 Paul Crowleyam eb0c05ce: Merge "Break key installation into its...
2015-05-07 Paul Lawrenceam 86ddbbf4: Merge "Delete password as per block encryp...
2015-05-06 Paul Crowleyam 42696d97: Merge "Make vdc a C++ file as a base for...
2015-05-06 Paul Lawrenceam eae7fc77: Merge "Fix problem that reading/writing...
2015-05-06 Paul Lawrenceam b32ebf30: Merge "Retry unmounts in ext4 encryption"
2015-05-06 Paul Lawrenceam 4571383c: Merge "Use default key permissions for...
2015-05-06 Paul Lawrenceam 0f29aec5: Merge "Simplify password checking logic"
2015-05-01 Paul Lawrenceam babba576: Merge "Enable properties in ext4enc"
2015-04-30 Paul Lawrenceam 744a7aa5: Merge "Check password is correct by checki...
2015-04-30 Paul Lawrenceam d7399147: Merge "New ext4enc kernel switching from...
2015-04-29 Paul LawrenceMerge commit 'c3e4cc29' into manualmerge
2015-04-28 Paul Lawrenceresolved conflicts for merge of bf9dcad7 to mnc-dev...
2015-04-27 Paul Lawrenceresolved conflicts for merge of 86138731 to mnc-dev...
2015-04-25 Elliott Hughesam 85c7c08e: am d5aa67cc: Merge "Wait for completion...
2015-04-11 Jeff SharkeyExclusive exec() path, format after partition.
2015-04-07 Mohamad Ayyasham 959de99a: am f8c905e0: Merge "Add dependency on...
2015-03-31 Jeff SharkeyProgress towards dynamic storage support.
2015-02-09 Elliott Hughesam d773fc11: am 8c0a0db1: Merge "Change strncpy to...
2015-02-07 Elliott Hughesam 8c0a0db1: Merge "Change strncpy to strlcpy"
2015-02-07 Elliott HughesMerge "prevent ioctl_init() to write outside buffer"
2015-02-07 Elliott HughesMerge "Change strncpy to strlcpy"
2015-02-07 Paul Lawrenceam 223fd1ca: Revert "Make encryption configurable"
2015-02-06 Henrik BaardChange strncpy to strlcpy
2015-01-26 Paul Lawrenceam 6a69cfc4: Make encryption configurable
2014-12-18 Tim Murrayresolved conflicts for merge of 4be36106 to lmp-mr1...
2014-12-18 Tim MurrayMerge "Make vold compile with -Werror -Wall."
2014-12-18 Tim MurrayMake vold compile with -Werror -Wall.
2014-11-06 Dan Albertam 36859212: Merge "Move vold to libc++."
2014-11-06 Dan Albertam 460a93a6: Merge "Move vold to clang so ASAN_ALL...
2014-10-29 Jeff Sharkeyam 640aa862: am dd1a8040: Include reason when wiping...
2014-10-29 Paul Lawrenceam 7df812df: am 3846be17: Reduce cryptfs logspam
2014-10-29 Alex Klyubinam b707d72a: am 6efa9351: Merge "Don\'t use deprecated...
2014-10-18 Nick Kralevicham ab083da0: Merge "Set SELinux contexts on device...
2014-10-18 Nick Kralevicham ab083da0: Merge "Set SELinux contexts on device...
2014-09-26 Greg Hackmannam 46a3a79a: Merge "print information about opened...
2014-09-24 Greg Hackmannam 46a3a79a: Merge "print information about opened...
2014-09-24 Greg HackmannMerge "print information about opened files when failed...
2014-09-24 jessica_yuprint information about opened files when failed unmount
2010-03-25 San Mehatvold: Switch from LOG -> SLOG
2010-02-18 Kenny RootCheck length of filenames before strcat
2010-02-17 San Mehatvold: Refactor Processkiller and add command to return...