summaryrefslogtreecommitdiff
path: root/ext4_utils/make_ext4fs_main.c
AgeCommit message (Expand)Author
2014-02-14ext4_utils: don't leave bad image file in case of errorJP Abgrall
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-12-20ext4_utils: fix segfault on error opening output fileColin Cross
2012-12-20ext4_utils: canonicalize slashes in pathsColin Cross
2012-10-17Add automatic file_contexts handle to make_ext4fs.rpcraig
2012-10-16Remove HAVE_SELINUX guardsKenny Root
2012-07-17make_ext4fs: allow sparse gzip filesColin Cross
2012-03-30resolved conflicts for merge of 8f9b41d9 to masterKenny Root
2012-03-30Extend make_ext4fs to support setting SELinux security contexts in ext4 images.Stephen Smalley
2012-03-29make_ext4fs: Allow custom filesystem configsKenny Root
2012-02-17Pass file descriptor instead of file nameAnatol 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
2011-06-29Bug fixes to make_ext4fsKen Sumrall
2011-01-28ext4_utils: Add support for wipe option, and wipe by default in recoveryColin Cross
2011-01-19Change the API for make_ext4fs() to better match the user's needsKen Sumrall
2011-01-05ext4_utils: Add an optional CRC chunk at the end of sparse filesColin Cross
2010-08-13Add support for sparse ext4 image creation.Ken Sumrall
2010-08-03Create a journal by defaultColin Cross
2010-06-29add make_ext4fs to the libext4_utilsDoug Zongker