aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2023-01-31AOSP: e2fsdroid: stop disabling address sanitizationEric Biggers1-3/+0
2022-09-13AOSP: e2fsdroid: static import of libbaseAlessio Balsini1-1/+4
2022-09-13AOSP: Fix e2fsdroid build with muslColin Cross3-2/+2
2022-01-04setup-schroot: install the udev and systemd packages separatelyTheodore Ts'o1-1/+2
2021-12-21setup-schroot: add some additional packages needed to build debian packagesTheodore Ts'o1-1/+2
2021-08-02hashmap: change return value type of ext2fs_hashmap_add()Zhiqiang Liu1-3/+9
2021-07-30setup-schroot: install the acl and libreadline-dev packagesTheodore Ts'o1-1/+1
2021-07-29contrib: add setup-schroot command for use on Debian porter boxesTheodore Ts'o1-0/+44
2021-07-27AOSP: Move system_shared_libs into target.bionic clauseColin Cross1-1/+0
2021-07-27AOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour2-0/+19
2021-07-21AOSP: e2fsdroid: Don't over-reserve blocks for files in Base FS.David Anderson1-9/+30
2021-07-15append_pathname: check the value returned by reallocwuguanghao1-1/+8
2021-02-22misc: replace remaining loff_t with ext2_loff_tAndreas Dilger1-2/+2
2021-01-19Merge branch 'maint' into nextTheodore Ts'o2-2/+4
2020-10-01AOSP: Fix a trivial type errorYi Kong1-2/+3
2020-10-01AOSP: Include private/fs_config.h directly when neededTom Cherry1-0/+1
2020-03-21Merge tag 'v1.45.6' into nextTheodore Ts'o2-25/+154
2020-03-20AOSP: e2fsdroid: Don't skip unusable blocks in BaseFS.David Anderson1-26/+38
2020-03-20AOSP: e2fsdroid: Fix logical block sequencing in BaseFS.David Anderson2-5/+99
2020-03-20AOSP: e2fsdroid: Properly free the dedup block map.David Anderson1-0/+23
2020-01-02Merge branch 'maint' into nextTheodore Ts'o8-102/+261
2020-01-01AOSP: e2fsdroid: Skip Base FS entries that no longer exist.David Anderson3-11/+46
2020-01-01AOSP: e2fsdroid: Allow re-use of deduplicated blocks.David Anderson1-0/+25
2020-01-01AOSP: e2fsdroid: Do not allocate invalid blocks from BaseFS.David Anderson1-22/+84
2020-01-01AOSP: e2fsdroid: Refactor basefs allocation.David Anderson1-29/+53
2020-01-01AOSP: e2fsdroid: Refactor block_range.David Anderson6-61/+74
2019-11-13Revert "e2fsck: Change kmem_cache_t to lkmem_cache_t for Solaris"Theodore Ts'o1-10/+0
2019-11-09Define the beXX_to_cpu and cpu_to_beXX macros for e2fsck/{recovery.c,revoke.c}Theodore Ts'o1-5/+0
2019-11-09e2fsck/recovery.c: sync up with kernel's use of __be32Theodore Ts'o1-2/+1
2019-11-09Rename functions, types, constants to reflect jbd2 usageTheodore Ts'o1-4/+1
2019-08-15contrib: add ext4-ioc.cTheodore Ts'o1-0/+98
2019-02-07AOSP: e2fsdroid: Fix incorrect error value handling.David Anderson1-7/+9
2018-10-12AOSP: android/perms.c: clean up error handlingNick Kralevich1-6/+16
2018-08-18AOSP: e2fsdroid: Set android_configure when product out is passed.Sen Jiang1-0/+1
2018-06-27AOSP: e2fsdroid and mke2fs are dynamic executable in recovery partitionJiyong Park2-41/+1
2018-06-23AOSP: e2fsdroid: Correctly process the root inodeLuis Hector Chavez2-5/+9
2018-06-21AOSP: Support UID/GID mappingHidehiko Abe3-11/+216
2018-06-21AOSP: libext2fs: add EXT2_FLAG_SHARE_DUP to de-duplicate data blocksJin Qian1-2/+5
2018-06-21AOSP: e2fsdroid/libext2fs: move hashmap into libext2fsJin Qian7-126/+18
2018-04-19e2fsprogs: fix Free Software Foundation addressLukas Czerner1-1/+1
2018-02-26AOSP: use e2fsprogs-defaults for ccflagsTheodore Ts'o3-4/+4
2018-02-26AOSP: Standarize on VFS_CAP_REVISION_2Nick Kralevich1-1/+1
2018-02-26Remove fsstress from buildJin Qian1-18/+0
2018-02-26AOSP: Suppress use of ASan on e2fsdroid temporarily.Stephen Hines1-0/+3
2018-02-26AOSP: Rename libz-host -> libzDan Willemsen1-9/+1
2018-02-26AOSP: Add missing libdl dependenciesPavlin Radoslavov1-2/+2
2018-02-26AOSP: Fix android build warnings in e2fsdroid and libext2fsJin Qian3-4/+8
2018-02-26AOSP: e2fsdroid: print used/total inode and block countYang Jin1-0/+13
2018-02-26AOSP: mke2fs, libext2fs: fix bugs on windowsJin Qian1-2/+10
2018-02-26AOSP: build static version of mke2fs and e2fsdroid for hostJin Qian1-9/+28
2018-02-26AOSP: e2fsdroid: use libselinux function to read file context on deviceJin Qian2-1/+10
2018-02-26AOSP: build mke2fs and e2fsdroid as static executables for recovery modeJin Qian1-0/+42
2017-10-15Fix spelling typos in contrib/android codeTheodore Ts'o2-3/+3
2017-10-15Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2017-10-15Fix typos in code comments and developer docsSebastian Rasmussen1-1/+1
2017-07-23libext2fs: add ea_inode support to set xattrTahsin Erdogan1-6/+0
2017-05-23AOSP: e2fsdroid: skip setting timestamp if src_dir is nullJin Qian1-2/+3
2017-05-23AOSP: e2fsdroid: support multiple selinux file contextsJin Qian3-10/+25
2017-05-23AOSP: e2fsdroid: don't print empty files in block_list.c:end_new_fileBen Fennema1-1/+1
2017-05-23AOSP: Disable macro redefined warnings.Christopher Ferris1-2/+2
2017-05-23AOSP: Convert e2fsprogs targets to soong.Alex Deymo4-141/+92
2017-05-23AOSP: HACK: android: exit(1) if selabel_lookup failsNick Kralevich1-1/+1
2017-05-23AOSP: Remove "_host" and "_static" suffix from libsparse.Alex Deymo1-1/+1
2017-05-23AOSP: e2fsdroid: report error from ext2fsJin Qian1-4/+6
2017-05-23AOSP: e2fsdroid: set timestamp based on source filesJin Qian3-22/+46
2017-05-23AOSP: e2fsdroid: use absolute path for product_outJin Qian1-1/+1
2017-05-23AOSP: e2fsdroid: remove extra "/" when mountpoint is "/"Jin Qian1-1/+5
2017-05-23AOSP: _GNU_SOURCE must be defined before any #include.Elliott Hughes1-3/+2
2017-05-23AOSP: android: add the ext2simg toolAdrien Schildknecht2-0/+248
2017-05-23AOSP: e2fsdroid: create incremental imagesAdrien Schildknecht8-9/+439
2017-05-23AOSP: e2fsdroid: read and enforce android's permissionsAdrien Schildknecht4-5/+388
2017-05-23AOSP: e2fsdroid: add an option to generate a base_fs fileAdrien Schildknecht4-4/+128
2017-05-23AOSP: e2fsdroid: a tool to create android compatible imageAdrien Schildknecht9-0/+445
2016-10-24android: fix Mac buildTheodore Ts'o1-0/+1
2016-03-15Android.mk: Replace _host suffix with more standard -host suffixAlex Deymo1-1/+1
2015-10-24debugfs: clean up feature test macros with predicate functionsDarrick J. Wong1-3/+2
2015-07-14android: add add_ext4_encrypt helper programTheodore Ts'o2-0/+108
2015-07-12Eliminate doubly defined _LARGEFILE_SOURCE warningTheodore Ts'o2-0/+8
2015-05-25Add fsstress to contrib so it can be built for use in AndroidTheodore Ts'o2-0/+2737
2015-05-05contrib: script to create minified ext4 image from a directoryDarrick J. Wong1-0/+66
2014-10-18contrib: add support for COLLAPSE_RANGE and ZERO_RANGE to falocate programDarrick J. Wong1-1/+13
2014-08-26contrib: add script to help resync journal code with kernelDarrick J. Wong1-0/+19
2014-07-04tests: avoid using mktemp -tTheodore Ts'o1-1/+1
2013-10-13contrib/populate-extfs.sh: use debugfs to populate extX fsRobert Yang1-0/+105
2013-01-24contrib: add missing '-p' to fallocate's usage messageZheng Liu1-1/+1
2013-01-21contrib: fix namespace leakage in spd_readdirTheodore Ts'o1-2/+2
2013-01-21contrib: add thread locking and readdir64_r support to spd_readdirTheodore Ts'o1-18/+57
2013-01-21contrib: add safe_getenv() support to spd_readdirTheodore Ts'o1-2/+32
2012-12-06contrib/fallocate: add support for punch functionalityTheodore Ts'o1-1/+7
2011-09-25Add spd_readdir.c to the contrib directoryTheodore Ts'o1-0/+389
2010-03-22fallocate: Add truncate (-t) optionTheodore Ts'o1-5/+21
2010-03-22Add fallocate.c to contrib from Eric SandeenTheodore Ts'o1-0/+152
2009-08-22make-sparse: Write a zero-byte at the end of the imageTheodore Ts'o1-0/+8
2009-07-02Add e2croncheck script to the contrib directoryTheodore Ts'o1-0/+47
2008-11-17Add make-sparse.c to contribTheodore Ts'o1-0/+79
2008-08-24allow integrating the "make rpm" command into a build systemAndreas Dilger1-6/+17
2008-01-03Add sample python bindings for the uuid libraryTheodore Ts'o3-0/+52
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o1-97/+0
2007-06-24Update Release Notes, Changelogs, version.h, etc. for 1.40 releaseTheodore Ts'o1-0/+4
2006-11-12Fixes for building RPM's via "make rpm"Andreas Dilger2-2/+13
2006-06-20Exclude mercurial files from the RPM build tree to speed up copy/build.Andreas Dilger1-1/+2
2005-06-30Update for e2fsprogs 1.38 release.Theodore Ts'o1-0/+4
2005-03-21Update for the e2fsprogs 1.37 release.Theodore Ts'o1-0/+4
2005-02-05Update for release of e2fsprogs 1.36.Theodore Ts'o1-0/+4
2004-05-04Use rpmbuild if it is installed instead of rpmTheodore Ts'o2-3/+6
2004-02-28Update version number for e2fsprogs 1.35 release.Theodore Ts'o1-0/+4
2003-07-26Update for 1.34 release.Theodore Ts'o1-0/+4
2003-04-21Update for 1.33 release.Theodore Ts'o1-0/+4
2002-11-09Update files for 1.32 release.Theodore Ts'o1-0/+4
2002-11-08Update files for 1.31 release.Theodore Ts'o1-0/+4
2002-11-01Update files for 1.30 release.Theodore Ts'o1-0/+4
2002-09-24Update for 1.29 release.Theodore Ts'o1-0/+4
2002-08-31Update changelogs for 1.28 releaseTheodore Ts'o1-0/+4
2002-03-08Update for 1.27 release.Theodore Ts'o1-0/+4
2002-02-03Update files for 1.26 release.Theodore Ts'o1-0/+4
2002-01-10Fix build-rpm script to work a bit more safely.Stephen Tweedie1-10/+7
2001-09-20Update changelogs for 1.25 release.Theodore Ts'o1-0/+4
2001-09-04Update for 1.24a releaseTheodore Ts'o1-0/+4
2001-08-31Update for 1.24 release.Theodore Ts'o1-0/+4
2001-08-27Add missing log entry showing when we released e2fsprogs 1.23Theodore Ts'o1-0/+4
2001-06-23Update changelogs for 1.22.Theodore Ts'o1-0/+4
2001-06-16ChangeLog:Theodore Ts'o1-0/+4
2001-05-25e2fsprogs.lsm, version.h:Theodore Ts'o1-0/+4
2001-01-02ChangeLog, build-rpm:Theodore Ts'o2-0/+35
1997-04-26Many files:E2FSPROGS-0_5BTheodore Ts'o1-0/+118