Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PitchBlackRecoveryProject/android_external_f2fs-tools


https://github.com/PitchBlackRecoveryProject/android_external_f2fs-tools

DO NOT MERGE

Merge pie-platform-release (PPRL.181105.017, history only) into master

Bug: 118454372
Change-Id...

64279e4131f66dd44e4816914ad3e95d8f166d07 authored about 6 years ago by The Android Open Source Project <[email protected]>
Merge pi-qpr1-release PQ1A.181105.017.A1 to pi-platform-release

Change-Id: I4236968c86ce38cd70a92f687f711394b61f8846

c7f3efe197161782d4f21d1408632442884c219c authored about 6 years ago by Bill Yi <[email protected]>
fsck.f2fs: introduce preen mode 2

As Michael reported:

after updating to f2fs-tools 1.12.0, a routine fsck of my file systems
too...

4d120f0c1354385644523337340940faebbdc78f authored about 6 years ago by Chao Yu <[email protected]>
Snap for 5151423 from ff160a2bbb74026144ddba6e5bb572ab31cb35b7 to qt-release

Change-Id: I560f8debf9433677945cf660dd08198d9683580e

cba7790de9710545df00ccdd704db31345a3ac05 authored about 6 years ago by android-build-team Robot <[email protected]>
Merge remote-tracking branch 'aosp/upstream-master' into aosp am: 77b1f6ede4 am: c4c89c5783

am: fa7607b0f3

Change-Id: I64dd35c8c528f132aa95f035ee88a079e8c5c2ff

ff160a2bbb74026144ddba6e5bb572ab31cb35b7 authored about 6 years ago by Jaegeuk Kim <[email protected]>
Merge remote-tracking branch 'aosp/upstream-master' into aosp am: 77b1f6ede4

am: c4c89c5783

Change-Id: Ie1d8774194e527e6432e1fa1d4a87555eb7ad572

fa7607b0f35545456f6557be5a9c3e58ff6f23f0 authored about 6 years ago by Jaegeuk Kim <[email protected]>
Merge remote-tracking branch 'aosp/upstream-master' into aosp

am: 77b1f6ede4

Change-Id: I8811f84e948b08719c44371987bd9313c210eed0

c4c89c57839b64f1f053b23c0cb62dbda8bc3f82 authored about 6 years ago by Jaegeuk Kim <[email protected]>
fsck.f2fs: allow to fsck readonly image w/ -f option

To keep line with e2fsprogs, let's allow to fsck mounted image as
readonly w/ -f option.

Report...

c4a74535e9a5b9c518f909c6163b10f3c5a3c21e authored about 6 years ago by Chao Yu <[email protected]>
f2fs-tools: fix to check return value of {c,m}alloc()

It needs to fix to handle error case of {c,m}alloc().

Signed-off-by: Chao Yu <[email protected]...

65f453160fd57350f852de666ac5b8480a30539a authored about 6 years ago by Chao Yu <[email protected]>
libf2fs: avoid to use static local string for global f2fs_conf

We don't need to use c.rootdev_name, but do it locally.

Signed-off-by: Jaegeuk Kim <jaegeuk@ker...

095ab108993683d8b7036d800dac7910432236c9 authored about 6 years ago by Jaegeuk Kim <[email protected]>
Merge remote-tracking branch 'aosp/upstream-master' into aosp

* aosp/upstream-master:
mkfs.f2fs: enable VERITY by default

Change-Id: I6baf6df6503184a774a3e...

77b1f6ede4401a83e96241955bb0e55298d2a7ba authored about 6 years ago by Jaegeuk Kim <[email protected]>
mkfs.f2fs: enable VERITY by default

This enables VERITY by default for android.

Reviewed-by: Chao Yu <[email protected]>
Signed-of...

8dac454d5ff79802fde9ff46f705f79fba2d8526 authored about 6 years ago by Jaegeuk Kim <[email protected]>
Snap for 5145130 from 2d9b68032a1f6fc70b0fd15535780879b6f3a2fe to qt-release

Change-Id: Id27ee11720a6dbe44ec687effcdf734757adc57f

fe4cd3a8584125d5938cc1d89bc4837c8e69f574 authored about 6 years ago by android-build-team Robot <[email protected]>
Merge remote-tracking branch 'aosp/upstream-master' into aosp am: 2d1f1a5e70 am: 6819728ea7

