summaryrefslogtreecommitdiff
path: root/ext4_utils/ext4_utils.c
AgeCommit message (Expand)Author
2016-02-23Redesign make_ext4fs to incrementally generate ext4 imagesMohamad Ayyash
2016-02-19Revert "Redesign make_ext4fs to incrementally generate ext4 images"Mohamad Ayyash
2016-02-18Redesign make_ext4fs to incrementally generate ext4 imagesMohamad Ayyash
2015-09-15Setup filesystem for automatic forced repairPeter Enderborg
2015-05-03Fix asan error when copying super block to backup super blocksColin Cross
2015-04-28make_ext4fs: write out super blocks at last for block devicesEric Miao
2015-04-28Add real UUID support to ext4_utils.Jeff Sharkey
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-02-13am c0f813af: Merge "Set s_flags to 2 to prevent a write on first mount."Geremy Condra
2014-02-13Set s_flags to 2 to prevent a write on first mount.Geremy Condra
2014-01-31resolved conflicts for merge of 74da0434 to masterColin 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-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
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
2012-01-18Merge "fix fd leaking and deallocation freed resource"Jean-Baptiste Queru
2011-06-29Bug fixes to make_ext4fsKen Sumrall
2011-06-22Fixes for ext4fixup.Ken Sumrall
2011-06-06fix fd leaking and deallocation freed resourceRobert CH Chou
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: 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-09-23zero the entire journal instead of just the first blockBrian Swetland
2010-08-13ext4_utils: brought over from masterBrian Swetland