summaryrefslogtreecommitdiff
path: root/ext4_utils
AgeCommit message (Expand)Author
2012-02-17Pass file descriptor instead of file nameAnatol Pomazau
2012-02-17Merge "img2simg: Drop using endian.h"Scott Anderson
2012-02-16img2simg: Drop using endian.hScott Anderson
2012-02-16ext4_utils: simg2img: Add LOCAL_MODULE_TAGS in Android.mkScott Anderson
2012-02-16Adapt ext4_utils for windows.Raphael Moll
2012-02-16Merge "Broke the build. Revert "ext4_utils: Fix LOCAL_MODULE_TAGS on img2simg...Scott Anderson
2012-02-16Broke the build.Scott Anderson
2012-02-16Merge "ext4_utils: Fix LOCAL_MODULE_TAGS on img2simg and simg2img"Scott Anderson
2012-02-15ext4_utils: Fix LOCAL_MODULE_TAGS on img2simg and simg2imgScott Anderson
2012-02-15Add simg_dump.py python script to dump sparse image informationScott Anderson
2012-02-08Add img2simg tool that splits a large image into <n> sparse filesScott Anderson
2012-02-08Merge "Revert "Add img2simg tool that splits a large image into <n> sparse fi...Scott Anderson
2012-02-08Revert "Add img2simg tool that splits a large image into <n> sparse files"Scott Anderson
2012-02-08Merge "munmap() should be called with the same length as mmap()"Anatol Pomazau
2012-02-07Add img2simg tool that splits a large image into <n> sparse filesScott Anderson
2012-02-07munmap() should be called with the same length as mmap()Anatol Pomazau
2012-02-07Fix indentationAnatol Pomazau
2012-02-06Remove trailing whitespacesAnatol Pomazau
2012-02-06Replace 8-spaces indentation with tabAnatol Pomazau
2012-02-03Revert "Pass file descriptor instead of file name"Anatol Pomazau
2012-02-03Pass file descriptor instead of file nameAnatol Pomazau
2012-02-03Revert "Pass file descriptor instead of file name"Anatol Pomazau
2012-02-02Pass file descriptor instead of file nameAnatol Pomazau
2012-01-20am 9883083a: am 412d55c7: Merge "fix fd leaking and deallocation freed resource"Jean-Baptiste Queru
2012-01-18Merge "fix fd leaking and deallocation freed resource"Jean-Baptiste Queru
2011-11-07Remove libraries from static library module.Ying Wang
2011-10-31make ext4 utils callable from C++Doug Zongker
2011-07-13Round down the filesystem size to a multiple of the block sizeKen Sumrall
2011-06-30Update simg2img to handle CHUNK_TYPE_FILL.Ken Sumrall
2011-06-29Bug fixes to make_ext4fsKen Sumrall
2011-06-22Add test/debugging code to ext4fixupKen Sumrall
2011-06-22Fixes for ext4fixup.Ken Sumrall
2011-06-17ext4fixup tool to fix wonky filesystems made by old version of make_ext4fsKen Sumrall
2011-06-06A few small cleanups to setup_fs.cKen Sumrall
2011-06-06fix fd leaking and deallocation freed resourceRobert CH Chou
2011-06-03Move the setup_fs program from device/samsung/crespo to ext4_utils.Ken Sumrall
2011-04-30Merge "Make inodes per group a multiple of inodes per block"Colin Cross
2011-04-29Make inodes per group a multiple of inodes per blockColin Cross
2011-03-31Properly compute the size of a directoryKen Sumrall
2011-03-24am 2ae7663e: Implement poor man\'s exception handling to prevent errors from ...Ken Sumrall
2011-03-24Implement poor man's exception handling to prevent errors from killling recoveryKen Sumrall
2011-03-22am 8c00dae6: am 427c3a21: Make a failure of the BLKDISCARD ioctl non-fatal.Ken Sumrall
2011-03-22Make a failure of the BLKDISCARD ioctl non-fatal.Ken Sumrall
2011-03-22Fix to properly wipe filesystems larger than 4 gigabytes.Ken Sumrall
2011-03-14system/extras: remove LOCAL_PRELINK_MODULEIliyan Malchev
2011-02-11Fix to properly wipe filesystems larger than 4 gigabytes.Ken Sumrall
2011-01-28ext4_utils: Fix non-linux buildsColin Cross
2011-01-28ext4_utils: Add support for wipe option, and wipe by default in recoveryColin Cross
2011-01-26Merge "ext4_utils: Fix off-by-one bug in dentry size calculation" into honeycombColin Cross
2011-01-25ext4_utils: Fix off-by-one bug in dentry size calculationColin Cross