summaryrefslogtreecommitdiff
path: root/storaged
AgeCommit message (Expand)Author
2023-12-11Update storaged to use Health AIDL HAL V3.David Anderson
2023-05-05Added defaults for storaged fuzzersPawan Wagh
2023-04-24Adding fuzzers for StoragedService and StoragedPrivateServicePawan Wagh
2023-02-13storaged: use correct accumulate variable for publishing disk statsDavid Munoz Constantine
2023-01-21storage: Update health AIDL HAL to V2Jack Wu
2023-01-11Suppress clang-analyzer-security.FloatLoopCounter warningsChih-Hung Hsieh
2022-09-25storaged: Fix deprecated usages of protobuf API.Krzysztof KosiƄski
2022-05-18storaged: Avoid divide-by-zero in performance measurementMatthew Duggan
2022-03-22storaged: Fix double ownership for HealthInfoCallback.Yifan Hong
2021-12-11Merge "storaged: Fix bug in empty check"Treehugger Robot
2021-12-08storaged: Fix bug in empty checkGreg Kaiser
2021-12-08storaged: skip disk_stats test if not supported.Yifan Hong
2021-12-06storaged: use health HALYifan Hong
2021-12-06storaged: test do not crash on cuttlefish.Yifan Hong
2021-09-15libbinder: split out PackageManagerNative aidlSamiul Islam
2021-06-29storaged: remove unused libsysutils depSteven Moreland
2021-06-24Replace writepid with task_profiles command for cgroup migrationSuren Baghdasaryan
2021-02-19[LSC] Add LOCAL_LICENSE_KINDS to system/coreBob Badour
2021-02-16Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core"Elliott Hughes
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to system/coreBob Badour
2020-12-15storaged: protect global proto_loadedMark Salyzyn
2020-03-18storaged: ignore SIGPIPETom Cherry
2020-02-11storaged:Thread out of sync will cause null pointer crashshaozhongqi
2020-01-10storaged: replace LOG_TO() macros with LOG()Tom Cherry
2019-09-05Remove libhwbinder/libhidltransport depsSteven Moreland
2019-08-16Do not access ext_csd register in debugfs from storagedHridya Valsaraju
2019-08-02Merge "Fix storaged memory leak"David Anderson
2019-01-16Remove liblog's rate limitingTom Cherry
2018-11-20storaged: emplace recent_perf in load_perf_history_protoMark Salyzyn
2018-11-01Fix storaged memory leakJoe Yu
2018-10-08Move system/core/ off NO_ERROR.Elliott Hughes
2018-09-14Match src paths with aidl package nameDan Willemsen
2018-09-13storaged: change log level for health HAL callsYifan Hong
2018-08-21storaged: Cap io_history when loading stats from disk.David Anderson
2018-08-21storaged: Don't duplicate uid_records from proto files.David Anderson
2018-08-21storaged: Fix-up private variable names in uid_monitor.David Anderson
2018-07-17storaged: fix headers.Yifan Hong
2018-04-12Merge "storaged: lower capabilities in init" am: 183b575e78David Anderson
2018-04-12Merge "storaged: lower capabilities in init"Treehugger Robot
2018-04-12Merge "storaged: update OWNERS" am: ffc325a3b2David Anderson
2018-04-11storaged: update OWNERSDavid Anderson
2018-04-11storaged: lower capabilities in initDavid Anderson
2018-04-06Merge "storaged: remove unused includes" am: 0289f35b83David Anderson
2018-04-05storaged: remove unused includesDavid Anderson
2018-04-02Merge "storaged: fix divide-by-zero when updating history" into pi-devDavid Anderson
2018-03-27storaged: fix divide-by-zero when updating historyDavid Anderson
2018-03-23Merge "storaged: owner adjustment" am: 387319307aMark Salyzyn
2018-03-23storaged: owner adjustmentMark Salyzyn
2018-01-18health: Modify IHealthInfo Callback interface to return V2.0 HealthInfoHridya Valsaraju
2018-01-18Merge "Provide Recent Disk Perf via IStoraged"TreeHugger Robot