1. a9f423d Prevent null pointer deref in DirectVolume by Kenny Root · 14 years ago
  2. 88ac2c0 vold: asec path cmd now returns OpFailedStorageNotFound if id doesn't exist by San Mehat · 14 years ago
  3. 96597e8 vold: Add mounted filesystems to dump cmd by San Mehat · 14 years ago
  4. 7b18a7b vold: Convert to use OpenSSL MD5 API by Kenny Root · 14 years ago
  5. befd59c vold: remove some dead code by San Mehat · 14 years ago
  6. cb4dac8 vold: Remove autorun.inf at mount/unmount time if it exists by San Mehat · 14 years ago
  7. 57df7bf vold: Fix argument validation for volume commands by San Mehat · 14 years ago
  8. d9a4e35 vold: Bugfixes & cleanups by San Mehat · 14 years ago
  9. 2a5b8ce vold: Switch to using libdiskconfig for partition setup. by San Mehat · 14 years ago
  10. d071596 Add an empty CleanSpec.mk by Jean-Baptiste Queru · 14 years ago
  11. fcf24fe vold: Add a versioned superblock to secure containers. by San Mehat · 14 years ago
  12. 2350c44 vold: Add support for xwarp by San Mehat · 14 years ago
  13. f1b07fb vold: Don't bail out on init failure & bump version number by San Mehat · 14 years ago
  14. a1091cb vold: Allow creation of a container with no filesystem by San Mehat · 14 years ago
  15. 55013f7 vold: Fix uninitialized mountpoint bug by San Mehat · 14 years ago
  16. 12f4b89 vold: Retry rmdir of asec mount point by San Mehat · 14 years ago
  17. 96956ed vold: Prohibit container rename when dst container is mounted by San Mehat · 14 years ago
  18. 0e38253 vold: fix infinite loop when failing to unmount a busy container in unmountVolume() by San Mehat · 14 years ago
  19. 52c2ccb vold: Make asec sdcard dir a hidden dir by San Mehat · 14 years ago
  20. 3bb6020 vold: Stage the mounting of media to hide the ASEC imagefile directory by San Mehat · 14 years ago
  21. 8f2875b vold: Clean up asec command response and add support for 'StorageBusy' by San Mehat · 14 years ago
  22. 4ba8948 vold: Add 'force' option to anything that can cause an unmount by San Mehat · 14 years ago
  23. d31e380 vold2: Don't allow containers < 1mb, and clean up some logging by San Mehat · 14 years ago
  24. b3b4318 Check length of filenames before strcat by Kenny Root · 14 years ago
  25. 586536c vold: Refactor Processkiller and add command to return users of a mount point by San Mehat · 14 years ago
  26. 8c940ef vold: Fix devmapper/ptmx fd leak, and give asec unmount more time by San Mehat · 14 years ago
  27. c6fc646 am 4468682c: Merge from open-source master by Jean-Baptiste Queru · 14 years ago
  28. 4468682 Merge from open-source master by Jean-Baptiste Queru · 14 years ago
  29. 3b9b8e8 vold: Fix format argument bug by San Mehat · 14 years ago
  30. 62e5dd2 vold: Reduce logspam and add 250ms delay before first unmount attempt by San Mehat · 14 years ago
  31. b9aed74 vold: Fix a few bugs by San Mehat · 14 years ago
  32. f5c6198 vold: Silly rabbit, don't use unlink() when you mean't rmdir() by San Mehat · 14 years ago
  33. 2b22552 vold: Fix share status argument off by one by San Mehat · 14 years ago
  34. fbe33b4 vold2: Don't print error on unknown Netlink event by San Mehat · 14 years ago
  35. eba65e9 vold: Bloat reduction Signed-off-by: San Mehat <san@google.com> by San Mehat · 14 years ago
  36. 048b080 vold: Add support for renaming secure containers by San Mehat · 14 years ago
  37. 68f8ebd vold2: update some debugging by San Mehat · 14 years ago
  38. a4dc3b1 vold: Don't fail to return path if volume isn't mounted by San Mehat · 14 years ago
  39. 5817821 vold: Add command to unmount secure containers by San Mehat · 14 years ago
  40. 8870516 vold: Unmount secure containers when the underlying media is removed. by San Mehat · 14 years ago
  41. 0586d54 vold2: Fix issue with destroying / unmounting asec by San Mehat · 15 years ago
  42. dfe7949 vold2: Fix a mb -> sector conversion refactor bug by San Mehat · 15 years ago
  43. c66770f vold: Rename the C in ASEC to Container by San Mehat · 15 years ago
  44. 8b8f71b vold: Internally use sector counts for asec lengths by San Mehat · 15 years ago
  45. b78a32c vold: Add encrypted ASEC support via devmapper by San Mehat · 15 years ago
  46. 8da6bcb vold: Increase max supported loop devices to 255 by San Mehat · 15 years ago
  47. 8d934ca vold: Always format FAT32 by San Mehat · 15 years ago
  48. 2396993 vold: Use process-killer when unmounting asec containers by San Mehat · 15 years ago
  49. cff5ec3 vold: Temporarily disable asec mountpoint permissions by San Mehat · 15 years ago
  50. 1bc9558 Add missing library used by the main executable in linker options. Currently by Doug Kwan · 15 years ago
  51. eb13a90 vold: Don't freak out if an asec mountpoint already exists by San Mehat · 15 years ago
  52. fff0b47 vold2: Enable support for custom mount perm masks and wire to asec by San Mehat · 15 years ago
  53. a19b250 vold2: Initial support for Android Secure External Caches by San Mehat · 15 years ago
  54. 7b8f2db vold2: Don't crap out if the kernel is missing the NPART/PARTN blkdev uevent patches by San Mehat · 15 years ago
  55. bf04185 vold2: Refactor FAT support into a separate class by San Mehat · 15 years ago
  56. 79e31be vold2: Don't bail out if the UMS switch isn't there by San Mehat · 15 years ago
  57. 11f78c1 vold2: Don't build for simulator by San Mehat · 15 years ago
  58. 0cde53c vold2: Manually bootstrap the ums switch since switch kernel uevents are broken by San Mehat · 15 years ago
  59. a1c2ca1 vold2: Enable in build by San Mehat · 15 years ago
  60. a2677e4 vold2: Get mounting/unmounting/formatting/sharing working by San Mehat · 15 years ago
  61. dd9b8e9 vold2: Some more work on partitioning support by San Mehat · 15 years ago
  62. 49e2bce vold2: Wire up more of the mount function by San Mehat · 15 years ago
  63. 8d5ad9a new project, first commit by android-build SharedAccount · 15 years ago
  64. ae10b91 vold2: Rename DeviceVolume -> DirectVolume by San Mehat · 15 years ago
  65. 3578c41 vold2: Add block device udev bootstrapping by San Mehat · 15 years ago
  66. 59abc3c vold2: DeviceVolume: Add pending partition support by San Mehat · 15 years ago
  67. fd7f587 vold2: Refactor the netlink event handling and better define how partitions/disks are handled by San Mehat · 15 years ago
  68. f1b736b system: vold2: Initial skeleton for vold2. by San Mehat · 15 years ago
  69. 8f8ba4d Empty starting point by Jean-Baptiste Queru · 15 years ago