Tadeusz Struk
3b25a439ce
ANDROID: selftests: incfs: Add -fno-omit-frame-pointer
...
Without it incfs/incfs_perf runtime fails in format_signature:
malloc(): invalid size (unsorted)
Aborted
When compiled with gcc version 11.2.0.
Also add check for NULL after the malloc, and remove unneeded
space for uint32_t in signing_section.
Bug: 211066171
Signed-off-by: Tadeusz Struk <tadeusz.struk@linaro.org >
Change-Id: I62b775140e4b89f75335cbd65665cf6a3e0fe964
2022-04-06 17:25:34 +00:00
Paul Lawrence
c178b96af9
ANDROID: Incremental fs: Make compatible with existing files
...
Bug: 166638631
Test: incfs_test passes
Signed-off-by: Paul Lawrence <paullawrence@google.com >
Change-Id: I3b4f61bf881dccd50f05f42326370421945b68db
2020-09-16 15:51:59 +00:00
Paul Lawrence
cb776f4576
ANDROID: Incremental fs: Add .blocks_written file
...
Bug: 162856396
Test: incfs_test passes
Signed-off-by: Paul Lawrence <paullawrence@google.com >
Change-Id: I942582218cdc7741bcff2f264960b76cdfa1bb36
2020-09-10 10:13:08 -07:00
Paul Lawrence
7ab6cf0fec
ANDROID: Incremental fs: Add UID to pending_read
...
Test: incfs_test passes
Bug: 160634477
Signed-off-by: Paul Lawrence <paullawrence@google.com >
Change-Id: Iaf817cf1f7ccd0109b2114b425ea7f26718345ab
2020-08-19 17:13:16 +00:00
Paul Lawrence
d093c9e8e2
ANDROID: Incremental fs: Adding perf test
...
Bug: 156474586
Test: Profile tool runs
Signed-off-by: Paul Lawrence <paullawrence@google.com >
Change-Id: Iff91432f7602fc1e23cf30012c893a99e02c868d
2020-07-29 14:08:37 +00:00
Paul Lawrence
13979ffcd5
ANDROID: Incremental fs: Clean up incfs_test build process
...
Bug: 153557975
Test: incfs_test passes
Signed-off-by: Paul Lawrence <paullawrence@google.com >
Change-Id: I57eef43a5d003e3d89a4c872d21e36376bc580a1
2020-04-09 18:51:36 +00:00
Paul Lawrence
2fb9b719ce
ANDROID: Incremental fs: Fix remount
...
Bug: 153017385
Test: incfs_test passes
Signed-off-by: Paul Lawrence <paullawrence@google.com >
Change-Id: I13f3a3c91d746d725e0e21b1e2bcfe0a64a13716
2020-04-01 23:32:34 +00:00
Paul Lawrence
bc6a70e849
ANDROID: Incremental fs: Remove signature checks from kernel
...
Test: selftests pass
Bug: 133435829
Signed-off-by: Paul Lawrence <paullawrence@google.com >
Change-Id: Ia7e69b1b0176202da4b418ea815b370cbdacd5c2
2020-03-18 16:22:17 +00:00
Eugene Zemtsov
c6819dd778
ANDROID: Initial commit of Incremental FS
...
Fully working incremental fs filesystem
Signed-off-by: Eugene Zemtsov <ezemtsov@google.com >
Signed-off-by: Paul Lawrence <paullawrence@google.com >
Bug: 133435829
Change-Id: I14741a61ce7891a0f9054e70f026917712cbef78
2020-02-04 04:51:09 +00:00