1. 63362e1 ext4_utils: fix crash when filesystem size is too small by Jin Qian · 9 years ago
  2. 7ba1e20 ext4_utils: allow passing flash block sizes to make_ext4fs_sparse functions by Connor O'Brien · 9 years ago
  3. bdd06de Allow passing flash block sizes to libext4_utils by Connor O'Brien · 9 years ago
  4. cd20530 ext4_utils: Remove signed/unsigned comparison warnings by Dmitry Shmidt · 9 years ago
  5. 018ef1b ext4_utils: Export headers for libext4_utils* libs. by Tao Bao · 9 years ago
  6. 1eb2f54 Test for _WIN32 in system/extras instead of USE_MINGW. by Elliott Hughes · 9 years ago
  7. afb5297 Revert "ext4_utils: -Werror" by Colin Cross · 9 years ago
  8. f55303f ext4_utils: -Werror by Mark Salyzyn · 10 years ago
  9. d2ed02a Incremental Ext4 Bug: prevent out of bound boundary allocations by Mohamad Ayyash · 10 years ago
  10. dedf8f9 make_ext4fs: Modify ext4 filesystem setup to speed up fsck by Mohamad Ayyash · 10 years ago
  11. ef24424 Don't define incremental ext4 for windows by Mohamad Ayyash · 10 years ago
  12. 9579198 Redesign make_ext4fs to incrementally generate ext4 images by Mohamad Ayyash · 10 years ago
  13. 18785a8 Revert "Redesign make_ext4fs to incrementally generate ext4 images" by Mohamad Ayyash · 10 years ago
  14. 3d96084 Redesign make_ext4fs to incrementally generate ext4 images by Mohamad Ayyash · 10 years ago
  15. ef77d0d Merge "Fix warnings in system/extras." am: 4eb09a62f2 am: 1b0f797a72 by Dan Albert · 10 years ago
  16. 8797850 Fix warnings in system/extras. by Dan Albert · 10 years ago
  17. d7a3fb4 Add _directory function for fd-based ext4 filesystem creation by Paul Crowley · 10 years ago
  18. 01c43f2 Create convert_fbe breadcrumb file to support conversion to FBE by Paul Lawrence · 10 years ago
  19. eee96f6 make_ext4fs: Turn off EXT4_FEATURE_RO_COMPAT_GDT_CSUM flag for now by Daniel Rosenberg · 10 years ago
  20. 4b481e8 am 830175fa: am b89e81dc: fs_config: align with new explicit fs_config target_out parameter by Thierry Strudel · 10 years ago
  21. b89e81d fs_config: align with new explicit fs_config target_out parameter by Thierry Strudel · 10 years ago
  22. c28ca56 Remove selinux/android.h from host tools by Jeff Vander Stoep · 11 years ago
  23. 6bc4a54 Remove selinux/android.h from host tools by Jeff Vander Stoep · 11 years ago
  24. aaf32ea make_ext4fs: write out super blocks at last for block devices by Eric Miao · 11 years ago
  25. f965968 Add real UUID support to ext4_utils. by Jeff Sharkey · 11 years ago
  26. 7538cc9 Add real UUID support to ext4_utils. by Jeff Sharkey · 11 years ago
  27. 04f4839 make_ext4fs: workaround for a glibc scandir bug by Mihai Serban · 11 years ago
  28. bec598e add option to make_ext4fs to record blocks for each file by Doug Zongker · 11 years ago
  29. f5a6b34 am fb0c6296: am 9c82554e: Merge "Ignore wipe operation on non-block devices." by David 'Digit' Turner · 11 years ago
  30. eb5fcc3 Ignore wipe operation on non-block devices. by David 'Digit' Turner · 11 years ago
  31. e37d9e3 am 14119df1: am b733b3c7: Merge "The situation len = 0 and absolute = false need to be handled" by Colin Cross · 11 years ago
  32. 7b4448d The situation len = 0 and absolute = false need to be handled by Benoit Fradin · 12 years ago
  33. d26eb62 am fde5b354: am 79950456: Merge "Label lost+found directories with SELinux security contexts." by Nick Kralevich · 12 years ago
  34. 7907ac7 Label lost+found directories with SELinux security contexts. by Stephen Smalley · 12 years ago
  35. 40ce87a Remove warnings by Paul Lawrence · 12 years ago
  36. 3843c14 resolved conflicts for merge of 74da0434 to master by Colin Cross · 12 years ago
  37. af07234 ext4_utils: fix build for 64 bit by Colin Cross · 12 years ago
  38. 782879a ext4_utils: move sparse file pointer out of fs_info by Colin Cross · 12 years ago
  39. 9526680 allow fixing timestamps when building ext4 filesystem by Doug Zongker · 12 years ago
  40. 4df62f3 ext4_utils: add filesystem capabilities support. by Nick Kralevich · 13 years ago
  41. 5446bde ext4_utils: clean up some warnings. by Nick Kralevich · 13 years ago
  42. 56497f2 ext4_utils: mark uninitialized inode tables in block groups by Colin Cross · 13 years ago
  43. 2929313 Fix root inode security labeling issue. by Robert Craig · 13 years ago
  44. 2057370 Add verbose option to make_ext4 command by William Roberts · 13 years ago
  45. 9652986 ext4_utils: reduce exported apis by Colin Cross · 13 years ago
  46. 03ad99c ext4_utils: export make_ext4fs_sparse_fd by Colin Cross · 13 years ago
  47. 5b89a4a ext4_utils: fix windows build by avoiding asprintf by Colin Cross · 13 years ago
  48. a446014 ext4_utils: canonicalize slashes in paths by Colin Cross · 13 years ago
  49. a532ecf make_ext4fs: fix sepolicy lookup for lost+found by Colin Cross · 13 years ago
  50. c18120d make_ext4fs: insert lost+found directory into filled filesystems by Colin Cross · 13 years ago
  51. 723f1c7 Remove HAVE_SELINUX guards by Kenny Root · 13 years ago
  52. 7eac42d make_ext4fs: add const qualifier to mountpoint by Kenny Root · 13 years ago
  53. f0ee37f libsparse: make API sane by Colin Cross · 14 years ago
  54. dc5abee Refactor sparse file support into libsparse by Colin Cross · 14 years ago
  55. 2e5c523 resolved conflicts for merge of 8f9b41d9 to master by Kenny Root · 14 years ago
  56. 6ece708 Extend make_ext4fs() interface to allow callers to pass selabel_handle. by Stephen Smalley · 14 years ago
  57. b4eca4b Extend make_ext4fs to support setting SELinux security contexts in ext4 images. by Stephen Smalley · 14 years ago
  58. 68e3dfd make_ext4fs: Allow custom filesystem configs by Kenny Root · 14 years ago
  59. 0349bd9 Pass file descriptor instead of file name by Anatol Pomazau · 14 years ago
  60. 4605b3f Adapt ext4_utils for windows. by Raphael Moll · 14 years ago
  61. 354350e Revert "Pass file descriptor instead of file name" by Anatol Pomazau · 14 years ago
  62. 89ddaab Pass file descriptor instead of file name by Anatol Pomazau · 14 years ago
  63. ae4f7dc Revert "Pass file descriptor instead of file name" by Anatol Pomazau · 14 years ago
  64. 93eb1dc Pass file descriptor instead of file name by Anatol Pomazau · 14 years ago
  65. 88833a6 Round down the filesystem size to a multiple of the block size by Ken Sumrall · 14 years ago
  66. 107a9f1 Bug fixes to make_ext4fs by Ken Sumrall · 14 years ago
  67. 06c35f9 Merge "Make inodes per group a multiple of inodes per block" by Colin Cross · 15 years ago
  68. 96cc54a Make inodes per group a multiple of inodes per block by Colin Cross · 15 years ago
  69. 2ae7663 Implement poor man's exception handling to prevent errors from killling recovery by Ken Sumrall · 15 years ago
  70. c247065 ext4_utils: Add support for wipe option, and wipe by default in recovery by Colin Cross · 15 years ago
  71. 983fb19 Change the API for make_ext4fs() to better match the user's needs by Ken Sumrall · 15 years ago
  72. 435a8b6 Add the ability to specify a reserved space size when making filesystems. by Ken Sumrall · 15 years ago
  73. 2e905e5 ext4_utils: Fix warnings by Colin Cross · 15 years ago
  74. 757ace5 ext4_utils: Add an optional CRC chunk at the end of sparse files by Colin Cross · 15 years ago
  75. b781330 ext4_utils: Get rid of CRC in sparse file header by Colin Cross · 15 years ago
  76. 33f96c6 ext4_utils: Add support for >2G input files by Colin Cross · 15 years ago
  77. 22742ce ext4_utils: Move bg_desc_reserved_blocks from aux_info to info by Colin Cross · 15 years ago
  78. 75249ed Add support for sparse ext4 image creation. by Ken Sumrall · 15 years ago
  79. de61f98 Set timestamps on files based on source files by Colin Cross · 15 years ago
  80. e4b5ae8 Create a journal by default by Colin Cross · 15 years ago
  81. 263eefd add make_ext4fs to the libext4_utils by Doug Zongker · 15 years ago
  82. 881cca2 Split out libext4_utils by Colin Cross · 15 years ago
  83. 8aef66d Fix whitespace by Colin Cross · 15 years ago
  84. 7a8bee7 Add support for writing a gzip compressed image by Colin Cross · 15 years ago
  85. 4b83b8a Fix ifdefs for linux by Colin Cross · 15 years ago
  86. ec0a2e8 Initial commit of ext4_utils by Colin Cross · 15 years ago