summaryrefslogtreecommitdiff
path: root/ext4_utils/make_ext4fs.c
AgeCommit message (Expand)Author
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-05-16am 14119df1: am b733b3c7: Merge "The situation len = 0 and absolute = false n...Colin Cross
2014-04-30The situation len = 0 and absolute = false need to be handledBenoit Fradin
2014-04-27am fde5b354: am 79950456: Merge "Label lost+found directories with SELinux se...Nick Kralevich
2014-04-25Label lost+found directories with SELinux security contexts.Stephen Smalley
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-23ext4_utils: move sparse file pointer out of fs_infoColin Cross
2013-12-06allow fixing timestamps when building ext4 filesystemDoug Zongker
2013-02-20ext4_utils: add filesystem capabilities support.Nick Kralevich
2013-02-20ext4_utils: clean up some warnings.Nick Kralevich
2013-02-04ext4_utils: mark uninitialized inode tables in block groupsColin Cross
2013-01-30Fix root inode security labeling issue.Robert Craig
2013-01-23Add verbose option to make_ext4 commandWilliam Roberts
2013-01-23ext4_utils: reduce exported apisColin Cross
2013-01-23ext4_utils: export make_ext4fs_sparse_fdColin Cross
2012-12-21ext4_utils: fix windows build by avoiding asprintfColin Cross
2012-12-20ext4_utils: canonicalize slashes in pathsColin Cross
2012-11-26make_ext4fs: fix sepolicy lookup for lost+foundColin Cross
2012-11-26make_ext4fs: insert lost+found directory into filled filesystemsColin Cross
2012-10-16Remove HAVE_SELINUX guardsKenny Root
2012-10-10make_ext4fs: add const qualifier to mountpointKenny Root
2012-07-17libsparse: make API saneColin Cross
2012-07-17Refactor sparse file support into libsparseColin Cross
2012-03-30resolved conflicts for merge of 8f9b41d9 to masterKenny Root
2012-03-30Extend make_ext4fs() interface to allow callers to pass selabel_handle.Stephen Smalley
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-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-07-13Round down the filesystem size to a multiple of the block sizeKen Sumrall
2011-06-29Bug fixes to make_ext4fsKen Sumrall
2011-04-30Merge "Make inodes per group a multiple of inodes per block"Colin Cross
2011-04-29Make inodes per group a multiple of inodes per blockColin Cross
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-19Change the API for make_ext4fs() to better match the user's needsKen Sumrall
2011-01-14Add the ability to specify a reserved space size when making filesystems.Ken Sumrall
2011-01-05ext4_utils: Fix warningsColin 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