summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* AOSP: e2fsdroid: stop disabling address sanitizationEric Biggers2023-01-311-3/+0
* AOSP: e2fsdroid: static import of libbaseAlessio Balsini2022-09-131-1/+4
* AOSP: Fix e2fsdroid build with muslColin Cross2022-09-133-2/+2
* setup-schroot: install the udev and systemd packages separatelyTheodore Ts'o2022-01-041-1/+2
* setup-schroot: add some additional packages needed to build debian packagesTheodore Ts'o2021-12-211-1/+2
* hashmap: change return value type of ext2fs_hashmap_add()Zhiqiang Liu2021-08-021-3/+9
* setup-schroot: install the acl and libreadline-dev packagesTheodore Ts'o2021-07-301-1/+1
* contrib: add setup-schroot command for use on Debian porter boxesTheodore Ts'o2021-07-291-0/+44
* AOSP: Move system_shared_libs into target.bionic clauseColin Cross2021-07-271-1/+0
* AOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour2021-07-272-0/+19
* AOSP: e2fsdroid: Don't over-reserve blocks for files in Base FS.David Anderson2021-07-211-9/+30
* append_pathname: check the value returned by reallocwuguanghao2021-07-151-1/+8
* misc: replace remaining loff_t with ext2_loff_tAndreas Dilger2021-02-221-2/+2
* Merge branch 'maint' into nextTheodore Ts'o2021-01-192-2/+4
|\
| * AOSP: Fix a trivial type errorYi Kong2020-10-011-2/+3
| * AOSP: Include private/fs_config.h directly when neededTom Cherry2020-10-011-0/+1
* | Merge tag 'v1.45.6' into nextTheodore Ts'o2020-03-212-25/+154
|\ \ | |/
| * AOSP: e2fsdroid: Don't skip unusable blocks in BaseFS.David Anderson2020-03-201-26/+38
| * AOSP: e2fsdroid: Fix logical block sequencing in BaseFS.David Anderson2020-03-202-5/+99
| * AOSP: e2fsdroid: Properly free the dedup block map.David Anderson2020-03-201-0/+23
* | Merge branch 'maint' into nextTheodore Ts'o2020-01-028-102/+261
|\ \ | |/
| * AOSP: e2fsdroid: Skip Base FS entries that no longer exist.David Anderson2020-01-013-11/+46
| * AOSP: e2fsdroid: Allow re-use of deduplicated blocks.David Anderson2020-01-011-0/+25
| * AOSP: e2fsdroid: Do not allocate invalid blocks from BaseFS.David Anderson2020-01-011-22/+84
| * AOSP: e2fsdroid: Refactor basefs allocation.David Anderson2020-01-011-29/+53
| * AOSP: e2fsdroid: Refactor block_range.David Anderson2020-01-016-61/+74
* | Revert "e2fsck: Change kmem_cache_t to lkmem_cache_t for Solaris"Theodore Ts'o2019-11-131-10/+0
* | Define the beXX_to_cpu and cpu_to_beXX macros for e2fsck/{recovery.c,revoke.c}Theodore Ts'o2019-11-091-5/+0
* | e2fsck/recovery.c: sync up with kernel's use of __be32Theodore Ts'o2019-11-091-2/+1
* | Rename functions, types, constants to reflect jbd2 usageTheodore Ts'o2019-11-091-4/+1
* | contrib: add ext4-ioc.cTheodore Ts'o2019-08-151-0/+98
|/
* AOSP: e2fsdroid: Fix incorrect error value handling.David Anderson2019-02-071-7/+9
* AOSP: android/perms.c: clean up error handlingNick Kralevich2018-10-121-6/+16
* AOSP: e2fsdroid: Set android_configure when product out is passed.Sen Jiang2018-08-181-0/+1
* AOSP: e2fsdroid and mke2fs are dynamic executable in recovery partitionJiyong Park2018-06-272-41/+1
* AOSP: e2fsdroid: Correctly process the root inodeLuis Hector Chavez2018-06-232-5/+9
* AOSP: Support UID/GID mappingHidehiko Abe2018-06-213-11/+216
* AOSP: libext2fs: add EXT2_FLAG_SHARE_DUP to de-duplicate data blocksJin Qian2018-06-211-2/+5
* AOSP: e2fsdroid/libext2fs: move hashmap into libext2fsJin Qian2018-06-217-126/+18
* e2fsprogs: fix Free Software Foundation addressLukas Czerner2018-04-191-1/+1
* AOSP: use e2fsprogs-defaults for ccflagsTheodore Ts'o2018-02-263-4/+4
* AOSP: Standarize on VFS_CAP_REVISION_2Nick Kralevich2018-02-261-1/+1
* Remove fsstress from buildJin Qian2018-02-261-18/+0
* AOSP: Suppress use of ASan on e2fsdroid temporarily.Stephen Hines2018-02-261-0/+3
* AOSP: Rename libz-host -> libzDan Willemsen2018-02-261-9/+1
* AOSP: Add missing libdl dependenciesPavlin Radoslavov2018-02-261-2/+2
* AOSP: Fix android build warnings in e2fsdroid and libext2fsJin Qian2018-02-263-4/+8
* AOSP: e2fsdroid: print used/total inode and block countYang Jin2018-02-261-0/+13
* AOSP: mke2fs, libext2fs: fix bugs on windowsJin Qian2018-02-261-2/+10
* AOSP: build static version of mke2fs and e2fsdroid for hostJin Qian2018-02-261-9/+28