1. 920bfb7 Remove libraries from static library module. by Ying Wang · 13 years ago
  2. e8d74ff make ext4 utils callable from C++ by Doug Zongker · 13 years ago
  3. 88833a6 Round down the filesystem size to a multiple of the block size by Ken Sumrall · 13 years ago
  4. dba3324 Update simg2img to handle CHUNK_TYPE_FILL. by Ken Sumrall · 13 years ago
  5. 107a9f1 Bug fixes to make_ext4fs by Ken Sumrall · 13 years ago
  6. 7e5ff13 Add test/debugging code to ext4fixup by Ken Sumrall · 13 years ago
  7. 97fc910 Fixes for ext4fixup. by Ken Sumrall · 13 years ago
  8. 671cd21 ext4fixup tool to fix wonky filesystems made by old version of make_ext4fs by Ken Sumrall · 13 years ago
  9. a0b154f A few small cleanups to setup_fs.c by Ken Sumrall · 13 years ago
  10. 0a5b2a3 fix fd leaking and deallocation freed resource by Robert CH Chou · 13 years ago
  11. 337847a Move the setup_fs program from device/samsung/crespo to ext4_utils. by Ken Sumrall · 13 years ago
  12. 06c35f9 Merge "Make inodes per group a multiple of inodes per block" by Colin Cross · 14 years ago
  13. 96cc54a Make inodes per group a multiple of inodes per block by Colin Cross · 14 years ago
  14. 7c81ec4 Properly compute the size of a directory by Ken Sumrall · 14 years ago
  15. c12588c am 2ae7663e: Implement poor man\'s exception handling to prevent errors from killling recovery by Ken Sumrall · 14 years ago
  16. 2ae7663 Implement poor man's exception handling to prevent errors from killling recovery by Ken Sumrall · 14 years ago
  17. ef4b5b0 am 8c00dae6: am 427c3a21: Make a failure of the BLKDISCARD ioctl non-fatal. by Ken Sumrall · 14 years ago
  18. 427c3a2 Make a failure of the BLKDISCARD ioctl non-fatal. by Ken Sumrall · 14 years ago
  19. 3e62059 Fix to properly wipe filesystems larger than 4 gigabytes. by Ken Sumrall · 14 years ago
  20. c72ab98 system/extras: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 14 years ago
  21. 61d6591 Fix to properly wipe filesystems larger than 4 gigabytes. by Ken Sumrall · 14 years ago
  22. bb079ff ext4_utils: Fix non-linux builds by Colin Cross · 14 years ago
  23. c247065 ext4_utils: Add support for wipe option, and wipe by default in recovery by Colin Cross · 14 years ago
  24. 442985b Merge "ext4_utils: Fix off-by-one bug in dentry size calculation" into honeycomb by Colin Cross · 14 years ago
  25. 2ff1c5b ext4_utils: Fix off-by-one bug in dentry size calculation by Colin Cross · 14 years ago
  26. 983fb19 Change the API for make_ext4fs() to better match the user's needs by Ken Sumrall · 14 years ago
  27. 435a8b6 Add the ability to specify a reserved space size when making filesystems. by Ken Sumrall · 14 years ago
  28. 39e01fc Add a mode to the open(2) call when creating the output file. by Ken Sumrall · 14 years ago
  29. fe4a031 ext4_utils: Fix OSX build by Colin Cross · 14 years ago
  30. 2e905e5 ext4_utils: Fix warnings by Colin Cross · 14 years ago
  31. f270367 ext4_utils: Allow unknown block types in simg2img by Colin Cross · 14 years ago
  32. 106235b ext4_utils: Build simg2img for target by Colin Cross · 14 years ago
  33. 0b7cb80 ext4_utils: Convert simg2img from stdio to fds by Colin Cross · 14 years ago
  34. a7ed433 ext4_utils: Add ext2simg by Colin Cross · 14 years ago
  35. 757ace5 ext4_utils: Add an optional CRC chunk at the end of sparse files by Colin Cross · 14 years ago
  36. b781330 ext4_utils: Get rid of CRC in sparse file header by Colin Cross · 14 years ago
  37. 33f96c6 ext4_utils: Add support for >2G input files by Colin Cross · 14 years ago
  38. 22742ce ext4_utils: Move bg_desc_reserved_blocks from aux_info to info by Colin Cross · 14 years ago
  39. dff7e7d Optional "-s" to enable sparse ext4 image. by Ying Wang · 14 years ago
  40. c22117c Optional "-s" to enable sparse ext4 image. by Ying Wang · 14 years ago
  41. 5c11d91 resolved conflicts for merge of 8bdbbe2d to master by Ying Wang · 14 years ago
  42. 8bdbbe2 Rename parameter LABEL to MOUNT_POINT by Ying Wang · 14 years ago
  43. 8534c95 am 4b8b59a7: zero the entire journal instead of just the first block by Brian Swetland · 14 years ago
  44. 4b8b59a zero the entire journal instead of just the first block by Brian Swetland · 14 years ago
  45. cd23be0 do not merge - create sparse ext4 images by Brian Swetland · 14 years ago
  46. 9c842ad Add support for IEEE 802.c stylc CRC32 computation to the sparse image tools by Ken Sumrall · 14 years ago
  47. 5a61817 Add support for IEEE 802.c stylc CRC32 computation to the sparse image tools by Ken Sumrall · 14 years ago
  48. 8642b7f ext4_utils: brought over from master by Brian Swetland · 14 years ago
  49. 75249ed Add support for sparse ext4 image creation. by Ken Sumrall · 14 years ago
  50. 6bd2b5d Fix calculation of dentry size by Colin Cross · 14 years ago
  51. cf5c39c Fix zero length files by Colin Cross · 14 years ago
  52. de61f98 Set timestamps on files based on source files by Colin Cross · 14 years ago
  53. e4b5ae8 Create a journal by default by Colin Cross · 14 years ago
  54. 3c97782 Add mkuserimg.sh script for the build system by Colin Cross · 14 years ago
  55. 263eefd add make_ext4fs to the libext4_utils by Doug Zongker · 14 years ago
  56. 9b93cf4 Add static libext4_utils by Colin Cross · 14 years ago
  57. 881cca2 Split out libext4_utils by Colin Cross · 14 years ago
  58. 8aef66d Fix whitespace by Colin Cross · 14 years ago
  59. 7a8bee7 Add support for writing a gzip compressed image by Colin Cross · 14 years ago
  60. 4b83b8a Fix ifdefs for linux by Colin Cross · 14 years ago
  61. a1a175a Fix zero-length files by Colin Cross · 14 years ago
  62. ec0a2e8 Initial commit of ext4_utils by Colin Cross · 14 years ago