summaryrefslogtreecommitdiff
path: root/ext4_utils/output_file.c
AgeCommit message (Expand)Author
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-07munmap() should be called with the same length as mmap()Anatol Pomazau
2012-02-06Remove trailing whitespacesAnatol 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-18Merge "fix fd leaking and deallocation freed resource"Jean-Baptiste Queru
2011-06-29Bug fixes to make_ext4fsKen Sumrall
2011-06-06fix fd leaking and deallocation freed resourceRobert CH Chou
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: 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
2010-09-07Add support for IEEE 802.c stylc CRC32 computation to the sparse image toolsKen Sumrall
2010-08-17Add support for IEEE 802.c stylc CRC32 computation to the sparse image toolsKen Sumrall
2010-08-13ext4_utils: brought over from masterBrian Swetland
2010-08-13Add support for sparse ext4 image creation.Ken Sumrall
2010-06-20Add support for writing a gzip compressed imageColin Cross