summaryrefslogtreecommitdiff
path: root/ext4_utils
AgeCommit message (Expand)Author
2015-01-08make_ext4fs: workaround for a glibc scandir bugMihai Serban
2014-12-17ext4_utils: Support -L LABEL option on mkuserimgChristoffer Dall
2014-08-12fix buildDoug Zongker
2014-08-12add option to make_ext4fs to record blocks for each fileDoug Zongker
2014-06-17reduce mkuserimg.sh chattinessDoug Zongker
2014-06-16am fb0c6296: am 9c82554e: Merge "Ignore wipe operation on non-block devices."David 'Digit' Turner
2014-06-16optionally use a canned fs_config when building ext4 fsDoug Zongker
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-02-15am d27ada97: Merge "ext4_utils: don\'t leave bad image file in case of error"JP Abgrall
2014-02-14ext4_utils: don't leave bad image file in case of errorJP Abgrall
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-02-05am 991d0bbb: Merge "make_ext4fs: fix block allocation to be best-fit"Colin Cross
2014-02-05make_ext4fs: fix block allocation to be best-fitColin Cross
2014-01-31resolved conflicts for merge of 74da0434 to masterColin Cross
2014-01-29ext4_utils: fix build for 64 bitColin 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-12-06allow fixing timestamps when building ext4 filesystemDoug Zongker
2013-09-19am 67a05c0d: Merge "use BIONIC implementation of mmap64"Elliott Hughes
2013-09-18use BIONIC implementation of mmap64Andrew Boie
2013-08-16am 7f026d09: Merge "Avoid underflow on an unsigned int when computering bg ov...Ken Sumrall
2013-08-15Avoid underflow on an unsigned int when computering bg overrunKen Sumrall
2013-07-25Merge "Missing include in wipe.h"jp abgrall
2013-07-24Changed visibility of get_block_device_sizeSzymon Starzycki
2013-07-23Missing include in wipe.hSzymon Starzycki
2013-03-01ext4_utils: use android_filesystem_capability.hNick Kralevich
2013-02-25ext4_utils: fix build error without FILE_CONTEXTSSungmin Choi
2013-02-22Fix win_sdk build.Nick Kralevich
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: fix segfault on error opening output fileColin 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-11-20make_ext4fs: fix dentry padding when dentry size is 4088 or 4092Colin Cross
2012-11-19Make SIZE a mandatory parameter.Ying Wang