Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
79dd143e5fe135632963f02c186c63c300eb0bb1
/
fs_mgr
4c28ca1
Merge "fs_mgr_verity: support updating actual block device path in verity table"
by Treehugger Robot
· 7 years ago
c3eca50
fs_mgr_verity: support updating actual block device path in verity table
by Bowgo Tsai
· 7 years ago
06ed613
first stage mount: removing the restriction of mount points
by Bowgo Tsai
· 7 years ago
28c11dc
Merge "fs_mgr: Fix ZRAM error when ZRAM disk size beyond (2^31-1) bytes"
by Treehugger Robot
· 7 years ago
f7d1014
fs_mgr: Fix ZRAM error when ZRAM disk size beyond (2^31-1) bytes
by Jinguang Dong
· 7 years ago
02a5108
Respect that status property when parsing fstab from device tree
by Sandeep Patil
· 8 years ago
59af33c
fs_mgr: fix SIGSEGV when ostream << nullptr
by Bowgo Tsai
· 8 years ago
3d33dae
Merge "fs_mgr: convert libfs_mgr to Android.bp"
by Tom Cherry
· 8 years ago
6879cc1
fs_mgr: support different dm-verity error modes
by Bowgo Tsai
· 8 years ago
37b5ada
fs_mgr: convert libfs_mgr to Android.bp
by Tom Cherry
· 8 years ago
7ea2c28
fs_mgr: Update for new libavb API.
by David Zeuthen
· 8 years ago
cdad92f
Merge "first stage mount: removing the requirement of by-name prefix for AVB"
by Treehugger Robot
· 8 years ago
20651f6
first stage mount: removing the requirement of by-name prefix for AVB
by Bowgo Tsai
· 8 years ago
77cbfd6
fs_mgr_verity: fix androidboot.veritymode=enforcing doesn't work
by Bowgo Tsai
· 8 years ago
1140954
fs_mgr_avb: allow verification error when the device is unlocked
by Bowgo Tsai
· 8 years ago
9519688
use passed blk dev name for quota / super block check
by Keun-young Park
· 8 years ago
16c6fd1
fs_mgr: Clear AvbOps struct.
by David Zeuthen
· 8 years ago
0914d2b
Merge "fs_mgr: code clean up"
by Treehugger Robot
· 8 years ago
359bed3
fs_mgr: code clean up
by Bowgo Tsai
· 8 years ago
48fdc29
fs_mgr: set "partition.system.verified" when AVB is used in a A/B device
by Bowgo Tsai
· 8 years ago
73fbf0e
fs_mgr: remove the repetitive and annoying bootconfig error print
by Sandeep Patil
· 8 years ago
40db04d
run e2fsck -f selectively with mount retry
by Keun-young Park
· 8 years ago
d73be1b
libcutils: compile with BOARD_VNDK_VERSION current
by Steven Moreland
· 8 years ago
1a898c2
Set libavb version into system property for Treble OTA
by Bowgo Tsai
· 8 years ago
82bd278
Merge "check ext4 magic before running next steps"
by Keun-young Park
· 8 years ago
aaf70e7
fs_mgr: support AVB in fs_mgr_update_verity_state()
by Bowgo Tsai
· 8 years ago
6000a3f
check ext4 magic before running next steps
by Keun-young Park
· 8 years ago
80d1ad1
fs_mgr: adds/changes some public APIs for early mount in init
by Bowgo Tsai
· 8 years ago
95c966a
fs_mgr_avb: refactors how vbmeta is loaded
by Bowgo Tsai
· 8 years ago
87d0836
fs_mgr: adding fs_mgr_get_slot_suffix() public API
by Bowgo Tsai
· 8 years ago
95e233f
use s_max_mnt_count to detect mke2fs generated partition
by Keun-young Park
· 8 years ago
53108b2
Merge "fs_mgr: removing fs_mgr_read_fstab_with_dt()"
by Treehugger Robot
· 8 years ago
f5bbfd6
fs_mgr_avb_ops: stores the by-name prefix of /misc instead of fstab struct
by Bowgo Tsai
· 8 years ago
37a0b31
fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partition
by Bowgo Tsai
· 8 years ago
acc1c3c
fs_mgr: removing fs_mgr_read_fstab_with_dt()
by Bowgo Tsai
· 8 years ago
0f34094
fs_mgr: change the log level in fs_mgr_get_boot_config()
by Bowgo Tsai
· 8 years ago
ea057b4
Merge "fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partition"
by Treehugger Robot
· 8 years ago
9c59029
Merge "fs_mgr: use different fstab paths for normal/recovery boot"
by Tao Bao
· 8 years ago
d05a2f7
fs_mgr: use different fstab paths for normal/recovery boot
by Bowgo Tsai
· 8 years ago
97db080
fs_mgr_avb: fix return value check of fs_mgr_get_boot_config()
by Bowgo Tsai
· 8 years ago
b016896
fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partition
by Bowgo Tsai
· 8 years ago
9c7ae58
fs_mgr: update to new androidboot.slot param
by Fernando Lugo
· 8 years ago
ce9d7db
fs_mgr: allow using legacy A/B suffix
by Fernando Lugo
· 8 years ago
d1dcedd
fs_mgr: adapt to new A/B support
by Fernando Lugo
· 8 years ago
e989a22
fs_mgr: remove private/android_filesystem_config.h
by Mark Salyzyn
· 8 years ago
172c1d8
fs_mgr: change the log level in fs_mgr_read_fstab_dt()
by bowgotsai
· 8 years ago
488525b
Merge "fs_mgr: fix errno setted by mount_with_alternatives"
by Treehugger Robot
· 8 years ago
5c31ffe
fs_mgr: fix errno setted by mount_with_alternatives
by NIEJuhu
· 8 years ago
46c6dc1
fs_mgr: support reading fstab file from /odm or /vendor partition
by Bowgo Tsai
· 8 years ago
47d3427
fs_mgr: add fs_mgr_read_fstab_with_dt() API
by Bowgo Tsai
· 8 years ago
3fbf94e
collect fs stat for ext4
by Keun-young Park
· 8 years ago
7ad3159
fs_mgr: allow disable dm-verity when the device is unlocked without metadata
by Bowgo Tsai
· 8 years ago
e7a1b37
fs_mgr: make is_device_secure() work even in the absence of properties.
by Sandeep Patil
· 8 years ago
4d71bc5
fs_mgr: fix const parameter in fs_mgr_do_tmpfs_mount
by Wei Wang
· 8 years ago
4cd9a46
fs_mgr: refactor: consolidate device tree file reading in one place
by Sandeep Patil
· 8 years ago
e396c60
fs_mgr: consolidate DT compatible check
by Sandeep Patil
· 8 years ago
c20c0c2
early_mount: fs_mgr: move all fstab logic into fs_mgr
by Sandeep Patil
· 8 years ago
9de748f
fs_mgr: add a generic fs_mgr_get_boot_config internal API
by Sandeep Patil
· 8 years ago
05ff38b
init: early_mount: disallow partitions to be verified at boot
by Sandeep Patil
· 8 years ago
4129f20
fs_mgr: make fs_mgr_setup_verity public API
by Sandeep Patil
· 8 years ago
d246257
fs_mgr: fix the fs_mgr_setup_verity param name
by Sandeep Patil
· 8 years ago
56f9ada
fs_mgr: add fs_mgr_do_mount_one() API
by Sandeep Patil
· 8 years ago
4caf4c0
Fix-up coding style
by Bowgo Tsai
· 8 years ago
d529d9d
fs_mgr: remove code that gets slot_suffix from misc partition
by Sandeep Patil
· 8 years ago
2517da9
Revert "e2fsck: drop -f when TARGET_USES_MKE2FS is enabled"
by Keun-young Park
· 8 years ago
1549257
Merge changes from topic 'pre-early-mount'
by Treehugger Robot
· 8 years ago
35403eb
init: early_mount: add support to mount non-verity partitions early
by Sandeep Patil
· 8 years ago
72ffff7
fs_mgr: removing the dependency of requiring /vbmeta in fstab for AVB
by bowgotsai
· 8 years ago
183ca56
Merge "fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h>"
by Treehugger Robot
· 8 years ago
47878de
fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h>
by bowgotsai
· 8 years ago
ce25baf
fs_mgr_verity: correct dm_target_spec->next
by bowgotsai
· 8 years ago
cea7ea7
Switch fs_mgr/*.c to C++.
by bowgotsai
· 8 years ago
b51722b
fs_mgr: support using libavb to enable dm-verity
by bowgotsai
· 8 years ago
46fec48
Add eraseblk and logicalblk fs_mgr flags
by Connor O'Brien
· 8 years ago
d945f27
Merge "fs_mgr: fix clang static analyzer warning"
by Treehugger Robot
· 8 years ago
8b7eb7b
fs_mgr: fix clang static analyzer warning
by Jin Qian
· 8 years ago
ebeaa67
Remove fs_mgr's bogus external/openssl/include LOCAL_C_INCLUDES entry.
by Elliott Hughes
· 8 years ago
47aa2a7
fs_mgr: use std::string for function parameters in fs_mgr_dm_ioctl.cpp
by bowgotsai
· 8 years ago
3de625d
fs_mgr: moves common functions out of fs_mgr_verity.cpp
by bowgotsai
· 8 years ago
7e0b322
Merge changes from topic 'host_suffix_cleanup'
by Alex Deymo
· 8 years ago
b0c3959
Remove "_host" and "_static" suffix from libsparse definition.
by Alex Deymo
· 8 years ago
705353a
Remove "_static" and "_host" suffix from libext4_utils.
by Alex Deymo
· 8 years ago
17f248d
fs_mgr: Fix disable-verity for verifyatboot partitions
by Prashant Malani
· 8 years ago
2cdc67e
fs_mgr: Add support for at-boot verification
by Prashant Malani
· 8 years ago
22e8199
e2fsck: drop -f when TARGET_USES_MKE2FS is enabled
by Keun-young Park
· 8 years ago
abc26ed
Merge "fs_mgr: add verify_dev flag to fs_mgr_setup_verity()"
by Treehugger Robot
· 8 years ago
c5c0306
modify a minor error in mount_with_alternatives
by forfun
· 8 years ago
ecfce13
fs_mgr: add verify_dev flag to fs_mgr_setup_verity()
by Hung-ying Tyan
· 8 years ago
6d89610
Add fs_mgr option to enable/disable quotas.
by Jeff Sharkey
· 8 years ago
9a0fd1d
fs_mgr: support to reserved some blocks for an ext2/3/4 partition.
by liminghao
· 8 years ago
960584e
Merge "fs_mgr: change MF_MAX_COMP_STREAMS define to match internal master"
by Jin Qian
· 8 years ago
0067e03
fs_mgr: change MF_MAX_COMP_STREAMS define to match internal master
by Jin Qian
· 8 years ago
3c4dfb6
Merge "Add support for max_comp_streams option for zram" am: a9ea1e4d99
by Peter Enderborg
· 8 years ago
4d217f0
Add support for max_comp_streams option for zram
by Peter Enderborg
· 8 years ago
905948e
fs_mgr: fix clang static analyzer warning
by Jin Qian
· 8 years ago
496e667
Merge "Make sure wait for the dm device" am: d70a5feb60
by Wei Wang
· 8 years ago
dba750e
Make sure wait for the dm device
by Wei Wang
· 8 years ago
82ce1f1
fs_mgr: use __android_log_is_debuggable() am: e528be5e7d
by Mark Salyzyn
· 8 years ago
e528be5
fs_mgr: use __android_log_is_debuggable()
by Mark Salyzyn
· 9 years ago
6efc7a7
Merge "Update the header path for ext4_utils." am: 5bc3ce85cf am: 148b85b050
by Tao Bao
· 8 years ago
Next »