summaryrefslogtreecommitdiff
path: root/ext4_utils/ext4_utils.h
AgeCommit message (Expand)Author
2015-07-09fs_config: align with new explicit fs_config target_out parameterThierry Strudel
2015-04-07Add real UUID support to ext4_utils.Jeff Sharkey
2014-08-12add option to make_ext4fs to record blocks for each fileDoug Zongker
2014-06-16am fb0c6296: am 9c82554e: Merge "Ignore wipe operation on non-block devices."David 'Digit' Turner
2014-06-13Ignore wipe operation on non-block devices.David 'Digit' Turner
2014-03-03Remove warningsPaul Lawrence
2014-01-31resolved conflicts for merge of 74da0434 to masterColin Cross
2014-01-29ext4_utils: fix build for 64 bitColin Cross
2014-01-29ext4 utils: Refactor read_ext, and expose some of the functionsPaul Lawrence
2014-01-23ext4_utils: move superblock parsing to its own compilation unitColin Cross
2014-01-23ext4_utils: move sparse file pointer out of fs_infoColin Cross
2014-01-23ext4_utils: refactor kernel headersColin Cross
2013-12-06allow fixing timestamps when building ext4 filesystemDoug Zongker
2013-09-19am 67a05c0d: Merge "use BIONIC implementation of mmap64"Elliott Hughes
2013-09-18use BIONIC implementation of mmap64Andrew Boie
2013-07-24Changed visibility of get_block_device_sizeSzymon Starzycki
2013-02-20ext4_utils: add filesystem capabilities support.Nick Kralevich
2013-02-04ext4_utils: mark uninitialized inode tables in block groupsColin Cross
2013-01-23Add verbose option to make_ext4 commandWilliam Roberts
2013-01-23ext4_utils: reduce exported apisColin Cross
2012-07-17libsparse: make API saneColin Cross
2012-07-17Refactor sparse file support into libsparseColin Cross
2012-02-17Pass file descriptor instead of file nameAnatol Pomazau
2012-02-16Adapt ext4_utils for windows.Raphael Moll
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
2011-10-31make ext4 utils callable from C++Doug Zongker
2011-06-29Bug fixes to make_ext4fsKen Sumrall
2011-03-24Implement poor man's exception handling to prevent errors from killling recoveryKen Sumrall
2011-01-28ext4_utils: Add support for wipe option, and wipe by default in recoveryColin Cross
2011-01-14Add the ability to specify a reserved space size when making filesystems.Ken Sumrall
2011-01-05ext4_utils: Fix OSX buildColin Cross
2011-01-05ext4_utils: Add ext2simgColin Cross
2011-01-05ext4_utils: Add an optional CRC chunk at the end of sparse filesColin Cross
2011-01-05ext4_utils: Get rid of CRC in sparse file headerColin Cross
2011-01-05ext4_utils: Add support for >2G input filesColin Cross
2011-01-05ext4_utils: Move bg_desc_reserved_blocks from aux_info to infoColin Cross
2010-08-13Add support for sparse ext4 image creation.Ken Sumrall
2010-08-05Fix calculation of dentry sizeColin Cross
2010-08-03Create a journal by defaultColin Cross
2010-06-29Split out libext4_utilsColin Cross
2010-06-16Initial commit of ext4_utilsColin Cross