aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2024-04-15e2fsdroid: disable asan leak detectionSteven Moreland
2024-03-26Make mke2fs/e2fsdroid available for vendorKelvin Zhang
2023-03-23ext2simg: fix same_file() with symlinksEric Biggers
2023-03-23ext2simg: fix error check of io_channel_read_blk64()Eric Biggers
2023-03-23ext2simg: clean up integer types and check for too-large fsEric Biggers
2023-03-23ext2simg: clean up add_chunk()Eric Biggers
2023-03-23ext2simg: use a standard flexible arrayEric Biggers
2023-03-23ext2simg: use bool where appropriateEric Biggers
2023-03-23ext2simg: fix same_file() to check st_devEric Biggers
2023-03-23ext2simg: fix off-by-one errors causing corruptionEric Biggers
2023-01-30Merge upstream commit 'b0101535a35c' into aosp/masterEric Biggers
2023-01-25e2fsdroid: stop disabling address sanitizationEric Biggers
2023-01-04Merge upstream tag 'v1.46.5' into aosp/masterEric Biggers
2022-09-13AOSP: e2fsdroid: static import of libbaseAlessio Balsini
2022-09-13AOSP: Fix e2fsdroid build with muslColin Cross
2022-05-18e2fsdroid: static import of libbaseAlessio Balsini
2022-01-04setup-schroot: install the udev and systemd packages separatelyTheodore Ts'o
2021-12-21setup-schroot: add some additional packages needed to build debian packagesTheodore Ts'o
2021-08-24Fix e2fsdroid build with muslColin Cross
2021-08-02hashmap: change return value type of ext2fs_hashmap_add()Zhiqiang Liu
2021-07-30setup-schroot: install the acl and libreadline-dev packagesTheodore Ts'o
2021-07-29contrib: add setup-schroot command for use on Debian porter boxesTheodore Ts'o
2021-07-27AOSP: Move system_shared_libs into target.bionic clauseColin Cross
2021-07-27AOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour
2021-07-21AOSP: e2fsdroid: Don't over-reserve blocks for files in Base FS.David Anderson
2021-07-15append_pathname: check the value returned by reallocwuguanghao
2021-07-13Move system_shared_libs into target.bionic clauseColin Cross
2021-06-15Merge upstream tag 'v1.46.2' into aosp/masterEric Biggers
2021-02-22misc: replace remaining loff_t with ext2_loff_tAndreas Dilger
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour
2021-01-19Merge branch 'maint' into nextTheodore Ts'o
2020-10-01AOSP: Fix a trivial type errorYi Kong
2020-10-01AOSP: Include private/fs_config.h directly when neededTom Cherry
2020-07-24Fix a trivial type errorYi Kong
2020-03-21Merge tag 'v1.45.6' into nextTheodore Ts'o
2020-03-20AOSP: e2fsdroid: Don't skip unusable blocks in BaseFS.David Anderson
2020-03-20AOSP: e2fsdroid: Fix logical block sequencing in BaseFS.David Anderson
2020-03-20AOSP: e2fsdroid: Properly free the dedup block map.David Anderson
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
2020-01-02Merge branch 'maint' into nextTheodore Ts'o
2020-01-01AOSP: e2fsdroid: Skip Base FS entries that no longer exist.David Anderson
2020-01-01AOSP: e2fsdroid: Allow re-use of deduplicated blocks.David Anderson
2020-01-01AOSP: e2fsdroid: Do not allocate invalid blocks from BaseFS.David Anderson
2020-01-01AOSP: e2fsdroid: Refactor basefs allocation.David Anderson
2020-01-01AOSP: e2fsdroid: Refactor block_range.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