Whamcloud - gitweb
LU-13717 sec: support encrypted files handling in pfsck mode
[tools/e2fsprogs.git] / contrib / android /
2022-09-13 Alessio BalsiniAOSP: e2fsdroid: static import of libbase
2022-09-13 Colin CrossAOSP: Fix e2fsdroid build with musl
2021-08-03 Zhiqiang Liuhashmap: change return value type of ext2fs_hashmap_add()
2021-07-27 Bob BadourAOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogs
2021-07-22 David AndersonAOSP: e2fsdroid: Don't over-reserve blocks for files...
2020-10-01 Yi KongAOSP: Fix a trivial type error
2020-10-01 Tom CherryAOSP: Include private/fs_config.h directly when needed
2020-03-21 David AndersonAOSP: e2fsdroid: Don't skip unusable blocks in BaseFS.
2020-03-21 David AndersonAOSP: e2fsdroid: Fix logical block sequencing in BaseFS.
2020-03-21 David AndersonAOSP: e2fsdroid: Properly free the dedup block map.
2020-01-01 David AndersonAOSP: e2fsdroid: Skip Base FS entries that no longer...
2020-01-01 David AndersonAOSP: e2fsdroid: Allow re-use of deduplicated blocks.
2020-01-01 David AndersonAOSP: e2fsdroid: Do not allocate invalid blocks from...
2020-01-01 David AndersonAOSP: e2fsdroid: Refactor basefs allocation.
2020-01-01 David AndersonAOSP: e2fsdroid: Refactor block_range.
2019-02-08 David AndersonAOSP: e2fsdroid: Fix incorrect error value handling.
2018-10-13 Nick KralevichAOSP: android/perms.c: clean up error handling
2018-08-18 Sen JiangAOSP: e2fsdroid: Set android_configure when product...
2018-06-28 Jiyong ParkAOSP: e2fsdroid and mke2fs are dynamic executable in...
2018-06-24 Luis Hector ChavezAOSP: e2fsdroid: Correctly process the root inode
2018-06-21 Hidehiko AbeAOSP: Support UID/GID mapping
2018-06-21 Jin QianAOSP: libext2fs: add EXT2_FLAG_SHARE_DUP to de-duplicat...
2018-06-21 Jin QianAOSP: e2fsdroid/libext2fs: move hashmap into libext2fs
2018-02-26 Theodore Ts'oAOSP: use e2fsprogs-defaults for ccflags
2018-02-26 Nick KralevichAOSP: Standarize on VFS_CAP_REVISION_2
2018-02-26 Stephen HinesAOSP: Suppress use of ASan on e2fsdroid temporarily.
2018-02-26 Dan WillemsenAOSP: Rename libz-host -> libz
2018-02-26 Jin QianAOSP: Fix android build warnings in e2fsdroid and libext2fs
2018-02-26 Yang JinAOSP: e2fsdroid: print used/total inode and block count
2018-02-26 Jin QianAOSP: mke2fs, libext2fs: fix bugs on windows
2018-02-26 Jin QianAOSP: build static version of mke2fs and e2fsdroid...
2018-02-26 Jin QianAOSP: e2fsdroid: use libselinux function to read file...
2018-02-26 Jin QianAOSP: build mke2fs and e2fsdroid as static executables...
2017-10-16 Theodore Ts'oFix spelling typos in contrib/android code
2017-07-24 Tahsin Erdoganlibext2fs: add ea_inode support to set xattr
2017-05-24 Jin QianAOSP: e2fsdroid: skip setting timestamp if src_dir...
2017-05-24 Jin QianAOSP: e2fsdroid: support multiple selinux file contexts
2017-05-24 Ben FennemaAOSP: e2fsdroid: don't print empty files in block_list...
2017-05-24 Alex DeymoAOSP: Convert e2fsprogs targets to soong.
2017-05-24 Nick KralevichAOSP: HACK: android: exit(1) if selabel_lookup fails
2017-05-24 Alex DeymoAOSP: Remove "_host" and "_static" suffix from libsparse.
2017-05-24 Jin QianAOSP: e2fsdroid: report error from ext2fs
2017-05-24 Jin QianAOSP: e2fsdroid: set timestamp based on source files
2017-05-24 Jin QianAOSP: e2fsdroid: use absolute path for product_out
2017-05-24 Jin QianAOSP: e2fsdroid: remove extra "/" when mountpoint is "/"
2017-05-24 Elliott HughesAOSP: _GNU_SOURCE must be defined before any #include.
2017-05-24 Adrien SchildknechtAOSP: android: add the ext2simg tool
2017-05-24 Adrien SchildknechtAOSP: e2fsdroid: create incremental images
2017-05-24 Adrien SchildknechtAOSP: e2fsdroid: read and enforce android's permissions
2017-05-24 Adrien SchildknechtAOSP: e2fsdroid: add an option to generate a base_fs...
2017-05-24 Adrien SchildknechtAOSP: e2fsdroid: a tool to create android compatible...