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

fsck.f2fs: fix check order in -p1 am: 5922d41de9

am: 2697fa7a18

Change-Id: Ia0181c23c7549e413db0e83bd2c2614af0c1c963

bfd540a26bf080e9582915a04b06f9642006b063 authored over 6 years ago
sload.f2fs: fix the missing of bit mask for file type

am: 1dccb4ea85

Change-Id: I6ac1641a2f6dcd0adb25cf89eccf2c33bba450ac

95a199fc0b21d11a696e5a335e7f4e337971e7f1 authored over 6 years ago
sload.f2fs: give correct file type

am: fd4283a681

Change-Id: I8f9749e6dd553c0e63b1ecc414abfe482f953ceb

c137122bebd561024849d28f26a92427fc6f537b authored over 6 years ago
fsck.f2fs: fix check order in -p1

am: 5922d41de9

Change-Id: I5e167bbde397c2d20990e4fc9afd422781daf3ef

2697fa7a18b534fc021134f8fc48d8c42ad2bdc2 authored over 6 years ago
sload.f2fs: fix the missing of bit mask for file type

Fix the missing of bit mask for the file type bit fields.

Bug: 79371514
Change-Id: I3ab944b8815...

f7135ed552cf454fbf9b1c1208c23c28f4c864fe authored over 6 years ago
sload.f2fs: give correct file type

This fixes permission error due to wrong file type.

Bug: 79371514
Change-Id: Ief1a46211112919e6...

339a7855ac594fcf3e8a6dd330d68524e613abe8 authored over 6 years ago
fsck.f2fs: fix check order in -p1

Checking nat entries with nat_area_bitmap should be done before quota check,
since fsck_chk_quot...

3f378efee49bc896645a7e3c4b15f0a16a572541 authored over 6 years ago
sload.f2fs: fix the missing of bit mask for file type

Fix the missing of bit mask for the file type bit fields.

Signed-off-by: Junling Zheng <zhengju...

1dccb4ea8520dc56b15d954ac0905c4abab265c4 authored over 6 years ago
sload.f2fs: give correct file type

This fixes permission error due to wrong file type.

Signed-off-by: Lianjun Huang <huanglianjun@...

fd4283a6817e5d8f2f178ae02118d99e5b7fc304 authored over 6 years ago
fsck.f2fs: fix check order in -p1

Checking nat entries with nat_area_bitmap should be done before quota check,
since fsck_chk_quot...

5922d41de96164787e53a9d42eba963b18fd2ae9 authored over 6 years ago
fsck.f2fs: simplify fsck_chk_quota_node in PREEN_MODE_1

Do not do fsck_chk_node_blk to simplify fsck_chk_quota_node in
PREEN_MODE_1, as well as fsck_chk...

41149fbb09240a5cb71ed1ac56f1a7f239c22722 authored over 6 years ago
dump.f2fs: fix a wrong report for dump an {d,id,did}node

fix a wrong report for dump an {d,id,did}node like this:

