1. 24309ab make_ext4fs: workaround for a glibc scandir bug by Mihai Serban · 9 years ago
  2. 984ae19 mkuserimg: Dump lsof in case of a image generation failure. by Nagender Telkar · 9 years ago
  3. afe7453 mkuserimg: Add retry and display memory stats while generating image by AUDITYA BHATTARAM · 9 years ago
  4. 9922135 fix build by Doug Zongker · 10 years ago
  5. bec598e add option to make_ext4fs to record blocks for each file by Doug Zongker · 10 years ago
  6. 1402741 reduce mkuserimg.sh chattiness by Doug Zongker · 10 years ago
  7. f5a6b34 am fb0c6296: am 9c82554e: Merge "Ignore wipe operation on non-block devices." by David 'Digit' Turner · 10 years ago
  8. aad1acc optionally use a canned fs_config when building ext4 fs by Doug Zongker · 10 years ago
  9. eb5fcc3 Ignore wipe operation on non-block devices. by David 'Digit' Turner · 10 years ago
  10. e37d9e3 am 14119df1: am b733b3c7: Merge "The situation len = 0 and absolute = false need to be handled" by Colin Cross · 10 years ago
  11. 7b4448d The situation len = 0 and absolute = false need to be handled by Benoit Fradin · 11 years ago
  12. d26eb62 am fde5b354: am 79950456: Merge "Label lost+found directories with SELinux security contexts." by Nick Kralevich · 10 years ago
  13. 7907ac7 Label lost+found directories with SELinux security contexts. by Stephen Smalley · 10 years ago
  14. 40ce87a Remove warnings by Paul Lawrence · 10 years ago
  15. 4c00342 am d27ada97: Merge "ext4_utils: don\'t leave bad image file in case of error" by JP Abgrall · 10 years ago
  16. 39ef30b ext4_utils: don't leave bad image file in case of error by JP Abgrall · 10 years ago
  17. 39aee3c am c0f813af: Merge "Set s_flags to 2 to prevent a write on first mount." by Geremy Condra · 10 years ago
  18. 4fdc006 Set s_flags to 2 to prevent a write on first mount. by Geremy Condra · 10 years ago
  19. 63ee844 am 991d0bbb: Merge "make_ext4fs: fix block allocation to be best-fit" by Colin Cross · 10 years ago
  20. eb3915a make_ext4fs: fix block allocation to be best-fit by Colin Cross · 10 years ago
  21. 3843c14 resolved conflicts for merge of 74da0434 to master by Colin Cross · 10 years ago
  22. af07234 ext4_utils: fix build for 64 bit by Colin Cross · 10 years ago
  23. ee2bba6 ext4 utils: Refactor read_ext, and expose some of the functions by Paul Lawrence · 10 years ago
  24. 9a2b60b ext4_utils: move superblock parsing to its own compilation unit by Colin Cross · 10 years ago
  25. 782879a ext4_utils: move sparse file pointer out of fs_info by Colin Cross · 10 years ago
  26. 7900c77 ext4_utils: refactor kernel headers by Colin Cross · 10 years ago
  27. 9526680 allow fixing timestamps when building ext4 filesystem by Doug Zongker · 11 years ago
  28. 605023f am 67a05c0d: Merge "use BIONIC implementation of mmap64" by Elliott Hughes · 11 years ago
  29. 01d722d use BIONIC implementation of mmap64 by Andrew Boie · 11 years ago
  30. 75adbc0 am 7f026d09: Merge "Avoid underflow on an unsigned int when computering bg overrun" by Ken Sumrall · 11 years ago
  31. 17de654 Avoid underflow on an unsigned int when computering bg overrun by Ken Sumrall · 11 years ago
  32. 79cebe6 Merge "Missing include in wipe.h" by jp abgrall · 11 years ago
  33. fe87e11 Changed visibility of get_block_device_size by Szymon Starzycki · 11 years ago
  34. 6e60850 Missing include in wipe.h by Szymon Starzycki · 11 years ago
  35. 8a63232 ext4_utils: use android_filesystem_capability.h by Nick Kralevich · 11 years ago
  36. 192238d ext4_utils: fix build error without FILE_CONTEXTS by Sungmin Choi · 11 years ago
  37. 3ebdcb8 Fix win_sdk build. by Nick Kralevich · 11 years ago
  38. 4df62f3 ext4_utils: add filesystem capabilities support. by Nick Kralevich · 11 years ago
  39. 5446bde ext4_utils: clean up some warnings. by Nick Kralevich · 11 years ago
  40. 56497f2 ext4_utils: mark uninitialized inode tables in block groups by Colin Cross · 11 years ago
  41. 2929313 Fix root inode security labeling issue. by Robert Craig · 11 years ago
  42. 2057370 Add verbose option to make_ext4 command by William Roberts · 11 years ago
  43. 9652986 ext4_utils: reduce exported apis by Colin Cross · 11 years ago
  44. 03ad99c ext4_utils: export make_ext4fs_sparse_fd by Colin Cross · 11 years ago
  45. 5b89a4a ext4_utils: fix windows build by avoiding asprintf by Colin Cross · 11 years ago
  46. 27f830f ext4_utils: fix segfault on error opening output file by Colin Cross · 11 years ago
  47. a446014 ext4_utils: canonicalize slashes in paths by Colin Cross · 11 years ago
  48. a532ecf make_ext4fs: fix sepolicy lookup for lost+found by Colin Cross · 12 years ago
  49. c18120d make_ext4fs: insert lost+found directory into filled filesystems by Colin Cross · 12 years ago
  50. 8748938 make_ext4fs: fix dentry padding when dentry size is 4088 or 4092 by Colin Cross · 12 years ago
  51. a468c4e Make SIZE a mandatory parameter. by Ying Wang · 12 years ago
  52. 5da2f36 Add automatic file_contexts handle to make_ext4fs. by rpcraig · 12 years ago
  53. bcfcdcf Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  54. 723f1c7 Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  55. 7eac42d make_ext4fs: add const qualifier to mountpoint by Kenny Root · 12 years ago
  56. c40049b Support for multiple modules with the same name is going away. by Joe Onorato · 12 years ago
  57. 3f1eb99 Support for multiple modules with the same name is going away. by Joe Onorato · 12 years ago
  58. 983ce57 Merge "Fix SELinux labeling for system.img" by Nick Kralevich · 12 years ago
  59. 4d07014 system/extras/ext4_utils: move libsparse to system/core by Colin Cross · 12 years ago
  60. d99bf88 make_ext4fs: allow sparse gzip files by Colin Cross · 12 years ago
  61. f0ee37f libsparse: make API sane by Colin Cross · 12 years ago
  62. dc5abee Refactor sparse file support into libsparse by Colin Cross · 12 years ago
  63. 0b766cd Fix SELinux labeling for system.img by rpcraig · 12 years ago
  64. 400e9bc am 47aa1049: Merge "Fixes to make_ext4fs when compiled with HAVE_SELINUX." by Kenny Root · 12 years ago
  65. c588b0a Fixes to make_ext4fs when compiled with HAVE_SELINUX. by Matt Finifter · 12 years ago
  66. f3ae92d am 16052ec5: Merge "ext4_utils: Fix long symbolic links" by Colin Cross · 12 years ago
  67. 16052ec Merge "ext4_utils: Fix long symbolic links" by Colin Cross · 12 years ago
  68. 78c43b5 Fix SELinux building by Kenny Root · 12 years ago
  69. 2e5c523 resolved conflicts for merge of 8f9b41d9 to master by Kenny Root · 12 years ago
  70. 6ece708 Extend make_ext4fs() interface to allow callers to pass selabel_handle. by Stephen Smalley · 12 years ago
  71. b4eca4b Extend make_ext4fs to support setting SELinux security contexts in ext4 images. by Stephen Smalley · 12 years ago
  72. 68e3dfd make_ext4fs: Allow custom filesystem configs by Kenny Root · 12 years ago
  73. 82c18e0 ext4_utils: Fix long symbolic links by Johan Rudholm · 12 years ago
  74. 0349bd9 Pass file descriptor instead of file name by Anatol Pomazau · 12 years ago
  75. 879d01e Merge "img2simg: Drop using endian.h" by Scott Anderson · 12 years ago
  76. c2cb533 img2simg: Drop using endian.h by Scott Anderson · 12 years ago
  77. 7e2590a ext4_utils: simg2img: Add LOCAL_MODULE_TAGS in Android.mk by Scott Anderson · 12 years ago
  78. 4605b3f Adapt ext4_utils for windows. by Raphael Moll · 12 years ago
  79. 3ee934f Merge "Broke the build. Revert "ext4_utils: Fix LOCAL_MODULE_TAGS on img2simg and simg2img"" by Scott Anderson · 12 years ago
  80. af9259c Broke the build. by Scott Anderson · 12 years ago
  81. 89d1c62 Merge "ext4_utils: Fix LOCAL_MODULE_TAGS on img2simg and simg2img" by Scott Anderson · 12 years ago
  82. eec2bb9 ext4_utils: Fix LOCAL_MODULE_TAGS on img2simg and simg2img by Scott Anderson · 12 years ago
  83. 523775a Add simg_dump.py python script to dump sparse image information by Scott Anderson · 12 years ago
  84. 3abb047 Add img2simg tool that splits a large image into <n> sparse files by Scott Anderson · 12 years ago
  85. 1645d76 Merge "Revert "Add img2simg tool that splits a large image into <n> sparse files"" by Scott Anderson · 12 years ago
  86. 0e8e470 Revert "Add img2simg tool that splits a large image into <n> sparse files" by Scott Anderson · 12 years ago
  87. 81e8fe9 Merge "munmap() should be called with the same length as mmap()" by Anatol Pomazau · 12 years ago
  88. dba7d24 Add img2simg tool that splits a large image into <n> sparse files by Scott Anderson · 12 years ago
  89. 4211ee4 munmap() should be called with the same length as mmap() by Anatol Pomazau · 12 years ago
  90. 9371512 Fix indentation by Anatol Pomazau · 12 years ago
  91. 9361053 Remove trailing whitespaces by Anatol Pomazau · 12 years ago
  92. 00740cc Replace 8-spaces indentation with tab by Anatol Pomazau · 12 years ago
  93. 354350e Revert "Pass file descriptor instead of file name" by Anatol Pomazau · 12 years ago
  94. 89ddaab Pass file descriptor instead of file name by Anatol Pomazau · 12 years ago
  95. ae4f7dc Revert "Pass file descriptor instead of file name" by Anatol Pomazau · 12 years ago
  96. 93eb1dc Pass file descriptor instead of file name by Anatol Pomazau · 12 years ago
  97. eece777 am 9883083a: am 412d55c7: Merge "fix fd leaking and deallocation freed resource" by Jean-Baptiste Queru · 12 years ago
  98. 412d55c Merge "fix fd leaking and deallocation freed resource" by Jean-Baptiste Queru · 12 years ago
  99. 920bfb7 Remove libraries from static library module. by Ying Wang · 13 years ago
  100. e8d74ff make ext4 utils callable from C++ by Doug Zongker · 13 years ago