am: c62fae11c7

Change-Id: I6406031290619bba9d79e3278155be2c190cd98b

2d9b68032a1f6fc70b0fd15535780879b6f3a2fe authored about 6 years ago by Jaegeuk Kim <[email protected]>
Merge remote-tracking branch 'aosp/upstream-master' into aosp am: 2d1f1a5e70

am: 6819728ea7

Change-Id: I57e46a9c28dc64e6fd5f8665b6637b7a28abfb47

c62fae11c7b461462fd812830734d339fe16df6a authored about 6 years ago by Jaegeuk Kim <[email protected]>
Merge remote-tracking branch 'aosp/upstream-master' into aosp

am: 2d1f1a5e70

Change-Id: I69c46cd11b4bcda30ef58fb73a48e2e792d0b944

6819728ea731ca20e482c9a2156701405df1755f authored about 6 years ago by Jaegeuk Kim <[email protected]>
Merge remote-tracking branch 'aosp/upstream-master' into aosp

* aosp/upstream-master:
f2fs-tools: release 1.12.0
f2fs-tools: create sparse file first befo...

2d1f1a5e700dd6d97b0072f77f486fa45a08a379 authored about 6 years ago by Jaegeuk Kim <[email protected]>
f2fs-tools: release 1.12.0

This release includes:
- add android default configuration
- fix resgid/resuid
- add more san...

21d5a11ecbfdffc121eeb7822983db7eb80306b9 authored about 6 years ago by Jaegeuk Kim <[email protected]>
sload.f2fs: fix memory leak

Dynamic memory stored in 'xattr_node' allocated through function 'calloc'
at line 98 can be lost...

946d8f458345d59c5b5f7849302706fd46893718 authored about 6 years ago by taebum81.kim <[email protected]>
mkfs.f2fs: Added missing statements related to error checking.

The following patch adds a few missing statements related to error checking.

Signed-off-by: Sot...

bdcf700f71500378ba1b26e6e9aab84421bdf931 authored about 6 years ago by Sotirios-Efstathios Maneas <[email protected]>
fsck.f2fs: try to recover cp_payload from valid cp pack

If sb checksum is not enabled, and cp pack is valid due to no
crc inconsistence, let's try to re...

7aab50d895c8101ef4a3e68bb7c8ca36a92a3f18 authored about 6 years ago by Chao Yu <[email protected]>
doc: add versioning rule

Ted wrote a very useful versioning rule that newbies must read.
Let me remain it in the tree.

S...

e37d3723001a28626cbc0cdce0d3829058ebfce1 authored about 6 years ago by Jaegeuk Kim <[email protected]>
f2fs-tools: add the max chunk size limit in sparse image

Malloc Failure occurs in 32bit Windows, when using fastboot.exe flash the
f2fs sparse image fil...

7dfb93ff362d75801b8c989441a6fa3cab84fecb authored about 6 years ago by Gao Ming <[email protected]>
f2fs-tools: create sparse file first before stat

We must create a sparse file first before calling stat().

