summaryrefslogtreecommitdiff
path: root/ext4_utils/make_ext4fs.c
AgeCommit message (Expand)Author
2016-11-18ext4_utils: Remove signed/unsigned comparison warningsDmitry Shmidt
2016-10-09ext4_utils: Export headers for libext4_utils* libs.Tao Bao
2016-10-05Test for _WIN32 in system/extras instead of USE_MINGW.Elliott Hughes
2016-09-30Revert "ext4_utils: -Werror"Colin Cross
2016-09-29ext4_utils: -WerrorMark Salyzyn
2016-04-28Incremental Ext4 Bug: prevent out of bound boundary allocationsMohamad Ayyash
2016-04-15make_ext4fs: Modify ext4 filesystem setup to speed up fsckMohamad Ayyash
2016-02-23Don't define incremental ext4 for windowsMohamad Ayyash
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
2016-02-03Merge "Fix warnings in system/extras." am: 4eb09a62f2Dan Albert
2016-02-02Fix warnings in system/extras.Dan Albert
2015-11-27Add _directory function for fd-based ext4 filesystem creationPaul Crowley
2015-11-11Create convert_fbe breadcrumb file to support conversion to FBEPaul Lawrence
2015-08-24make_ext4fs: Turn off EXT4_FEATURE_RO_COMPAT_GDT_CSUM flag for nowDaniel Rosenberg
2015-07-10am 830175fa: am b89e81dc: fs_config: align with new explicit fs_config target...Thierry Strudel
2015-07-09fs_config: align with new explicit fs_config target_out parameterThierry Strudel
2015-06-10Remove selinux/android.h from host toolsJeff Vander Stoep
2015-05-13Remove selinux/android.h from host toolsJeff Vander Stoep
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
2015-04-07Add real UUID support to ext4_utils.Jeff Sharkey
2015-01-08make_ext4fs: workaround for a glibc scandir bugMihai Serban
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