summaryrefslogtreecommitdiff
path: root/ext4_utils/indirect.c
AgeCommit message (Collapse)Author
2016-10-09ext4_utils: Export headers for libext4_utils* libs.Tao Bao
So we can do "#include <ext4_utils/make_ext4fs.h>" without adding "LOCAL_C_INCLUDES += system/extras/ext4_utils". Also clean up the #include lines in system/extras/ext4_utils/. Test: `m checkbuild` works. Change-Id: I3c8b07c9b6f5996160e0cb6d9d069579b1609f60 (cherry picked from commit 018ef1be61e749d0fbe0f05179a4f0f9b858ae57)
2014-01-23ext4_utils: move sparse file pointer out of fs_infoColin Cross
Move the sparse file pointer out of the fs_info struct in preparation for exporting fs_info without sparse file support. Change-Id: I5a72147fe4fb24296e615cb82dbba91c6dc6f7f0
2014-01-23ext4_utils: refactor kernel headersColin Cross
Move the kernel header includes into a single include file that can deal with getting the kernel int types correct on all platforms. Change-Id: Ied3dc6a0f5cbb3ceb686aa3de72f16e10a36462a
2013-02-20ext4_utils: clean up some warnings.Nick Kralevich
Change-Id: Ia9761e5168cfe6baabc0105ea76d5575fc378f48
2012-07-17libsparse: make API saneColin Cross
Replaces the libsparse API with a sane one based on an opaque pointer. Change-Id: I93bc9cf9a6b912a993ef554dbe6ffe2f0f723383
2012-07-17Refactor sparse file support into libsparseColin Cross
Minimal refactoring of output_file.c into libsparse in preparation for completely separating libsparse from ext4_utils. Moves output_file.c, backed_block.c, and parts of ext4_utils.c into libsparse. The only changes to the remanining files in ext4_utils are using the new sparse.h header, and moving the wipe call out of output_file.c and into make_ext4fs.c. Change-Id: I1f66f6c3e05230a350023c5b4ea4422f16a73c4b
2012-03-25ext4_utils: Fix long symbolic linksJohan Rudholm
When the target of a symbolic link is over 60 characters, make_ext4fs fails to create the link. Instead of allocating n bytes, n blocks of 4096 bytes was reserved, and the allocated data was never attached to the inode. Change-Id: I63a2e76166a2afc30734265324d5c5265cfa59ff Signed-off-by: Christian Bejram <christian.bejram@stericsson.com>
2011-01-05ext4_utils: Add support for >2G input filesColin Cross
Change-Id: I6af69d676610099d3912e90fcab3cbdc27ace4e2
2011-01-05ext4_utils: Move bg_desc_reserved_blocks from aux_info to infoColin Cross
Change-Id: Ic635afbb8819a00ca23ba2f93413fe707e2eec87
2010-06-20Fix whitespaceColin Cross
Change-Id: I37da6c38cd33ae22a0578ed8e91650e35972bf6a
2010-06-16Initial commit of ext4_utilsColin Cross
Change-Id: I911d5b7fd7170ec81d544850717d8e69976e272b