aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2019-01-24e2fsdroid: Fix incorrect error value handling.David Anderson
2018-10-11android/perms.c: clean up error handlingNick Kralevich
2018-08-13e2fsdroid: Set android_configure when product out is passed.Sen Jiang
2018-06-27AOSP: e2fsdroid and mke2fs are dynamic executable in recovery partitionJiyong Park
2018-06-23AOSP: e2fsdroid: Correctly process the root inodeLuis Hector Chavez
2018-06-21AOSP: Support UID/GID mappingHidehiko Abe
2018-06-21AOSP: libext2fs: add EXT2_FLAG_SHARE_DUP to de-duplicate data blocksJin Qian
2018-06-21AOSP: e2fsdroid/libext2fs: move hashmap into libext2fsJin Qian
2018-04-19e2fsprogs: fix Free Software Foundation addressLukas Czerner
2018-02-26AOSP: use e2fsprogs-defaults for ccflagsTheodore Ts'o
2018-02-26AOSP: Standarize on VFS_CAP_REVISION_2Nick Kralevich
2018-02-26Remove fsstress from buildJin Qian
2018-02-26AOSP: Suppress use of ASan on e2fsdroid temporarily.Stephen Hines
2018-02-26AOSP: Rename libz-host -> libzDan Willemsen
2018-02-26AOSP: Add missing libdl dependenciesPavlin Radoslavov
2018-02-26AOSP: Fix android build warnings in e2fsdroid and libext2fsJin Qian
2018-02-26AOSP: e2fsdroid: print used/total inode and block countYang Jin
2018-02-26AOSP: mke2fs, libext2fs: fix bugs on windowsJin Qian
2018-02-26AOSP: build static version of mke2fs and e2fsdroid for hostJin Qian
2018-02-26AOSP: e2fsdroid: use libselinux function to read file context on deviceJin Qian
2018-02-26AOSP: build mke2fs and e2fsdroid as static executables for recovery modeJin Qian
2017-10-15Fix spelling typos in contrib/android codeTheodore Ts'o
2017-10-15Merge branch 'maint' into nextTheodore Ts'o
2017-10-15Fix typos in code comments and developer docsSebastian Rasmussen
2017-07-23libext2fs: add ea_inode support to set xattrTahsin Erdogan
2017-05-23AOSP: e2fsdroid: skip setting timestamp if src_dir is nullJin Qian
2017-05-23AOSP: e2fsdroid: support multiple selinux file contextsJin Qian
2017-05-23AOSP: e2fsdroid: don't print empty files in block_list.c:end_new_fileBen Fennema
2017-05-23AOSP: Disable macro redefined warnings.Christopher Ferris
2017-05-23AOSP: Convert e2fsprogs targets to soong.Alex Deymo
2017-05-23AOSP: HACK: android: exit(1) if selabel_lookup failsNick Kralevich
2017-05-23AOSP: Remove "_host" and "_static" suffix from libsparse.Alex Deymo
2017-05-23AOSP: e2fsdroid: report error from ext2fsJin Qian
2017-05-23AOSP: e2fsdroid: set timestamp based on source filesJin Qian
2017-05-23AOSP: e2fsdroid: use absolute path for product_outJin Qian
2017-05-23AOSP: e2fsdroid: remove extra "/" when mountpoint is "/"Jin Qian
2017-05-23AOSP: _GNU_SOURCE must be defined before any #include.Elliott Hughes
2017-05-23AOSP: android: add the ext2simg toolAdrien Schildknecht
2017-05-23AOSP: e2fsdroid: create incremental imagesAdrien Schildknecht
2017-05-23AOSP: e2fsdroid: read and enforce android's permissionsAdrien Schildknecht
2017-05-23AOSP: e2fsdroid: add an option to generate a base_fs fileAdrien Schildknecht
2017-05-23AOSP: e2fsdroid: a tool to create android compatible imageAdrien Schildknecht
2016-10-24android: fix Mac buildTheodore Ts'o
2016-03-15Android.mk: Replace _host suffix with more standard -host suffixAlex Deymo
2015-10-24debugfs: clean up feature test macros with predicate functionsDarrick J. Wong
2015-07-14android: add add_ext4_encrypt helper programTheodore Ts'o
2015-07-12Eliminate doubly defined _LARGEFILE_SOURCE warningTheodore Ts'o
2015-05-25Add fsstress to contrib so it can be built for use in AndroidTheodore Ts'o
2015-05-05contrib: script to create minified ext4 image from a directoryDarrick J. Wong
2014-10-18contrib: add support for COLLAPSE_RANGE and ZERO_RANGE to falocate programDarrick J. Wong