1. e8ed694 Convert several libraries to soong. by Alex Deymo · 8 years ago
  2. f417a8d Remove "_host" and "_static" suffix from libsparse. by Alex Deymo · 8 years ago
  3. b611070 Remove "_static" and "_host" suffix from libext4_utils definitions. by Alex Deymo · 8 years ago
  4. 6b947e3 ext4_utils: move ext2simg to upstream e2fsprogs by Adrien Schildknecht · 8 years ago
  5. 3f6ea67 ext4_utils: use mke2fs instead of make_ext4 by Adrien Schildknecht · 8 years ago
  6. 77d7c39 Remove unused dependencies by Michael Schwartz · 8 years ago
  7. 018ef1b ext4_utils: Export headers for libext4_utils* libs. by Tao Bao · 8 years ago
  8. afb5297 Revert "ext4_utils: -Werror" by Colin Cross · 8 years ago
  9. f55303f ext4_utils: -Werror by Mark Salyzyn · 8 years ago
  10. aa8b355 Remove canned_fs_config from ext4_utils by Mohamad Ayyash · 9 years ago
  11. 2eb7904 Introduce blk_alloc_to_base_fs utility by Mohamad Ayyash · 9 years ago
  12. 78efe41 Add methods to get and ensure encryption policy. by Jeff Sharkey · 9 years ago
  13. 59ffd6d Remove unencrypted properties by Paul Lawrence · 9 years ago
  14. db21988 libext4_utils: add dependency on libselinux by Colin Cross · 9 years ago
  15. d48a1c1 Remove HOST_OS checks, whitelist windows module by Dan Willemsen · 9 years ago
  16. 9bb2808 Set -fno-strict-aliasing here so we can get rid of it globally by Bernhard Rosenkränzer · 9 years ago
  17. 377cd19 Securely encrypt the master key by Paul Lawrence · 9 years ago
  18. f965968 Add real UUID support to ext4_utils. by Jeff Sharkey · 10 years ago
  19. ea2ec88 Revert "Securely encrypt the master key" by Paul Lawrence · 9 years ago
  20. af2359f Securely encrypt the master key by Paul Lawrence · 10 years ago
  21. 34d15aa make_ext4fs: use libcutils and libselinux shared libraries by Mark Salyzyn · 10 years ago
  22. e326742 Merge "ext4_utils: move fs_config to libcutils" by Mark Salyzyn · 10 years ago
  23. 19cc2a5 ext4_utils: move fs_config to libcutils by Mark Salyzyn · 10 years ago
  24. 6198026 ext4_utils: Abstracting ext4 encryption property system by Paul Lawrence · 10 years ago
  25. 92da49d [HACK] Adding e4crypt support by Paul Lawrence · 10 years ago
  26. aad1acc optionally use a canned fs_config when building ext4 fs by Doug Zongker · 10 years ago
  27. 9a2b60b ext4_utils: move superblock parsing to its own compilation unit by Colin Cross · 11 years ago
  28. 56497f2 ext4_utils: mark uninitialized inode tables in block groups by Colin Cross · 12 years ago
  29. 5da2f36 Add automatic file_contexts handle to make_ext4fs. by rpcraig · 12 years ago
  30. 723f1c7 Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  31. c40049b Support for multiple modules with the same name is going away. by Joe Onorato · 12 years ago
  32. 3f1eb99 Support for multiple modules with the same name is going away. by Joe Onorato · 12 years ago
  33. 983ce57 Merge "Fix SELinux labeling for system.img" by Nick Kralevich · 12 years ago
  34. 4d07014 system/extras/ext4_utils: move libsparse to system/core by Colin Cross · 12 years ago
  35. dc5abee Refactor sparse file support into libsparse by Colin Cross · 12 years ago
  36. 0b766cd Fix SELinux labeling for system.img by rpcraig · 12 years ago
  37. 78c43b5 Fix SELinux building by Kenny Root · 13 years ago
  38. 2e5c523 resolved conflicts for merge of 8f9b41d9 to master by Kenny Root · 13 years ago
  39. b4eca4b Extend make_ext4fs to support setting SELinux security contexts in ext4 images. by Stephen Smalley · 13 years ago
  40. 879d01e Merge "img2simg: Drop using endian.h" by Scott Anderson · 13 years ago
  41. c2cb533 img2simg: Drop using endian.h by Scott Anderson · 13 years ago
  42. 7e2590a ext4_utils: simg2img: Add LOCAL_MODULE_TAGS in Android.mk by Scott Anderson · 13 years ago
  43. 4605b3f Adapt ext4_utils for windows. by Raphael Moll · 13 years ago
  44. 3ee934f Merge "Broke the build. Revert "ext4_utils: Fix LOCAL_MODULE_TAGS on img2simg and simg2img"" by Scott Anderson · 13 years ago
  45. af9259c Broke the build. by Scott Anderson · 13 years ago
  46. 89d1c62 Merge "ext4_utils: Fix LOCAL_MODULE_TAGS on img2simg and simg2img" by Scott Anderson · 13 years ago
  47. eec2bb9 ext4_utils: Fix LOCAL_MODULE_TAGS on img2simg and simg2img by Scott Anderson · 13 years ago
  48. 523775a Add simg_dump.py python script to dump sparse image information by Scott Anderson · 13 years ago
  49. 3abb047 Add img2simg tool that splits a large image into <n> sparse files by Scott Anderson · 13 years ago
  50. 0e8e470 Revert "Add img2simg tool that splits a large image into <n> sparse files" by Scott Anderson · 13 years ago
  51. dba7d24 Add img2simg tool that splits a large image into <n> sparse files by Scott Anderson · 13 years ago
  52. 920bfb7 Remove libraries from static library module. by Ying Wang · 13 years ago
  53. 671cd21 ext4fixup tool to fix wonky filesystems made by old version of make_ext4fs by Ken Sumrall · 13 years ago
  54. 337847a Move the setup_fs program from device/samsung/crespo to ext4_utils. by Ken Sumrall · 13 years ago
  55. c72ab98 system/extras: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 14 years ago
  56. c247065 ext4_utils: Add support for wipe option, and wipe by default in recovery by Colin Cross · 14 years ago
  57. 106235b ext4_utils: Build simg2img for target by Colin Cross · 14 years ago
  58. a7ed433 ext4_utils: Add ext2simg by Colin Cross · 14 years ago
  59. 5a61817 Add support for IEEE 802.c stylc CRC32 computation to the sparse image tools by Ken Sumrall · 14 years ago
  60. 75249ed Add support for sparse ext4 image creation. by Ken Sumrall · 14 years ago
  61. 3c97782 Add mkuserimg.sh script for the build system by Colin Cross · 14 years ago
  62. 263eefd add make_ext4fs to the libext4_utils by Doug Zongker · 14 years ago
  63. 9b93cf4 Add static libext4_utils by Colin Cross · 14 years ago
  64. 881cca2 Split out libext4_utils by Colin Cross · 14 years ago
  65. 7a8bee7 Add support for writing a gzip compressed image by Colin Cross · 14 years ago
  66. ec0a2e8 Initial commit of ext4_utils by Colin Cross · 14 years ago