Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-e2fsprogs: List of commits

external/e2fsprogs


RSS
Rev. Tiempo Autor
f2a58aa nougat-x86 android-x86-7.1-r3 android-x86-7.1-r4 android-x86-7.1-r5 2019-10-16 18:44:27 Chih-Wei Huang

Android 7.1.2 Release 39 (5787804)
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCXZfNjAAKCRDorT+BmrEO
eAIxAJ0QTogqMj7rNq4SrwYthgh/4YCFJQCeIrebggPjrsj9DgSJoTKRSI833wE=
=NtX6
-----END PGP SIGNATURE-----

Merge tag 'android-7.1.2_r39' into nougat-x86

Android 7.1.2 Release 39 (5787804)

45c5d4e 2018-06-13 03:21:19 Jeff Sharkey

Ignore quotes in safe_print().

If the value being printed has embedded quotes ("), then printing
those quotes could confuse other tools when parsing the value.

This is the simplest CL to fix the security issue, and we can circle
back to think about more robust escaping in a future CL.

Bug: 80436257
Test: manual
Change-Id: Ica17f2c5701573bceafe34f20110d230a3925483
(cherry picked from commit efe90c297a8df591c051fdbfacb92b5283390bba)

f907a7f android-x86-7.1-r2 2018-04-26 17:18:33 Chih-Wei Huang

Add e2label

The tune2fs provides e2label function. Enable it by a symlink.

73c5fab android-x86-7.1-r1 2016-08-26 02:38:03 Brandon McAnsh

e2fsprogs: Fix mke2fs and tune2fs compilation

Change-Id: I7371b74e7c4ebacbccedac6576786ecd06194215
Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>

ea94475 2016-08-25 03:35:26 Steve Kondik

e2fsprogs: Rework build configuration

Change-Id: I8d6137a9c22b165e79e19ab3997cabf182bba363

7dacd0a 2016-08-25 03:34:50 Steve Kondik

e2fsprogs: Disable relocation packing for static binaries

Change-Id: I85b35222c825e5d6cb72ac543c49c78e99ad64b7

748fec4 2016-08-25 03:34:50 Steve Kondik

blkid: Add support for probing exFAT

* e2fsprogs can't currently detect exFAT filesystems.
* Apply patch from GoogleTV to add support.

Change-Id: Ib08bdb1d13e995d133a62539e3bfa0e3a22eeead

4e5c646 2016-08-25 03:34:50 Austen Dicken

build static e2fsprogs

change makefies to build static mke2fs and tune2fs and place them in
$(PRODUCT_OUT)/utilities

Change-Id: I0139b3dcfe64a4031db7719ddd71120d174d1990

static e2fsck, tune2fs, and mke2fs for recovery

Change-Id: I8725cc296be8967265261e92da743c149e9ec45b

resize: allow static build

Change-Id: Id5dabaf87de775bb7461f83a9e7ae9ca754a1635

e2fsprogs: Clean up makefiles

* Remove duplicate modules

Change-Id: If68c5685a76943bc6bfdcb630c15c2f9ac59effd

4be2b9d 2015-12-12 02:28:20 Alex Deymo

Merge "Replace _host suffix with more standard -host suffix." am: f020dde748
am: dc0f76dbd1

* commit 'dc0f76dbd13f758ee7065ec1b7dbc7e6732de9be':
Replace _host suffix with more standard -host suffix.

771a86a 2015-12-11 11:16:00 Alex Deymo

Replace _host suffix with more standard -host suffix.

Most libraries use the "-host" suffix when building for the host. This
patch renames all the libraries to use -host instead of _host.

Bug: 24619596
TEST=make dist

(cherry picked from commit 138ce082579ac8b93befa1bc5a2ea12fa6da6b1e)

Change-Id: I399a661246422e8387f65f0ab47f1185975ea400

dc0f76d 2015-12-11 07:28:40 Alex Deymo

Merge "Replace _host suffix with more standard -host suffix."
am: f020dde748

* commit 'f020dde748812993692311aa91e3fe39141f56ee':
Replace _host suffix with more standard -host suffix.

f020dde 2015-12-11 07:18:33 Alex Deymo

Merge "Replace _host suffix with more standard -host suffix."

138ce08 2015-12-10 11:15:25 Alex Deymo

Replace _host suffix with more standard -host suffix.

Most libraries use the "-host" suffix when building for the host. This
patch renames all the libraries to use -host instead of _host.

Bug: 24619596
TEST=make dist

Change-Id: I761aa4165ebd3d23590daad6034a4b543ed279b2

3f8acfb 2015-12-08 10:10:15 Mohamad Ayyash

Merge "e2fsck: update encryption support to match upstream"

e874b07 2015-11-20 09:15:46 Alex Deymo

Merge changes from topic \'update_engine_deps\' into mnc-dr2-dev am: b5368bf2b0
am: 9a4a69d59e

* commit '9a4a69d59eac52e710e7f8d01af9b1b64684c04e':
Sync libext2fs sources in Android.mk with Makefile.in
libext2fs: Export the library include path.
package version metadata for external/
Wrap tune2fs.h to be C++ compatible.

9a4a69d 2015-11-20 08:00:59 Alex Deymo

Merge changes from topic \'update_engine_deps\' into mnc-dr2-dev
am: b5368bf2b0

* commit 'b5368bf2b0ac58a071356b27d4c2acc26aded8d8':
Sync libext2fs sources in Android.mk with Makefile.in
libext2fs: Export the library include path.
package version metadata for external/
Wrap tune2fs.h to be C++ compatible.

146c179 2015-11-20 07:01:54 Tao Bao

Wrap tune2fs.h to be C++ compatible. am: c312f665be
am: decdd4da7f

* commit 'decdd4da7fb8e9c43f03b451252c3fe0520caaf5':
Wrap tune2fs.h to be C++ compatible.

decdd4d 2015-11-20 06:54:40 Tao Bao

Wrap tune2fs.h to be C++ compatible.
am: c312f665be

* commit 'c312f665be18021f944285bc8daaafa123db3488':
Wrap tune2fs.h to be C++ compatible.

b5368bf 2015-11-17 08:57:40 Alex Deymo

Merge changes from topic 'update_engine_deps' into mnc-dr2-dev

* changes:
Sync libext2fs sources in Android.mk with Makefile.in
libext2fs: Export the library include path.
package version metadata for external/
Wrap tune2fs.h to be C++ compatible.

c312f66 2015-11-17 07:27:56 Tao Bao

Wrap tune2fs.h to be C++ compatible.

Change-Id: If189342477e4d5072ca4ed067090935f9ba2971c
(cherry picked from commit b0af72276f654c4d5f9bd0756802115a83437b82)

28f4418 2015-11-17 03:49:38 Alex Deymo

Sync libext2fs sources in Android.mk with Makefile.in

The Makefile.in lists all the objects included in the libext2fs library
by default and includes some additional objects based on the configure
time flags. This patch syncs the list of source files in Android.mk
with the list of object files in Makefile.in with the addition of
dumpfs.c (included when configured with --enable-resizer) and leaving
out crc32c.c since it relies on generated tables that depend on the
endianness of the target.

Bug: 23084776
Change-Id: Ie228900250f1a4965d622c5f85fd86afb8360585
Test: mmma external/e2fsprogs; mmma system/update_engine

(cherry picked from commit 62296a90db05af4abab0031b60287bafcb1db0ff)

a87fa1b 2015-11-17 03:49:10 Alex Deymo

libext2fs: Export the library include path.

When adding 'libext2fs' as a library dependency from any other binary,
the binary needs to find the library headers. Users of this library
should not hard-code the include path themselves. This patch exports the
library headers on all three version of the libext2fs library and
removes the redundant include path from executables in e2fsprogs.

Bug: b/23084776
TEST=mma

Change-Id: Idfbfcd2b671a9cddd08c322bc916a5efcc3cffe1
(cherry picked from commit 941ca9e47429b8e0ee86b7b72ca0a107ddc09d22)

939e1c9 2015-11-17 03:48:36 Damien Miller

package version metadata for external/

This will be used for automated notification of external vulnerability
reports.

Change-Id: Ia0fd8cf39ffc69072c5503cf8bedde4d9c413f64
(cherry picked from commit ecb2a1e0c5b6cc6d8c974f3fc1629bf68b3a9693)

3b61364 2015-11-17 03:47:39 Tao Bao

Wrap tune2fs.h to be C++ compatible.

(cherry picked from commit b0af72276f654c4d5f9bd0756802115a83437b82)

Change-Id: I42c72c04e95b82530ec889f956980034a0b52953

638c15d 2015-10-26 11:33:01 Theodore Ts'o

e2fsck: update encryption support to match upstream

Update the android branch's e2fsck encryption support to fix corrupted
encrypted directories and to support the encryption file system feature
being set in the superblock.

Change-Id: I61949ee58df938c018e9ebc278593ce9332f6f50
Signed-off-by: "Theodore Ts'o" <tytso@google.com>

b330d9e 2015-10-11 20:06:31 Bill Yi

am f62f1898: am a636e882: am e9e81278: Merge "e2fsprogs: export uuid/uuid.h"

* commit 'f62f189890200bf605a303350b3b3204837e19a6':
e2fsprogs: export uuid/uuid.h

217f3c1 2015-09-29 04:41:17 Mark Salyzyn

e2fsprogs: export uuid/uuid.h

(cherry pick from commit 2284fabee1c592b89f87202ac6076e5b33703a1c)

Signed-off-by: Mark Salyzyn <salyzyn@google.com>
Bug: 23181629
Bug: 24133481
Change-Id: I045323f3bc8970b061db23fb5a4acd219ffad977

f62f189 2015-09-19 05:41:46 Bill Yi

am a636e882: am e9e81278: Merge "e2fsprogs: export uuid/uuid.h"

* commit 'a636e882b4572f5cf0d1bb68f04cddb213dbac18':
e2fsprogs: export uuid/uuid.h

a636e88 2015-09-19 05:31:53 Bill Yi

am e9e81278: Merge "e2fsprogs: export uuid/uuid.h"

* commit 'e9e8127834104866e25673768a9f278bfca1c5cc':
e2fsprogs: export uuid/uuid.h

e9e8127 2015-09-19 05:24:05 Bill Yi

Merge "e2fsprogs: export uuid/uuid.h"

Show on old repository browser