1. 0bd2d11 vold: Introduce android::vold::writeStringToFile by Tommy Chiu · 5 years ago
  2. 8255a2b Ignore if the dir we are trying remove doesn't exist. by Sudheer Shanka · 5 years ago
  3. 30df1c6 Don't delete /mnt/user/<userId>/package on reset. by Sudheer Shanka · 5 years ago
  4. 6d285ce Ignore EEXIST errors when creating pkg specific dirs. by Sudheer Shanka · 5 years ago
  5. f9b38a5 Revert "Revert "Ensure necessary external storage dirs while creating sandboxes."" by Sudheer Shanka · 5 years ago
  6. 88114b2 Revert "Ensure necessary external storage dirs while creating sandboxes." by Jeff Sharkey · 5 years ago
  7. 083377e Ensure necessary external storage dirs while creating sandboxes. by Sudheer Shanka · 5 years ago
  8. 023b539 Remove sandbox specific bind mounts from root namespace. by Sudheer Shanka · 5 years ago
  9. 4928819 Merge "Fix search for values in blkId output" am: 0fbc5af676 am: 56715503b5 by Paul Crowley · 5 years ago
  10. 95abfa0 Fix search for values in blkId output by Paul Crowley · 5 years ago
  11. 8120a7a Merge "Utils: correctly handle read() errors in ReadRandomBytes()" am: a2bd436594 am: 038a274e8a by Eric Biggers · 5 years ago
  12. 0ef7bfd Utils: correctly handle read() errors in ReadRandomBytes() by Eric Biggers · 5 years ago
  13. 6bf1480 Update VolumeManager to use UnmountTreeWithPrefix. by Sudheer Shanka · 5 years ago
  14. 64918e6 Merge "Add UnmountTreeWithPrefix util method." am: 2e9aafb620 am: 5e10de1301 by Sudheer Shanka · 5 years ago
  15. 295fb24 Add UnmountTreeWithPrefix util method. by Sudheer Shanka · 5 years ago
  16. 75744cd Merge "Fsync directories after creating files" am: a892eb154e am: 7c21f0a999 by Paul Crowley · 5 years ago
  17. 621d9b9 Fsync directories after creating files by Paul Crowley · 5 years ago
  18. 042dfdd Merge "Check for errors in dup2" am: b1166633b6 am: 1d5d475b51 am: 7748fcf911 by Paul Crowley · 5 years ago
  19. be857bf Check for errors in dup2 by Paul Crowley · 5 years ago
  20. c2fc472 Merge "Do lazy-unmount to /storage directly" am: 53b0d95903 am: fbc24b5c8f by Paul Crowley · 5 years ago
  21. 53b0d95 Merge "Do lazy-unmount to /storage directly" by Paul Crowley · 5 years ago
  22. 613cbae Merge "Clean up use of pipe" am: a33b765ca0 am: 1ca8af7bad am: 99eb646b36 by Paul Crowley · 5 years ago
  23. 4df104f Do lazy-unmount to /storage directly by LongPing.WEI · 6 years ago
  24. e6d7663 Clean up use of pipe by Paul Crowley · 6 years ago
  25. 4ba32a0 Merge "Refactor ForkExecvp to improve locking behaviour" am: 6aaedb0dca am: 12d8d6343b by Paul Crowley · 6 years ago
  26. de2d620 Refactor ForkExecvp to improve locking behaviour by Paul Crowley · 6 years ago
  27. 60f121b Merge "Use setmntent with "e" option" am: 396040ca2c am: a92bdeb7f5 by LongPing.WEI · 6 years ago
  28. 4f04606 Use setmntent with "e" option by LongPing.WEI · 6 years ago
  29. e3c32e0 Avoid double close in delete_dir_contents. by Josh Gao · 6 years ago
  30. cfe3972 Wait for dm device to be ready before format by Paul Crowley · 6 years ago
  31. 298fa32 Wait for dm device to be ready before format by Paul Crowley · 6 years ago
  32. 40ab674 Bind mount pkg specific dirs in the zygote child namespaces. by Sudheer Shanka · 6 years ago
  33. 89ddf99 Add unmountTree to utils. by Sudheer Shanka · 6 years ago
  34. a2a227e Merge changes from topic "exfat-update" by Treehugger Robot · 6 years ago
  35. 625dc78 Add GetBlockDevSize, GetBlockDevSectors helpers by Oleksiy Avramchenko · 6 years ago
  36. 4b6ca4e Update vold to log only debug or higher level messages. by Sudheer Shanka · 6 years ago
  37. 14c8c07 clang-format many files. by Paul Crowley · 6 years ago
  38. 45175c4 Merge "Fix double close in GetTreeBytes." am: 142702dc82 by Josh Gao · 6 years ago
  39. 72fb1a6 Fix double close in GetTreeBytes. by Josh Gao · 6 years ago
  40. 71cd43f Fingerprint data is now stored in one of two ways depending on the by Andreas Huber · 6 years ago
  41. 82b41ff Convert vold_prepare_subdirs to C++ by Paul Crowley · 7 years ago
  42. 56292ef Undo Utils dependency on VolumeManager by Paul Crowley · 7 years ago
  43. ae4f85d Introduce lock for SELinux process-level changes. by Jeff Sharkey · 7 years ago
  44. 3472e52 Move to modern utility methods from android::base. by Jeff Sharkey · 7 years ago
  45. 3b71fc5 Be more C++. volume UUID should always be std::string. by Paul Crowley · 7 years ago
  46. e2e2d30 Zero memory used for encryuption keys. by Pavel Grafov · 7 years ago
  47. 612270b do not sleep if it is shutting down am: 375ac25773 by Keun-young Park · 7 years ago
  48. 375ac25 do not sleep if it is shutting down by Keun-young Park · 7 years ago
  49. 46bb69f Progress towards FBE and adoptable storage. by Jeff Sharkey · 7 years ago
  50. bd40570 Merge "Use WaitForProperty() to wait for restorecon" am: 963a205a1b am: 80ce34d6cb by Tom Cherry · 7 years ago
  51. dfd0492 Merge "Use WaitForProperty() to wait for restorecon" am: 963a205a1b by Tom Cherry · 7 years ago
  52. d6127ef Use WaitForProperty() to wait for restorecon by Tom Cherry · 7 years ago
  53. e4775fd Merge "vold should #include <sys/sysmacros.h>" am: 398c0e8274 am: 208b464f72 am: fb3e85cf99 by Elliott Hughes · 7 years ago
  54. 048422d Merge "vold should #include <sys/sysmacros.h>" am: 398c0e8274 am: 208b464f72 by Elliott Hughes · 7 years ago
  55. 0e08e84 vold should #include <sys/sysmacros.h> by Elliott Hughes · 7 years ago
  56. 805defa Merge "BuildDataUserCePath always use dir instead of symbolic link" am: fed8ab1d76 am: 7dc93304c8 am: 10211d2207 by Tom Cherry · 7 years ago
  57. 3559234 Merge "BuildDataUserCePath always use dir instead of symbolic link" am: fed8ab1d76 am: 7dc93304c8 by Tom Cherry · 7 years ago
  58. eb50114 BuildDataUserCePath always use dir instead of symbolic link by cjbao · 7 years ago
  59. 2467790 Merge "Abort migration early when not enough space." into oc-dev am: e6c142174c by Jeff Sharkey · 7 years ago
  60. a0220a5 Abort migration early when not enough space. by Jeff Sharkey · 7 years ago
  61. 32ebb73 Enable clang-tidy for security sensitive domain. by Jeff Sharkey · 7 years ago
  62. fd3dc3c Spread around some O_CLOEXEC love. by Jeff Sharkey · 7 years ago
  63. e8fb6c3 vold: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default() by Bowgo Tsai · 7 years ago
  64. 3a68f14 Vold: Clean up code related to foreign dex use by Calin Juravle · 7 years ago
  65. 73a3576 Merge \\\"Fix clang-tidy performance warnings in system/vold.\\\" am: e24d4eef9b am: aa668f3d13 by Chih-Hung Hsieh · 8 years ago
  66. aa668f3 Merge \"Fix clang-tidy performance warnings in system/vold.\" am: e24d4eef9b by Chih-Hung Hsieh · 8 years ago
  67. 11a2ce8 Fix clang-tidy performance warnings in system/vold. by Chih-Hung Hsieh · 8 years ago
  68. e30c22a Only restorecon CE storage after unlocked. am: d24aeda425 by Jeff Sharkey · 8 years ago
  69. d24aeda Only restorecon CE storage after unlocked. by Jeff Sharkey · 8 years ago
  70. 0068f8e Consistent creation/destruction of user data. am: be70c9a am: 30b0a1f by Jeff Sharkey · 8 years ago
  71. c85be2f Consistent creation/destruction of user data. am: be70c9a by Jeff Sharkey · 8 years ago
  72. be70c9a Consistent creation/destruction of user data. by Jeff Sharkey · 8 years ago
  73. 8afff3b Merge "Address const issues in preparation for libcxx rebase." am: a4f7dad by Dan Austin · 8 years ago
  74. 49ab5f9 Address const issues in preparation for libcxx rebase. by Dan Austin · 8 years ago
  75. 942d4e8 Support emulator's virtio-blk based SD card by Yu Ning · 8 years ago
  76. 493f5aa Create profile folder for foreign dex markers. by Calin Juravle · 8 years ago
  77. 79f55a4 Prepare user profile folder by Calin Juravle · 8 years ago
  78. 47695b2 Allow callers to prepare CE/DE user storage. by Jeff Sharkey · 8 years ago
  79. 10d3488 Mount appfuse in process namespace. by Daichi Hirono · 8 years ago
  80. fc505c3 Emulate media encryption, always chmod to unlock. by Jeff Sharkey · 8 years ago
  81. 6bf0547 resolve merge conflicts of b7d5a47cec to master. by Elliott Hughes · 9 years ago
  82. a9d5080 Merge "Track rename from base/ to android-base/." am: 20a8fa98f6 by Elliott Hughes · 9 years ago
  83. 7e128fb Track rename from base/ to android-base/. by Elliott Hughes · 9 years ago
  84. d2c96e7 New granular encryption commands for framework. by Jeff Sharkey · 9 years ago
  85. abcf4c6 Merge commit 'aebfa6e7eee173b8e02f869c3a25cfe2a5fffb9b' into HEAD by Bill Yi · 9 years ago
  86. 8185d3d Merge "Fix ioctl parameter" am: 0eaad8ce8c am: 5cd32f73d8 by Elliott Hughes · 9 years ago
  87. 9102b0b Fix ioctl parameter by caozhiyuan · 9 years ago
  88. 71ac649 Kill apps using storage through bind mounts. am: 89f74fbf25 by Jeff Sharkey · 9 years ago
  89. 89f74fb Kill apps using storage through bind mounts. by Jeff Sharkey · 9 years ago
  90. e76cf53 Promote free bytes calculation to 64 bits by Oleksiy Avramchenko · 9 years ago
  91. eddf9bd Request specific tags from blkid. by Jeff Sharkey · 9 years ago
  92. c86ab6f Trim both internal and adopted private storage. by Jeff Sharkey · 9 years ago
  93. 66270a2 Let's reinvent storage, yet again! by Jeff Sharkey · 9 years ago
  94. bc40cc8 Add method to forget private partition keys. by Jeff Sharkey · 9 years ago
  95. d0640f6 Add f2fs support for private volumes. by Jeff Sharkey · 9 years ago
  96. a623108 Don't use TEMP_FAILURE_RETRY on close in vold. by Elliott Hughes · 9 years ago
  97. ef36975 Fix signed issue with hex conversion. by Jeff Sharkey · 9 years ago
  98. 1d6fbcc Migrate primary external storage. by Jeff Sharkey · 9 years ago
  99. ce6a913 Exclusive exec() path, format after partition. by Jeff Sharkey · 9 years ago
  100. f0121c5 Updates for expanded storage. by Jeff Sharkey · 9 years ago