Fixes: eb9d8037ed3b ("f2fs-tools: avo...

5e4da757f999f7c2ce3be8b3b62b76b1203020d3 authored about 6 years ago by Jaegeuk Kim <[email protected]>
f2fs-tools: give WITH_KERNEL_VERSION to check kernel version only

This patch adds a build option to relax kernel version and release string to
trigger full scan.
...

69b8087b550be7d614b6154ed179e3b27947a5d3 authored about 6 years ago by Jaegeuk Kim <[email protected]>
mkfs.f2fs: support formating large size file in 32-bits platform

In 32-bits platform, {f,}stat on a large size file during mkfs, it will
cause EOVERFLOW error, t...

e599deb2385ef592d39d61318f1753a611cb0ea5 authored about 6 years ago by Chao Yu <[email protected]>
fsck.f2fs: do not hard-code encrypted filename length to avoid heap buffer overflow

If the len is less than 24, heap buffer overflow is reported.

Signed-off-by: Randall Huang <hua...

0057a8c5c2281b2512fe74fe33cdd6c9a8d8d877 authored about 6 years ago by Randall Huang <[email protected]>
mkfs.f2fs: show the info of volume label only when specify it

Currently, when format disk used with mkfs.f2fs, even if the volume label
is not specified, it s...

3b65c5771a00577051a5ed841d09be21d3969c4c authored about 6 years ago by Tiezhu Yang <[email protected]>
fsck.f2fs: don't allocate new blocks on unclean shutdown

We have to keep data for roll-forward recovery. Without this patch, we're
able to lose there-in ...

83c64019e8e03147e8768240bfdb0b5f4e30fe9c authored about 6 years ago by Jaegeuk Kim <[email protected]>
fsck.f2fs: detect and recover corrupted quota file

Once quota file is corrupted, kernel will set CP_QUOTA_NEED_FSCK_FLAG
into checkpoint pack, this...

dfede78aa9182700476803dc5b9fa87c4ca56645 authored about 6 years ago by Chao Yu <[email protected]>
f2fs-tools: introduce sb checksum

This patch introduced crc for superblock.

Signed-off-by: Junling Zheng <[email protected]...

886a924bfa84ecac852aab11cc6a7e6cae530d46 authored about 6 years ago by Junling Zheng <[email protected]>
fsck.f2fs: unify the updating of superblocks

Rename write_superblock() to update_superblock() and make it support updating
specified one supe...

238fa8ccf145646242fb6a4c5f09d30805a6535a authored about 6 years ago by Junling Zheng <[email protected]>
WIP: Add partial shrinking support to f2fs

allow 'safe' resizing leaving the metadata nearly unchanged.

Will likely need to adjust growing...

1ccd8313ba54497e9516ca5ad395c32730c0d270 authored about 6 years ago by Daniel Rosenberg <[email protected]>
dump.f2fs: allow dump data on mounted image

xfstests assumes it's allow to dump data on mounted image, for example,
some common functions ca...

38e47ce596093566e9a06626406b3137afe0c0e7 authored about 6 years ago by Chao Yu <[email protected]>
fsck.f2fs: support checkpoint=disable

This patch shows checkpoint is disabled and keeps the flag for next mount.

Signed-off-by: Jaege...

a48bda057ae0fc653fd0a348fc33d2631bd8ba85 authored about 6 years ago by Jaegeuk Kim <[email protected]>
f2fs-tools: rename CHECKSUM_OFFSET to CP_CHKSUM_OFFSET

This patch renamed CHECKSUM_OFFSET to CP_CHKSUM_OFFSET.

Reviewed-by: Chao Yu <[email protected]...

a6cbb57192d9f203d0570a3ce54aa8d9c499e9d6 authored about 6 years ago by Junling Zheng <[email protected]>
f2fs-tools: show versions if exist

If it's not defined, we need to skip to show the definition.

Reviewed-by: Chao Yu <yuchao0@huaw...

2367b0e9d25b4f46ad8e52cca6122a099368aa79 authored about 6 years ago by Jaegeuk Kim <[email protected]>
Snap for 5127330 from 06c5b39cf3c0cb099987b0561da6772b46ff989c to qt-release

Change-Id: I12a677b784554f8fea43336bdf10730445419611

6ea46acc3ac22fb69ab6ba3a862c754bda3a0456 authored about 6 years ago by android-build-team Robot <[email protected]>
Move sg_write_buffer to /product am: 84f0dded71 am: c724b73f03

am: fcc0c6dc28

Change-Id: I27391f0c8c5cc7fc6e1bad37ac735a3f4ec6d9fc

06c5b39cf3c0cb099987b0561da6772b46ff989c authored about 6 years ago by Anton Hansson <[email protected]>
Move sg_write_buffer to /product am: 84f0dded71

am: c724b73f03

Change-Id: Icd243bfba593e98097604359d5036409ed3c6239

fcc0c6dc28de6462b4d16b420264a5803b4e685f authored about 6 years ago by Anton Hansson <[email protected]>
Move sg_write_buffer to /product

am: 84f0dded71

Change-Id: I389e81ce483d66badc8fb7bbe93e3b583ab7aaad

c724b73f0361304da4d0f629c9a06fe782f4c37c authored about 6 years ago by Anton Hansson <[email protected]>
Move sg_write_buffer to /product

This installs sg_write_buffer in /product/bin/sg_write_buffer,
instead of /system/bin.

Bug: 110...

84f0dded71413cd666b9482d981234123c9b8339 authored about 6 years ago by Anton Hansson <[email protected]>
Merge tag 'android-9.0.0_r16' of https://android.googlesource.com/platform/external/f2fs-tools into HEAD

Android 9.0.0 Release 16 (PQ1A.181105.017.A1)

Change-Id: I4c7d7dd664c5cfd3367d522477eda5a31f2c78d6

eb5a66040e13fe8eeb8a524d8c999c255bcd37c8 authored about 6 years ago by Humberto Borba <[email protected]>
Snap for 5096429 from 0fe8cdb0bd41d4157cbb457a6f47b276e65a3d48 to qt-release

Change-Id: Ib70e6f5ae8ce6fbe79035b78b9f7ab7f0eaffcec

150131ba6f9a3d52acaea23092417135c7e98761 authored about 6 years ago by android-build-team Robot <[email protected]>
Snap for 5090430 from 506e770017e4a4312115c8acba03895c115f69de to qt-release

Change-Id: I8cab5dff3ba3de39feb3136f20637711fc770b9b

da5462edff3debf0640c7ac5c4ce97dcaabbf711 authored about 6 years ago by android-build-team Robot <[email protected]>
[automerger skipped] Merge pie-platform-release to aosp-master - DO NOT MERGE am: 0d24c88e10 -s ours am: 69dc0690af -s ours

am: b7fd9cfc6c -s ours

Change-Id: Ib29904c21c7dca915a2cd0e42d775ffe3c47e859

0fe8cdb0bd41d4157cbb457a6f47b276e65a3d48 authored about 6 years ago by Bill Yi <[email protected]>
[automerger skipped] Merge pie-platform-release to aosp-master - DO NOT MERGE am: 0d24c88e10 -s ours

am: 69dc0690af -s ours

Change-Id: If03a46bd2636dd30f0df07e2002197dd72cc9538

b7fd9cfc6c7aaf89456a8e2108cc53bfd401e08d authored about 6 years ago by Bill Yi <[email protected]>
[automerger skipped] Merge pie-platform-release to aosp-master - DO NOT MERGE

am: 0d24c88e10 -s ours

Change-Id: I00e697c6c0d3d51fea4c932017ef73ea131dcb3e

69dc0690af0567beb8725235f845763fd0d77a6f authored about 6 years ago by Bill Yi <[email protected]>
Merge pie-platform-release to aosp-master - DO NOT MERGE

Change-Id: I908a37e8ef906ce51a6785aebf43936b20dbad2a

0d24c88e107794f701d83229ac6597ccfc0caddc authored about 6 years ago by Bill Yi <[email protected]>
[automerger skipped] Merge pi-platform-release to stage-aosp-master - DO NOT MERGE am: 85f0eedea9 -s ours

am: e6637981ef -s ours

Change-Id: I1416c07736d33614c1c83b0c2d42816814aef6e2

506e770017e4a4312115c8acba03895c115f69de authored about 6 years ago by Bill Yi <[email protected]>
[automerger skipped] Merge pi-platform-release to stage-aosp-master - DO NOT MERGE

am: 85f0eedea9 -s ours

Change-Id: I77f058e7d1b1d2dd058fb890a420e4412ded4eae

e6637981ef132805385f900c91377af7e837e558 authored about 6 years ago by Bill Yi <[email protected]>
Merge pi-platform-release to stage-aosp-master - DO NOT MERGE

Change-Id: Iddabb5e66bd66ca3cedc1a181447509c1106a6b0

85f0eedea9238fb2a545553d55d2d8c31043a33c authored about 6 years ago by Bill Yi <[email protected]>
Snap for 5067452 from f9e56c76c9a905d18ec625ba4e1bf5d8d2aa40d6 to qt-release

Change-Id: I9e080d03ef0e4f7426430e3e40f66989459e5906

7b398fa61aa3e1cd2a63a189b7d1b3297a7c62bd authored about 6 years ago by android-build-team Robot <[email protected]>
Snap for 5066295 from d40bce364dd5715bfd4fc9bbdd147cfbb3ae8dec to pi-qpr2-release

Change-Id: I29dac8823166647b33cd0784e76af8bc45a43911

eeedf7c7d04c223ea9e27674fd3809b5506ca5f4 authored about 6 years ago by android-build-team Robot <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev am: d16862a25e -s ours am: 7077074bd0 -s ours am: b254bf3d8c -s ours am: d40bce364d -s ours

am: d582fca439 -s ours

Change-Id: I99c2d8616c7914c10e56045ca27c1275ccc359d1

f9e56c76c9a905d18ec625ba4e1bf5d8d2aa40d6 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev am: 1cc112035f -s ours am: 8505f4f182 -s ours am: 5cd38451fb -s ours am: 6daea51871 -s ours

am: fe5a0127e9 -s ours

Change-Id: Idcbf17cbe99feface925cc050c5993b7f43be861

c904778ff06c0d6bab098fd171f52192ce12e3bc authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs skipped: 632208951a am: 7b0210bcbf -s ours am: d81c4501e5 -s ours am: 8fc6c9763a -s ours am: 3654a5b10e -s ours

am: ac905d2384 -s ours

Change-Id: Ie8f1db923457f9ff4dbb74cb31d7021a9878fb53

9a718f219a36f6a976e20da87ea9bc5dabadee4d authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: 17705ce009 am: 5035821535 skipped: d03107eda1 am: f6d96f1321 -s ours am: 58e616c1b1 -s ours am: ae4630680b -s ours am: 49151477ba -s ours

am: e1f7155f32 -s ours

Change-Id: Ia06472e4bb10ef6540962980dfcf3225981ceeab

8104989b7b6e4229f3f5dbac97e21d9d1f2a9807 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev am: de5e727bf3 -s ours am: 63923ab714 -s ours am: dc648045df -s ours am: bb07939f62 -s ours

am: 761563945d -s ours

Change-Id: If61db02192f77ccc4566d861c3e53194c15d36a3

c5e12395dea40bc7cb5324cfc9c7cb59a246fdc4 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: e42a494592 -s ours am: 343ce09289 -s ours am: f05433ed02 -s ours am: 4fe3e1952f -s ours

am: 62f2c354aa -s ours

Change-Id: Id4b1010c893cc3e9ea4d4657c951c62ebabccb5b

ff1b44fd1a988191caebea221b212ac2d44b743d authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev am: d16862a25e -s ours am: 7077074bd0 -s ours am: b254bf3d8c -s ours

am: d40bce364d -s ours

Change-Id: I5b323aa702aa73f4ec6d0583986c5b4440f65710

d582fca4390524f8f28e3ae6fd9c9eae8d30f1f0 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev am: 1cc112035f -s ours am: 8505f4f182 -s ours am: 5cd38451fb -s ours

am: 6daea51871 -s ours

Change-Id: Ic8e7a24647b71307c2482261f033caab9b1953d6

fe5a0127e96c8762101732386f84b451b83b1c78 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs skipped: 632208951a am: 7b0210bcbf -s ours am: d81c4501e5 -s ours am: 8fc6c9763a -s ours

am: 3654a5b10e -s ours

Change-Id: I6a5f46d5eee6d176bc6599127f99a3c73e8449f0

ac905d2384e530a99a1f75a48ca5e97565ff9eb0 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: 17705ce009 am: 5035821535 skipped: d03107eda1 am: f6d96f1321 -s ours am: 58e616c1b1 -s ours am: ae4630680b -s ours

am: 49151477ba -s ours

Change-Id: Ib51104a88560203cc0914a79869005dc1301e71f

e1f7155f32f3311859ca866761d5ba7674e8a562 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev am: de5e727bf3 -s ours am: 63923ab714 -s ours am: dc648045df -s ours

am: bb07939f62 -s ours

Change-Id: I232b6ba7c90d3098fa7cb6f047d79074a8e30549

761563945db5efed357ae8bd0b9dbcc471a79e2f authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: e42a494592 -s ours am: 343ce09289 -s ours am: f05433ed02 -s ours

am: 4fe3e1952f -s ours

Change-Id: I4296d1381f4f6959bf5b39b21a4af5bd3d2dcf32

62f2c354aa297f8c506ccad7dc04f40ab06fafb0 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev am: d16862a25e -s ours am: 7077074bd0 -s ours

am: b254bf3d8c -s ours

Change-Id: I4c5c1cb36e7a203e9ee21903ce36efc7bb57b463

d40bce364dd5715bfd4fc9bbdd147cfbb3ae8dec authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev am: 1cc112035f -s ours am: 8505f4f182 -s ours

am: 5cd38451fb -s ours

Change-Id: Idaf4cb4ea2a1623f479a036660213fcf93364bb0

6daea51871f99f0118f3e10b9c04918bc1beb30e authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs skipped: 632208951a am: 7b0210bcbf -s ours am: d81c4501e5 -s ours

am: 8fc6c9763a -s ours

Change-Id: Ie3454c632ed03657aae7bcb0769983c5de30b118

3654a5b10e9a048b7c5bb12dc4e734aceccc4ce6 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: 17705ce009 am: 5035821535 skipped: d03107eda1 am: f6d96f1321 -s ours am: 58e616c1b1 -s ours

am: ae4630680b -s ours

Change-Id: Idfda660feea6a2a5409709680e0659df6b610db1

49151477ba02c7cfc61f2fc52aa699a6cfcad76d authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev am: de5e727bf3 -s ours am: 63923ab714 -s ours

am: dc648045df -s ours

Change-Id: I82a964db21f192803960d2d09e0493c6c35051f7

bb07939f62417e0fc266ecf39d78c4a123c7cbb1 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: e42a494592 -s ours am: 343ce09289 -s ours

am: f05433ed02 -s ours

Change-Id: I8fe0e04a4d22b55da8328618f90fb32111f37850

4fe3e1952f71f8841d6916b879c37833ed47596f authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev am: d16862a25e -s ours

am: 7077074bd0 -s ours

Change-Id: I3830b35cdb26343513fc81f6ca32204f703701cd

b254bf3d8c7902eb0dc37f4fcac84bba2b337c39 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev am: 1cc112035f -s ours

am: 8505f4f182 -s ours

Change-Id: I5d823e82145291fecc0005a183bcd6236a77cb70

5cd38451fb4bb6390ab3f8866c3cdfdce9133fbf authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs skipped: 632208951a am: 7b0210bcbf -s ours

am: d81c4501e5 -s ours

Change-Id: I0196177e94d55892922a55eef7070d6de6c954cb

8fc6c9763ae2d3a92d917cbc5613c8d50f7f6064 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: 17705ce009 am: 5035821535 skipped: d03107eda1 am: f6d96f1321 -s ours

am: 58e616c1b1 -s ours

Change-Id: Ifc99fbd51a498d97d10dff1492b0743e9c9f33c4

ae4630680bff40d3ae1c6e28b75743b9c96f1d04 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev am: de5e727bf3 -s ours

am: 63923ab714 -s ours

Change-Id: Idaa4064c98ecea2cb7a839d513fb95ff7b5f411e

dc648045df93fab743017e0084fb6a0caf9cf157 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: e42a494592 -s ours

am: 343ce09289 -s ours

Change-Id: I3f4d0300f3c63c392cff66dbda16e4ae7467f8cb

f05433ed021c00394499613135a18d52ef2baf36 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev

am: d16862a25e -s ours

Change-Id: I8a57695bc2963dfbb393c0ed1640e32935a7e233

7077074bd06bb032c6ef51439e69b7ed8f20013e authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev

am: 1cc112035f -s ours

Change-Id: I112ae56a82453e0aec8882e6ff35897f755ab984

8505f4f18289ac6f9f980440e877e888c6cea10f authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs skipped: 632208951a

am: 7b0210bcbf -s ours

Change-Id: I7c858495e9c14b93e0bf3efc7598be76c4f7f380

d81c4501e590f866358d37509a6e71908b1ec34e authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: 17705ce009 am: 5035821535 skipped: d03107eda1

am: f6d96f1321 -s ours

Change-Id: I5e742fe7e87e0e6b48a8f6c14eafcc2e8d54e967

58e616c1b1b67b08e6e288c155ac2bb1c4afa154 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] Merge changes from topic "discard" into oc-dev