[print_node_info: 283] Node ID [0x6820...

1325c930bb64621abcc4e5d393ebe7154d78e4f8 authored over 6 years ago
mkfs.f2fs: create lost+found directory

This patch introduces a new feature F2FS_FEATURE_LOST_FOUND. It can be
switched on by indicating...

ff3782931fcb168f16e9028a040db8ce94b4deed authored over 6 years ago
dump.f2fs: correct the seg type in ssa_dump

Fix the mixed using of "ret" in ssa_dump.

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

3e8c8d754d0a789981a4948eeb908b189925e506 authored over 6 years ago
f2fs-tools: init f2fs_configuration as 0

use memset() to zerofy entire value.

Signed-off-by: Sheng Yong <[email protected]>
Reviewed...

822e1a163b4b7ae8e03a51cb369468bcaf657f60 authored over 6 years ago
mkfs.f2fs: support hot file extension

This patch adds new option '-E' to accept user configured hot file
extension, in order to let ke...

6fdc37ff268c9f9907fbcb0a1a67503de2b14810 authored over 6 years ago
mkfs.f2fs: treat db's data as hot one

DB files like .db, .db-journal, .db-wal, .db-shm are very active, this
patch adds db file type t...

7b73b6e4b2be5524e3a3a85b185a4df68e178dca authored over 6 years ago
mkfs.f2fs: introduce mkfs parameters in f2fs_configuration

Introduce new parameters in f2fs_configuration for mkfs:
* next_free_nid: save the next free n...

5e91b3640cf170f127a3501374f4ca27bc1a014e authored over 6 years ago
fibmap: include f2fs_fs.h before other header files

GCC 7.2.0 is unhappy with the usage of major/minor:

fibmap.c: In function ‘print_stat’:
fibmap....

4d4a9f2d4594f43b486cda79fff9f7d19e4a4d36 authored over 6 years ago
fsck.f2fs: read nat block if nat entry is invalid

fsck will cache all valid nat entries in memory. But when we try to
get a nat entry which is not...

c265813af3eda31f5f745ce5ba0df3420c62b548 authored over 6 years ago
fsck.f2fs: integrate sanity_check_inode to __check_inode_mode

In sanity_check_nid, __check_inode_mode will check i_mode value of an
inode. So integrate sanity...

fbcc3b1a0063bd8d1cc669660c26ec8f1886473e authored over 6 years ago
mkfs.f2fs: fix to handle endianness in f2fs_write_check_point_pack

This patch fixes to handle missing endianness in f2fs_write_check_point_pack.

Signed-off-by: Ch...

f52987efb0d8c98fb8d4669c619d3f57708b2e81 authored over 6 years ago
fsck.f2fs: fix typo

Signed-off-by: Sheng Yong <[email protected]>
Reviewed-by: Chao Yu <[email protected]>
Sign...

be4f9a661e67ab545c1aad10f6414f2d77bc2025 authored over 6 years ago
fsck.f2fs: reconnect unreachable files to lost+found

This patch introduces lost_found feature to fsck. If a file is found
unreachable by fsck. Fsck t...

eb61637ad1f281e0db79f5855382114dbb9c6ad1 authored over 6 years ago
fsck.f2fs: fix to check all the types of current offsets

We can change the next block offsets sometimes, so we have to check it's
free or not all the tim...

8a96b6a2bd9e8dba53c41f0c0dff8b6fb2155151 authored over 6 years ago
mkfs.f2fs: expand scalability of nat bitmap

Previously, our total node number (nat_bitmap) and total nat segment count
will not monotonously...

baaa076b4d576042913cfe34169442dfda651ca4 authored over 6 years ago
fsck.f2fs: reduce mem alloc during read sit block

This patch reduce mem alloc during read sit block

Signed-off-by: Yunlei He <[email protected]...

06addd3c1ee5d85961f46c7da5834427646b85d7 authored over 6 years ago
dump.f2fs: support to dump dirent from blkaddr

This patch adds to support to dump dirent info based on block address
from dentry data block or ...

10eea8abb8f31373e9a2d898665da6d31cffcfac authored over 6 years ago
fsck.f2fs: allow -p without value

This patch allows -p without value.

Suggested-by: Pavol Cupka <[email protected]>
Reviewed-...

c56821f0b5e354d2797fd70400c0f890a59b6b3f authored over 6 years ago
fsck.f2fs: read ahead xattr & direct node blocks

This patch read ahead xattr & direct node blocks, and
keep the order:

1. check data blocks
2. r...

fffc395e6a593f651e21f89cb330288f5507ef11 authored over 6 years ago
sload.f2fs: fix the missing of bit mask for file type

Fix the missing of bit mask for the file type bit fields.

Signed-off-by: Junling Zheng <zhengju...

43543b9b5f78a1857dac065daa2df6d08e374661 authored over 6 years ago
sload.f2fs: give correct file type

This fixes permission error due to wrong file type.

Signed-off-by: Lianjun Huang <huanglianjun@...

2b241e1da987fc8155151ac81d49f6599f15f537 authored over 6 years ago
fsck.f2fs: fix check order in -p1

Checking nat entries with nat_area_bitmap should be done before quota check,
since fsck_chk_quot...

99b2aa3af69389510a917265882c55e5c430045f authored over 6 years ago
f2fs-tools: get kernel version via uname(2)

This patch introduces uname(2) to get kernel version.

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

595fd57a4fd3c11b68699ba62130775934da325a authored over 6 years ago
mkfs.f2fs: avoid selinux denial for unnecessary sysfs node

This avoids unnecessary sysfs node access causing selinux denial.

Reviewed-by: Chao Yu <yuchao0...

286226d8206246880cea4fb805588171d76d9e9c authored over 6 years ago
Snap for 4762932 from 8a689ccd5e20746a1b78f856f7c7733321e48ab9 to qt-release

Change-Id: I3b02de78a674d6a9a7c87f5adec37e48644ceaf8

4555c8ff36aafb6d7dc3f9062fbf4c0a48e2ee43 authored over 6 years ago
Snap for 4759746 from 7f53f9d5e6dfd73b8109b3c4ec633909d9b9650d to pi-release

Change-Id: I5092cbdf1da2ab9d38fd53075a29089253986f15

28a107dde7c3fa70f3b4fcb19a67799af8cfc1e5 authored over 6 years ago
f2fs-tools: enable utsname for android am: 7b17084051 am: a7cdb326f2

am: d58b4b7434

Change-Id: I58d9ee7ff8848b38168a413f61d0e3573dc6e714

8a689ccd5e20746a1b78f856f7c7733321e48ab9 authored over 6 years ago
f2fs-tools: enable utsname for android am: 7f53f9d5e6

am: d55a1c83c8

Change-Id: I861123acd52094bf22c8111141678b471747a67a

8ab8a66421b66e8205964c449d77b9b37ab3d8b2 authored over 6 years ago
f2fs-tools: enable utsname for android am: 7b17084051

am: a7cdb326f2

Change-Id: Ie05cab27b773a6902935378c8976a6e49fae6e7c

d58b4b7434dd131e05176cdc30b1463465fe59fe authored over 6 years ago
f2fs-tools: enable utsname for android

am: 7b17084051

Change-Id: I5f92031b22e4a6684618b2e18ed4d98e06958af1

a7cdb326f2ceec15fdbd93fedfacaee3c95114b3 authored over 6 years ago
f2fs-tools: enable utsname for android

am: 7f53f9d5e6

Change-Id: Ie4086bce2a6d9abfeb22673abef36c36e1d9c686

d55a1c83c8832a74b1b506134d57948995c1f391 authored over 6 years ago
f2fs-tools: enable utsname for android

This will be used for uname(2) to get kernel version.

Bug: 78358575
Change-Id: I1a77ecc4bdf10c1...

7f53f9d5e6dfd73b8109b3c4ec633909d9b9650d authored over 6 years ago
f2fs-tools: enable utsname for android

This will be used for uname(2) to get kernel version.

Bug: 78358575
Change-Id: I1a77ecc4bdf10c1...

7b170840513767ef58c04df882251fa6b4da79f1 authored over 6 years ago
[automerger skipped] f2fs-tools: get kernel version via uname(2) am: 9e7f2526c4 -s ours

am: ea8edd110f -s ours

Change-Id: Id3cd7d707195b3c06238bba04b41e422a14c1075

78e86903499c4559118ad6a80bfe560ca280da1f authored over 6 years ago
f2fs-tools: get kernel version via uname(2) am: 9a25853857 am: a08b5e63fa

am: b536fc1740

Change-Id: I86764cd187d4c8b7f9d8cf89e4a6f14bb0086d7c

846777eeeb36dcc6ea91c2cdde393fe2c034eb82 authored over 6 years ago
[automerger skipped] f2fs-tools: get kernel version via uname(2)

am: 9e7f2526c4 -s ours

Change-Id: I3725b94d3a26d1461400325f4fe49ca97537107a

ea8edd110fa66742f2456a91189c99a7fc4baa0d authored over 6 years ago
f2fs-tools: get kernel version via uname(2) am: 9a25853857

am: a08b5e63fa

Change-Id: I800ee8ad21bb5fc34ec99f2c9d64c64f4198e691

b536fc1740402306b70610ff80bc55e89fa9e5ad authored over 6 years ago
f2fs-tools: get kernel version via uname(2)

am: 9a25853857

Change-Id: Idf6ef5545450ff481e6489ab95557d244a07b3bc

a08b5e63fa0526f20bc82c6ec3084f4524462943 authored over 6 years ago
Snap for 4756844 from 3cfe741e2291ad104cd0655fca6211e326fd8516 to pi-release

Change-Id: Ie19a67a2edadad04caf1e0e3e82f02775e81acfd

ec95eb15e3dcadcd4f8050496a613a62e95ad1db authored over 6 years ago
f2fs-tools: get kernel version via uname(2)

This patch introduces uname(2) to get kernel version.

Bug: 78358575
Change-Id: Ib50cbbc33f55cb3...

9e7f2526c4dff98b2a03c264208cc04cfce4cd38 authored over 6 years ago
f2fs-tools: get kernel version via uname(2)

This patch introduces uname(2) to get kernel version.

Bug: 78358575
Change-Id: Ib50cbbc33f55cb3...

9a25853857e0c0ded96b44094d6c589916163b5c authored over 6 years ago
[automerger skipped] mkfs.f2fs: avoid selinux denial for unnecessary sysfs node am: 3cfe741e22 -s ours

am: 1911fb878f -s ours

Change-Id: Ib271276a881c058060f743e91e8f9c1e15681d1e

29f0e0e32e79fef179517d1349a114bc6a3e9aa6 authored over 6 years ago
mkfs.f2fs: avoid selinux denial for unnecessary sysfs node am: cdfc5e7778 am: 097c988861

am: 450e2ad96b

Change-Id: Ibc702354a91bbc90fd7f057ed77ac4f91804aced

075827d5a595eadc006888ab710da4119e62519f authored over 6 years ago
[automerger skipped] mkfs.f2fs: avoid selinux denial for unnecessary sysfs node

am: 3cfe741e22 -s ours

Change-Id: Ie5a20641d94d7f814cae80231888dc84abb19cd8

1911fb878f47f2f7dfdb3c9de738cc32007ecc70 authored over 6 years ago
mkfs.f2fs: avoid selinux denial for unnecessary sysfs node am: cdfc5e7778

am: 097c988861

Change-Id: I7de2d67dfa546ff6d91bb98a172c226bf33fa603

450e2ad96b4f8b0d2fc7e5ccce8323a3d9f38473 authored over 6 years ago
mkfs.f2fs: avoid selinux denial for unnecessary sysfs node

am: cdfc5e7778

Change-Id: I5137fbe2d33e97cb8a91f86ed274c9c8f249aea9

097c988861a82d3fb57860ffbcfe3f8a0b3e297a authored over 6 years ago
mkfs.f2fs: avoid selinux denial for unnecessary sysfs node

This avoids unnecessary sysfs node access causing selinux denial.

Bug: 78358575
Change-Id: I0ab...

3cfe741e2291ad104cd0655fca6211e326fd8516 authored over 6 years ago
Snap for 4754751 from bbf20ca010ee63a154d1259132da5b4c9f16ff7d to qt-release

Change-Id: I2fdc08741b7b563c5ff799de38f28c2709eba850

4dfa81e1cd860e08d3ad09785d3e79c2b7946077 authored over 6 years ago
mkfs.f2fs: avoid selinux denial for unnecessary sysfs node

This avoids unnecessary sysfs node access causing selinux denial.

Bug: 78358575
Change-Id: I0ab...

cdfc5e7778d6a72c4e7752d8020327371fc09801 authored over 6 years ago
Merge "Track the libsparse API change." am: 8f3bc3f9bd am: bd28bab68f

am: 0df4c8b7fe

Change-Id: I2bc0b0264b712fed9d62463de951931394a058cf

bbf20ca010ee63a154d1259132da5b4c9f16ff7d authored over 6 years ago
Merge "Track the libsparse API change." am: 8f3bc3f9bd

am: bd28bab68f

Change-Id: I5c113ac044b97ea1c65f7910a0eaaee2d9cc1688

0df4c8b7fece15516fd2967e0c7c056cf3d1f5db authored over 6 years ago
Merge "Track the libsparse API change."

am: 8f3bc3f9bd

Change-Id: Id2f524d65e3abb8fd94f2fb3d5e5cd08802400ed

bd28bab68f40987a1a5a62292ca1a82d18cf8762 authored over 6 years ago
Merge "Track the libsparse API change."

8f3bc3f9bd26adcf39216386d61d3ae434e84aff authored over 6 years ago
libf2fs: Track AOSP libsparse API change.

The libsparse in AOSP is updating the type for 'len', from 'int' to
'size_t', in the callback pa...

d9853557a25bcf5340c978ea95f2bbb9da18879c authored over 6 years ago
Snap for 4748783 from 968e3a6c982f41ce489bd93e7aa9f32becfd5438 to qt-release

Change-Id: I7371df03f91270bcd81a846d91c3f9a29f638ae1

347751d28850e4f9c3ddd65e8524d826ae589262 authored over 6 years ago
Track the libsparse API change.

libsparse is updating the 'len' parameter, from 'int' to 'size_t', in
the callback parameter of ...

876beb2e0d312a9de2901fb0d52e2ffa06e8ea87 authored almost 7 years ago
Snap for 4742838 from 76cfef4f4050ab8c11def0f666710400853a467b to pi-release

Change-Id: I11587c4e2d555fb2d18c275e903ea08483b7025d

3dcc0b11c445eafd7ae2b9e7b35703f91ee7a696 authored almost 7 years ago
fsck.f2fs: fix stack overflow when reading out nat block am: 76cfef4f40

am: 42db5cea23

Change-Id: I3facc1d708132c2b07f054c69513a169b05e1538

968e3a6c982f41ce489bd93e7aa9f32becfd5438 authored almost 7 years ago
fsck.f2fs: fix stack overflow when reading out nat block

am: 76cfef4f40

Change-Id: Id9517a1fc3776b682839733f2d8b20cd48ca167c

42db5cea23eb2ff380d0286a97f0ba4ef41d3dc7 authored almost 7 years ago
fsck.f2fs: fix stack overflow when reading out nat block am: 127b048ffd am: 57c7cfb8d2

am: b2f310db08

Change-Id: I6387ca8aba7ef32cf31c375f53c4f6691ca9594f

10f1c13954148749d2f00701c21fb85825d49169 authored almost 7 years ago
fsck.f2fs: fix stack overflow when reading out nat block

The size of nat_block is less then 4KB, resulting in stack overflow by dev_read.

Bug: 78349418
...

76cfef4f4050ab8c11def0f666710400853a467b authored almost 7 years ago
fsck.f2fs: fix stack overflow when reading out nat block am: 127b048ffd

am: 57c7cfb8d2

Change-Id: Iccae9a8c8cad98b3372378fe641f28ca2ca255e6

b2f310db08d7aee7e2646ea389a948541eee5435 authored almost 7 years ago
fsck.f2fs: fix stack overflow when reading out nat block

am: 127b048ffd

Change-Id: Ia7871ab1512baccf91449b2938e1560e4c8d20a9

57c7cfb8d2ae2755694ee8a81714f09facd81b90 authored almost 7 years ago
fsck.f2fs: fix stack overflow when reading out nat block

The size of nat_block is less then 4KB, resulting in stack overflow by dev_read.

Reviewed-by: C...

127b048ffd9a0e0a1f2a4631ee89376aedaddb13 authored almost 7 years ago
fsck.f2fs: fix stack overflow when reading out nat block

The size of nat_block is less then 4KB, resulting in stack overflow by dev_read.

Reviewed-by: C...

3bea8984674c4093d157919d7635296e1003fad9 authored almost 7 years ago
Snap for 4719555 from 9c6f4e4f89ee8b23bb2a05486e8aaa0db8182e82 to qt-release

Change-Id: I461d6bc282ecbc452d3332c25ecea183d4636d60

9526c0d1b8eeee5a8028135f38bacdcab01bcb69 authored almost 7 years ago
Snap for 4713750 from 7a2c1cd470d52ce51c9f7bdbc4b6ccf59126f585 to pi-release

Change-Id: I4252da7bfa13b9dee17f4fada3bbf1fb5724e141

5567ce8e5ccae841268cbae94f4b0554d23d2aa4 authored almost 7 years ago
mkfs.f2fs: support fsverity feature am: 7a2c1cd470

am: 2131fa5dc7

Change-Id: Ic12dc8cb64bfe6cad18160894c4d4cf37f5d06ce

9c6f4e4f89ee8b23bb2a05486e8aaa0db8182e82 authored almost 7 years ago
mkfs.f2fs: support fsverity feature

am: 7a2c1cd470

Change-Id: I39db47955429e60be75018ccf083a273661402f7

2131fa5dc799841a5f533ffc2a269ba194b3116f authored almost 7 years ago
Snap for 4707145 from 70f85d9965fc76e37f7ec59d10ff236ef80dd2b9 to qt-release

Change-Id: I55ad08307b5cb2e1da545a8110b7774e66917ddd

1a983c4925df3e1268ae24e41091468e76699aa5 authored almost 7 years ago
mkfs.f2fs: support fsverity feature am: 2867adcda4 am: 12aaf1390d

am: 14acefcdd8

Change-Id: Ifbc5c14f1894fa506620a175df4b42764229e133

70f85d9965fc76e37f7ec59d10ff236ef80dd2b9 authored almost 7 years ago
mkfs.f2fs: support fsverity feature am: 2867adcda4

am: 12aaf1390d

Change-Id: I220801c366dd3252b27758f3c8db412a6bb2d213

14acefcdd8da37690fd3b0b60c6c4435cd3edb09 authored almost 7 years ago
mkfs.f2fs: support fsverity feature

am: 2867adcda4

Change-Id: Ia3ccf074879abc0d1bb6a081455a4410c666a53c

12aaf1390de8549e8e4d11e9da6926cfb4de1cb3 authored almost 7 years ago
mkfs.f2fs: support fsverity feature

This is aligned to f2fs which reserves fsverity feature bit.

Bug: 74604441
Bug: 67380979
Change...

7a2c1cd470d52ce51c9f7bdbc4b6ccf59126f585 authored almost 7 years ago
Snap for 4704169 from c5b14058fea6c96328707945825c09efeb235903 to qt-release

Change-Id: I94b2f85da0516591c4ad8cc5c2598d5b598e78e4

f17ac087282ac49cce7308ef5910d6b077628180 authored almost 7 years ago
mkfs.f2fs: support fsverity feature

This is aligned to f2fs which reserves fsverity feature bit.

Signed-off-by: Jaegeuk Kim <jaegeu...

2867adcda4424501874d17e449ac26caa5766d6e authored almost 7 years ago
Snap for 4701683 from a28082b41a9b505ad4c229e7c55ae710c8cf5fc9 to pi-release

Change-Id: Ibe123136e62272058023cfd43836e5cc532e6202

f98a02e0287b12f4218a2984f3b322df98e8dcb1 authored almost 7 years ago
mkfs.f2fs: support fsverity feature

This is aligned to f2fs which reserves fsverity feature bit.

Signed-off-by: Jaegeuk Kim <jaegeu...

76cd37753a5a9121b9d45ffa4fd1fa390b14c134 authored almost 7 years ago
f2fs-tools: use pointer and memory alloaction instead of defining "structure stat" in function stack

Problem:
Function f2fs_dev_is_unmounted() and get_device_info() define local
variable "struct st...

865a3ead184e3d578b641eea90b4c68533f93ff5 authored almost 7 years ago
check_f2fs: fix build error in abfarm474 am: 20aec61ded am: 69a3da94cd

am: 7ac718757d

Change-Id: I285495eecdb05e8fb066e17015707ae107110082

c5b14058fea6c96328707945825c09efeb235903 authored almost 7 years ago
check_f2fs: fix build error in abfarm474 am: 20aec61ded

am: 69a3da94cd

Change-Id: Idad045ec17c0950e313aa869d48dc71c190434fd

7ac718757d1a79ef5de88a660f9b5953e32b91a9 authored almost 7 years ago
check_f2fs: fix build error in abfarm474

am: 20aec61ded

Change-Id: Ic82a30f92ef2c8eb22db69ddf1e9592b1583da8f

69a3da94cd5743b46b5f2450c50874d11e7607f8 authored almost 7 years ago
check_f2fs: fix build error in abfarm474 am: a28082b41a

am: e7f084e10e

Change-Id: I38e55b5fc0aa879bed103303c79ca9851bfda871

e5bc183aae3fdcf17cece48428b22922d15ea118 authored almost 7 years ago
check_f2fs: fix build error in abfarm474

am: a28082b41a

Change-Id: Iee0de6ca90de5fa501030af81c0de1c52d9001a1

e7f084e10eb7ef94fee6ea30e33415e776ce9fd3 authored almost 7 years ago
check_f2fs: fix build error in abfarm474

This patch fixes this build error:

error: comparison of integers of different signs: 'long long...

20aec61dede33da69eeeae5bc6ccf98880cb0b9a authored almost 7 years ago
check_f2fs: fix build error in abfarm474

This patch fixes this build error:

error: comparison of integers of different signs: 'long long...

a28082b41a9b505ad4c229e7c55ae710c8cf5fc9 authored almost 7 years ago
[automerger skipped] f2fs-tools: use pointer and memory alloaction instead of defining "structure stat" in function stack am: ca7f0e35e8 -s ours

am: eedd861bba -s ours

Change-Id: Ib825d911bf0fa6bff526f8931417b15e62ccc400

0e780333312cb29a1571e8a202d9aaef5fd561b9 authored almost 7 years ago
f2fs-tools: use pointer and memory alloaction instead of defining "structure stat" in function stack am: 85fe5ff277 am: d846ef9591

am: b9ce15579a

Change-Id: Ibd144e222d302a22a4d2fbd761e1c8526cdee3b5

70268a4e020e4c5a08354e05c7a53bcb018a850f authored almost 7 years ago
[automerger skipped] libf2fs,mkfs.f2fs: add wanted_sector_size for wanted_total_sectors am: d27c0b0255 -s ours

am: 92beb0c66c -s ours

Change-Id: I548978fe826838a8095b99a3a5957beb2648e81e

437c06d97489aaadeddffcabad455eaa5fa223de authored almost 7 years ago