1. dd22cb3 Actually encrypt stuff by Paul Lawrence · 9 years ago
  2. 65df483 Don't encrypt lost+found by Paul Lawrence · 9 years ago
  3. fa58471 Merge changes If63f439d,I697ec4ef into mnc-dr-dev by Paul Crowley · 9 years ago
  4. d3548a3 Merge "Add e4crypt_set_user_crypto_policies, calls vdc setusercryptopolicies" into mnc-dr-dev by Paul Crowley · 9 years ago
  5. ccaca5c Merge "Don't apply default encryption to /data/user, it should get per-user encryption." into mnc-dr-dev by Paul Crowley · 9 years ago
  6. b89e81d fs_config: align with new explicit fs_config target_out parameter by Thierry Strudel · 9 years ago
  7. 3165404 Add keyctl_revoke by Paul Crowley · 9 years ago
  8. 45f1a1f Add e4crypt_set_user_crypto_policies, calls vdc setusercryptopolicies by Paul Crowley · 9 years ago
  9. e92c682 Improve error logging. by Paul Crowley · 9 years ago
  10. 15e73f5 Don't apply default encryption to /data/user, it should get per-user encryption. by Paul Crowley · 9 years ago
  11. 2fa9e93 Retry polling to prevent failures by Paul Lawrence · 9 years ago
  12. c28ca56 Remove selinux/android.h from host tools by Jeff Vander Stoep · 9 years ago
  13. b411bcc Move crypt commands to a different listener in vold by Paul Lawrence · 9 years ago
  14. af02e8a DO NOT MERGE New faster file open kernel by Paul Lawrence · 9 years ago
  15. a47a133 DO NOT MERGE Use default key permissions for ext4enc by Paul Lawrence · 9 years ago
  16. 2ecc642 DO NOT MERGE Enable properties in ext4enc by Paul Lawrence · 9 years ago
  17. db1d49c DO NOT MERGE New ext4enc kernel switching from xattrs to ioctl by Paul Lawrence · 9 years ago
  18. bc2eb8c DO NOT MERGE Securely encrypt the master key by Paul Lawrence · 9 years ago
  19. a8c010b am 81c39be5: Merge "make_ext4fs: use libcutils and libselinux shared libraries" by Mark Salyzyn · 9 years ago
  20. 34d15aa make_ext4fs: use libcutils and libselinux shared libraries by Mark Salyzyn · 9 years ago
  21. 4c57b24 am a8ac44e4: Merge "select(2) is bad, always use poll(2). Also remove unnecessary loop." by Paul Crowley · 9 years ago
  22. 36d056c select(2) is bad, always use poll(2). Also remove unnecessary loop. by Paul Crowley · 9 years ago
  23. 7538cc9 Add real UUID support to ext4_utils. by Jeff Sharkey · 9 years ago
  24. 9036d55 ext_utils: xattr_free_space assert by Mark Salyzyn · 9 years ago
  25. 636d848 ext4_utils: xattr_assert_sane false positives by Mark Salyzyn · 9 years ago
  26. d059fdd Fix missing '\n's in kernel logging. by Elliott Hughes · 9 years ago
  27. e326742 Merge "ext4_utils: move fs_config to libcutils" by Mark Salyzyn · 9 years ago
  28. 19cc2a5 ext4_utils: move fs_config to libcutils by Mark Salyzyn · 9 years ago
  29. 6198026 ext4_utils: Abstracting ext4 encryption property system by Paul Lawrence · 9 years ago
  30. f976875 Clean up includes by Paul Lawrence · 9 years ago
  31. ee29686 Don't #include "../". by Elliott Hughes · 9 years ago
  32. 92da49d [HACK] Adding e4crypt support by Paul Lawrence · 9 years ago
  33. 8d8b586 am 368d0a31: Merge "make_ext4fs: workaround for a glibc scandir bug" by Elliott Hughes · 9 years ago
  34. 04f4839 make_ext4fs: workaround for a glibc scandir bug by Mihai Serban · 9 years ago
  35. b4d460b resolved conflicts for merge of 3701548f to lmp-mr1-dev-plus-aosp by David 'Digit' Turner · 9 years ago
  36. b23b2c0 ext4_utils: Support -L LABEL option on mkuserimg by Christoffer Dall · 9 years ago
  37. 1ec61e7 Support [-j <journal_size>] in mkuserimg.sh by Ying Wang · 9 years ago
  38. 9922135 fix build by Doug Zongker · 10 years ago
  39. bec598e add option to make_ext4fs to record blocks for each file by Doug Zongker · 10 years ago
  40. 1402741 reduce mkuserimg.sh chattiness by Doug Zongker · 10 years ago
  41. f5a6b34 am fb0c6296: am 9c82554e: Merge "Ignore wipe operation on non-block devices." by David 'Digit' Turner · 10 years ago
  42. aad1acc optionally use a canned fs_config when building ext4 fs by Doug Zongker · 10 years ago
  43. eb5fcc3 Ignore wipe operation on non-block devices. by David 'Digit' Turner · 10 years ago
  44. e37d9e3 am 14119df1: am b733b3c7: Merge "The situation len = 0 and absolute = false need to be handled" by Colin Cross · 10 years ago
  45. 7b4448d The situation len = 0 and absolute = false need to be handled by Benoit Fradin · 11 years ago
  46. d26eb62 am fde5b354: am 79950456: Merge "Label lost+found directories with SELinux security contexts." by Nick Kralevich · 10 years ago
  47. 7907ac7 Label lost+found directories with SELinux security contexts. by Stephen Smalley · 10 years ago
  48. 40ce87a Remove warnings by Paul Lawrence · 10 years ago
  49. 4c00342 am d27ada97: Merge "ext4_utils: don\'t leave bad image file in case of error" by JP Abgrall · 10 years ago
  50. 39ef30b ext4_utils: don't leave bad image file in case of error by JP Abgrall · 10 years ago
  51. 39aee3c am c0f813af: Merge "Set s_flags to 2 to prevent a write on first mount." by Geremy Condra · 10 years ago
  52. 4fdc006 Set s_flags to 2 to prevent a write on first mount. by Geremy Condra · 10 years ago
  53. 63ee844 am 991d0bbb: Merge "make_ext4fs: fix block allocation to be best-fit" by Colin Cross · 10 years ago
  54. eb3915a make_ext4fs: fix block allocation to be best-fit by Colin Cross · 10 years ago
  55. 3843c14 resolved conflicts for merge of 74da0434 to master by Colin Cross · 10 years ago
  56. af07234 ext4_utils: fix build for 64 bit by Colin Cross · 10 years ago
  57. ee2bba6 ext4 utils: Refactor read_ext, and expose some of the functions by Paul Lawrence · 10 years ago
  58. 9a2b60b ext4_utils: move superblock parsing to its own compilation unit by Colin Cross · 10 years ago
  59. 782879a ext4_utils: move sparse file pointer out of fs_info by Colin Cross · 10 years ago
  60. 7900c77 ext4_utils: refactor kernel headers by Colin Cross · 10 years ago
  61. 9526680 allow fixing timestamps when building ext4 filesystem by Doug Zongker · 10 years ago
  62. 605023f am 67a05c0d: Merge "use BIONIC implementation of mmap64" by Elliott Hughes · 11 years ago
  63. 01d722d use BIONIC implementation of mmap64 by Andrew Boie · 11 years ago
  64. 75adbc0 am 7f026d09: Merge "Avoid underflow on an unsigned int when computering bg overrun" by Ken Sumrall · 11 years ago
  65. 17de654 Avoid underflow on an unsigned int when computering bg overrun by Ken Sumrall · 11 years ago
  66. 79cebe6 Merge "Missing include in wipe.h" by jp abgrall · 11 years ago
  67. fe87e11 Changed visibility of get_block_device_size by Szymon Starzycki · 11 years ago
  68. 6e60850 Missing include in wipe.h by Szymon Starzycki · 11 years ago
  69. 8a63232 ext4_utils: use android_filesystem_capability.h by Nick Kralevich · 11 years ago
  70. 192238d ext4_utils: fix build error without FILE_CONTEXTS by Sungmin Choi · 11 years ago
  71. 3ebdcb8 Fix win_sdk build. by Nick Kralevich · 11 years ago
  72. 4df62f3 ext4_utils: add filesystem capabilities support. by Nick Kralevich · 11 years ago
  73. 5446bde ext4_utils: clean up some warnings. by Nick Kralevich · 11 years ago
  74. 56497f2 ext4_utils: mark uninitialized inode tables in block groups by Colin Cross · 11 years ago
  75. 2929313 Fix root inode security labeling issue. by Robert Craig · 11 years ago
  76. 2057370 Add verbose option to make_ext4 command by William Roberts · 11 years ago
  77. 9652986 ext4_utils: reduce exported apis by Colin Cross · 11 years ago
  78. 03ad99c ext4_utils: export make_ext4fs_sparse_fd by Colin Cross · 11 years ago
  79. 5b89a4a ext4_utils: fix windows build by avoiding asprintf by Colin Cross · 11 years ago
  80. 27f830f ext4_utils: fix segfault on error opening output file by Colin Cross · 11 years ago
  81. a446014 ext4_utils: canonicalize slashes in paths by Colin Cross · 11 years ago
  82. a532ecf make_ext4fs: fix sepolicy lookup for lost+found by Colin Cross · 11 years ago
  83. c18120d make_ext4fs: insert lost+found directory into filled filesystems by Colin Cross · 11 years ago
  84. 8748938 make_ext4fs: fix dentry padding when dentry size is 4088 or 4092 by Colin Cross · 11 years ago
  85. a468c4e Make SIZE a mandatory parameter. by Ying Wang · 11 years ago
  86. 5da2f36 Add automatic file_contexts handle to make_ext4fs. by rpcraig · 12 years ago
  87. bcfcdcf Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  88. 723f1c7 Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  89. 7eac42d make_ext4fs: add const qualifier to mountpoint by Kenny Root · 12 years ago
  90. c40049b Support for multiple modules with the same name is going away. by Joe Onorato · 12 years ago
  91. 3f1eb99 Support for multiple modules with the same name is going away. by Joe Onorato · 12 years ago
  92. 983ce57 Merge "Fix SELinux labeling for system.img" by Nick Kralevich · 12 years ago
  93. 4d07014 system/extras/ext4_utils: move libsparse to system/core by Colin Cross · 12 years ago
  94. d99bf88 make_ext4fs: allow sparse gzip files by Colin Cross · 12 years ago
  95. f0ee37f libsparse: make API sane by Colin Cross · 12 years ago
  96. dc5abee Refactor sparse file support into libsparse by Colin Cross · 12 years ago
  97. 0b766cd Fix SELinux labeling for system.img by rpcraig · 12 years ago
  98. 400e9bc am 47aa1049: Merge "Fixes to make_ext4fs when compiled with HAVE_SELINUX." by Kenny Root · 12 years ago
  99. c588b0a Fixes to make_ext4fs when compiled with HAVE_SELINUX. by Matt Finifter · 12 years ago
  100. f3ae92d am 16052ec5: Merge "ext4_utils: Fix long symbolic links" by Colin Cross · 12 years ago