am: de5e727bf3 -s ours

Change-Id: Iabc5b484ade41ef58b98b0e171d4d1cd71572cd4

63923ab71426a14a26d24ca2c5bfb208ab27a461 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs

am: e42a494592 -s ours

Change-Id: Ib5b7cd1291e4a5db62e19fd85462b81ac5af22be

343ce09289c49e923dbffa1139d85a03ab360668 authored about 6 years ago by Jaegeuk Kim <[email protected]>
Merge changes from topic "discard" into oc-dev

* changes:
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs skipp...

d16862a25e3fdda45ebb714d0eda4a5fe76e2dfb authored about 6 years ago by Jaegeuk Kim <[email protected]>
Merge changes from topic "discard" into oc-dev

* changes:
[automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: 17705ce00...

1cc112035f2caf37ef442805efcb1cace2d8f4d7 authored about 6 years ago by Jaegeuk Kim <[email protected]>
Merge changes from topic "discard" into oc-dev

* changes:
[automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: dd89f9cde...

de5e727bf384078ba2d3bb0809507dabb313925a authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: 7d37f592ac -s ours am: e2b712222a -s ours

am: 5a3c896d47 -s ours

Change-Id: I09cdb6ad9c314eb70d4dc6365381b414a8e67e63

bb62fb239e82d11f8e1f9dcdb34b22b9cc0c0932 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: 7d37f592ac -s ours

am: e2b712222a -s ours

Change-Id: I7ac659fd4fd2b4fed393815c7ac4f100cb0f89cd

5a3c896d476f5e3bf10abf20379efe91cb197a93 authored about 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs

am: 7d37f592ac -s ours

Change-Id: I88ea2ea155c1cc67a65c62fe9fe5c6dfefcb014e

e2b712222ac61fb58222a16673747245b4ab598a authored about 6 years ago by Jaegeuk Kim <[email protected]>
[DO NOT MERGE] make_f2fs: issue discard commands on mkfs

We'd better to discard whole partition for better performance.

Bug: 112868088
Test: factory res...

7d37f592ac632ba415d3953eef0e8621c456b73c authored over 6 years ago by Jaegeuk Kim <[email protected]>
[automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: 17705ce009 am: 5035821535 skipped: d03107eda1

Change-Id: Idb3b48a9926de8fc1be51d15226658b136ba2b09

f6d96f1321d5a7aab920ecedd238d26d7b7aeac6 authored over 6 years ago by Android Build Merger (Role) <[email protected]>
[automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: 17705ce009 am: 5035821535

Change-Id: If4826d16f79747121e9b61655e8bf2bdba71a118

d03107eda1960c443f07dbd9bf5d42f6e8868e7a authored over 6 years ago by Android Build Merger (Role) <[email protected]>
[automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: 17705ce009

Change-Id: Iea28c61a69b72b437adc54cc1529d77cfcc3dba1

503582153515d6dad9e17767e599d9b14580f70c authored over 6 years ago by Android Build Merger (Role) <[email protected]>
[DO NOT MERGE] make_f2fs: issue discard commands on mkfs

We'd better to discard whole partition for better performance.

Bug: 112868088
Test: factory res...

17705ce0090320f733a189bfce84430ae1ba6915 authored over 6 years ago by Jaegeuk Kim <[email protected]>
[automerger skipped] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs skipped: 632208951a

Change-Id: I2f1bf05893d536418adcbcf4203fdaf56768ca5d

7b0210bcbf9a9e01e487b9f9c4bb6d684b04e9ec authored over 6 years ago by Android Build Merger (Role) <[email protected]>
[DO NOT MERGE] make_f2fs: issue discard commands on mkfs

We'd better to discard whole partition for better performance.

Bug: 112868088
Test: factory res...

632208951a4e97b573ff0de67e24b685c1b0cb27 authored over 6 years ago by Jaegeuk Kim <[email protected]>
[automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: dd89f9cde6 am: cbba57fb8a am: 671c19a0bd am: f56ec9d4a3 skipped: f85f40e80c

Change-Id: I1f2dbc84617df5faa6f437ee6e96872183805b97

6cc45418025e5a0e4e93a43c5b87c850f9529068 authored over 6 years ago by Android Build Merger (Role) <[email protected]>
[automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: dd89f9cde6 am: cbba57fb8a am: 671c19a0bd

Change-Id: I59bfdbcf17ac7918ab8c93f7fc089d6e2ba8ca1a

f56ec9d4a38cdd2535d589c66ea8fcee19bc89d8 authored over 6 years ago by Android Build Merger (Role) <[email protected]>
[automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: dd89f9cde6 am: cbba57fb8a am: 671c19a0bd am: f56ec9d4a3

Change-Id: I8169cbb2a397867c8f7fa3727ed1cc94f4529cf5

f85f40e80cf6cd106ef33ca453ddec7dbad8779c authored over 6 years ago by Android Build Merger (Role) <[email protected]>