1. 192238d ext4_utils: fix build error without FILE_CONTEXTS by Sungmin Choi · 12 years ago
  2. 3ebdcb8 Fix win_sdk build. by Nick Kralevich · 12 years ago
  3. 4df62f3 ext4_utils: add filesystem capabilities support. by Nick Kralevich · 12 years ago
  4. 5446bde ext4_utils: clean up some warnings. by Nick Kralevich · 12 years ago
  5. 56497f2 ext4_utils: mark uninitialized inode tables in block groups by Colin Cross · 12 years ago
  6. 2929313 Fix root inode security labeling issue. by Robert Craig · 12 years ago
  7. 2057370 Add verbose option to make_ext4 command by William Roberts · 12 years ago
  8. 9652986 ext4_utils: reduce exported apis by Colin Cross · 12 years ago
  9. 03ad99c ext4_utils: export make_ext4fs_sparse_fd by Colin Cross · 12 years ago
  10. 5b89a4a ext4_utils: fix windows build by avoiding asprintf by Colin Cross · 12 years ago
  11. 27f830f ext4_utils: fix segfault on error opening output file by Colin Cross · 12 years ago
  12. a446014 ext4_utils: canonicalize slashes in paths by Colin Cross · 12 years ago
  13. a532ecf make_ext4fs: fix sepolicy lookup for lost+found by Colin Cross · 12 years ago
  14. c18120d make_ext4fs: insert lost+found directory into filled filesystems by Colin Cross · 12 years ago
  15. 8748938 make_ext4fs: fix dentry padding when dentry size is 4088 or 4092 by Colin Cross · 12 years ago
  16. a468c4e Make SIZE a mandatory parameter. by Ying Wang · 12 years ago
  17. 5da2f36 Add automatic file_contexts handle to make_ext4fs. by rpcraig · 12 years ago
  18. bcfcdcf Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  19. 723f1c7 Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  20. 7eac42d make_ext4fs: add const qualifier to mountpoint by Kenny Root · 12 years ago
  21. c40049b Support for multiple modules with the same name is going away. by Joe Onorato · 12 years ago
  22. 3f1eb99 Support for multiple modules with the same name is going away. by Joe Onorato · 12 years ago
  23. 983ce57 Merge "Fix SELinux labeling for system.img" by Nick Kralevich · 12 years ago
  24. 4d07014 system/extras/ext4_utils: move libsparse to system/core by Colin Cross · 12 years ago
  25. d99bf88 make_ext4fs: allow sparse gzip files by Colin Cross · 12 years ago
  26. f0ee37f libsparse: make API sane by Colin Cross · 12 years ago
  27. dc5abee Refactor sparse file support into libsparse by Colin Cross · 12 years ago
  28. 0b766cd Fix SELinux labeling for system.img by rpcraig · 12 years ago
  29. 400e9bc am 47aa1049: Merge "Fixes to make_ext4fs when compiled with HAVE_SELINUX." by Kenny Root · 12 years ago
  30. c588b0a Fixes to make_ext4fs when compiled with HAVE_SELINUX. by Matt Finifter · 12 years ago
  31. f3ae92d am 16052ec5: Merge "ext4_utils: Fix long symbolic links" by Colin Cross · 12 years ago
  32. 16052ec Merge "ext4_utils: Fix long symbolic links" by Colin Cross · 12 years ago
  33. 78c43b5 Fix SELinux building by Kenny Root · 12 years ago
  34. 2e5c523 resolved conflicts for merge of 8f9b41d9 to master by Kenny Root · 13 years ago
  35. 6ece708 Extend make_ext4fs() interface to allow callers to pass selabel_handle. by Stephen Smalley · 13 years ago
  36. b4eca4b Extend make_ext4fs to support setting SELinux security contexts in ext4 images. by Stephen Smalley · 13 years ago
  37. 68e3dfd make_ext4fs: Allow custom filesystem configs by Kenny Root · 13 years ago
  38. 82c18e0 ext4_utils: Fix long symbolic links by Johan Rudholm · 13 years ago
  39. 0349bd9 Pass file descriptor instead of file name by Anatol Pomazau · 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. 1645d76 Merge "Revert "Add img2simg tool that splits a large image into <n> sparse files"" by Scott Anderson · 13 years ago
  51. 0e8e470 Revert "Add img2simg tool that splits a large image into <n> sparse files" by Scott Anderson · 13 years ago
  52. 81e8fe9 Merge "munmap() should be called with the same length as mmap()" by Anatol Pomazau · 13 years ago
  53. dba7d24 Add img2simg tool that splits a large image into <n> sparse files by Scott Anderson · 13 years ago
  54. 4211ee4 munmap() should be called with the same length as mmap() by Anatol Pomazau · 13 years ago
  55. 9371512 Fix indentation by Anatol Pomazau · 13 years ago
  56. 9361053 Remove trailing whitespaces by Anatol Pomazau · 13 years ago
  57. 00740cc Replace 8-spaces indentation with tab by Anatol Pomazau · 13 years ago
  58. 354350e Revert "Pass file descriptor instead of file name" by Anatol Pomazau · 13 years ago
  59. 89ddaab Pass file descriptor instead of file name by Anatol Pomazau · 13 years ago
  60. ae4f7dc Revert "Pass file descriptor instead of file name" by Anatol Pomazau · 13 years ago
  61. 93eb1dc Pass file descriptor instead of file name by Anatol Pomazau · 13 years ago
  62. eece777 am 9883083a: am 412d55c7: Merge "fix fd leaking and deallocation freed resource" by Jean-Baptiste Queru · 13 years ago
  63. 412d55c Merge "fix fd leaking and deallocation freed resource" by Jean-Baptiste Queru · 13 years ago
  64. 920bfb7 Remove libraries from static library module. by Ying Wang · 13 years ago
  65. e8d74ff make ext4 utils callable from C++ by Doug Zongker · 13 years ago
  66. 88833a6 Round down the filesystem size to a multiple of the block size by Ken Sumrall · 13 years ago
  67. dba3324 Update simg2img to handle CHUNK_TYPE_FILL. by Ken Sumrall · 13 years ago
  68. 107a9f1 Bug fixes to make_ext4fs by Ken Sumrall · 13 years ago
  69. 7e5ff13 Add test/debugging code to ext4fixup by Ken Sumrall · 13 years ago
  70. 97fc910 Fixes for ext4fixup. by Ken Sumrall · 13 years ago
  71. 671cd21 ext4fixup tool to fix wonky filesystems made by old version of make_ext4fs by Ken Sumrall · 13 years ago
  72. a0b154f A few small cleanups to setup_fs.c by Ken Sumrall · 13 years ago
  73. 0a5b2a3 fix fd leaking and deallocation freed resource by Robert CH Chou · 13 years ago
  74. 337847a Move the setup_fs program from device/samsung/crespo to ext4_utils. by Ken Sumrall · 13 years ago
  75. 06c35f9 Merge "Make inodes per group a multiple of inodes per block" by Colin Cross · 13 years ago
  76. 96cc54a Make inodes per group a multiple of inodes per block by Colin Cross · 13 years ago
  77. 7c81ec4 Properly compute the size of a directory by Ken Sumrall · 14 years ago
  78. c12588c am 2ae7663e: Implement poor man\'s exception handling to prevent errors from killling recovery by Ken Sumrall · 14 years ago
  79. 2ae7663 Implement poor man's exception handling to prevent errors from killling recovery by Ken Sumrall · 14 years ago
  80. ef4b5b0 am 8c00dae6: am 427c3a21: Make a failure of the BLKDISCARD ioctl non-fatal. by Ken Sumrall · 14 years ago
  81. 427c3a2 Make a failure of the BLKDISCARD ioctl non-fatal. by Ken Sumrall · 14 years ago
  82. 3e62059 Fix to properly wipe filesystems larger than 4 gigabytes. by Ken Sumrall · 14 years ago
  83. c72ab98 system/extras: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 14 years ago
  84. 61d6591 Fix to properly wipe filesystems larger than 4 gigabytes. by Ken Sumrall · 14 years ago
  85. bb079ff ext4_utils: Fix non-linux builds by Colin Cross · 14 years ago
  86. c247065 ext4_utils: Add support for wipe option, and wipe by default in recovery by Colin Cross · 14 years ago
  87. 442985b Merge "ext4_utils: Fix off-by-one bug in dentry size calculation" into honeycomb by Colin Cross · 14 years ago
  88. 2ff1c5b ext4_utils: Fix off-by-one bug in dentry size calculation by Colin Cross · 14 years ago
  89. 983fb19 Change the API for make_ext4fs() to better match the user's needs by Ken Sumrall · 14 years ago
  90. 435a8b6 Add the ability to specify a reserved space size when making filesystems. by Ken Sumrall · 14 years ago
  91. 39e01fc Add a mode to the open(2) call when creating the output file. by Ken Sumrall · 14 years ago
  92. fe4a031 ext4_utils: Fix OSX build by Colin Cross · 14 years ago
  93. 2e905e5 ext4_utils: Fix warnings by Colin Cross · 14 years ago
  94. f270367 ext4_utils: Allow unknown block types in simg2img by Colin Cross · 14 years ago
  95. 106235b ext4_utils: Build simg2img for target by Colin Cross · 14 years ago
  96. 0b7cb80 ext4_utils: Convert simg2img from stdio to fds by Colin Cross · 14 years ago
  97. a7ed433 ext4_utils: Add ext2simg by Colin Cross · 14 years ago
  98. 757ace5 ext4_utils: Add an optional CRC chunk at the end of sparse files by Colin Cross · 14 years ago
  99. b781330 ext4_utils: Get rid of CRC in sparse file header by Colin Cross · 14 years ago
  100. 33f96c6 ext4_utils: Add support for >2G input files by Colin Cross · 14 years ago