aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour
2020-07-24Fix a trivial type errorYi Kong
2020-03-05Include private/fs_config.h directly when neededTom Cherry
2020-02-15e2fsdroid: Don't skip unusable blocks in BaseFS.David Anderson
2020-02-15e2fsdroid: Fix logical block sequencing in BaseFS.David Anderson
2020-02-07e2fsdroid: Properly free the dedup block map.David Anderson
2019-12-10e2fsdroid: Don't over-reserve blocks for files in Base FS.David Anderson
2019-12-09e2fsdroid: Skip Base FS entries that no longer exist.David Anderson
2019-12-09e2fsdroid: Allow re-use of deduplicated blocks.David Anderson
2019-12-09e2fsdroid: Do not allocate invalid blocks from BaseFS.David Anderson
2019-12-09e2fsdroid: Refactor basefs allocation.David Anderson
2019-12-09e2fsdroid: Refactor block_range.David Anderson
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