summaryrefslogtreecommitdiff
path: root/apex/blobstore/service/java/com/android/server/blob/BlobMetadata.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Check only if the app is installed on the other user for blob access."...Sudheer Shanka2021-06-031-3/+21
|\
| * Check only if the app is installed on the other user for blob access.Sudheer Shanka2021-06-011-3/+21
* | Don't attribute a blob to a user if there are leasees from other users.Sudheer Shanka2021-06-021-0/+13
|/
* Revert "Add API to allow apps with location permission to access data blobs."Sudheer Shanka2021-05-171-4/+3
* Allow certain apps to access blobs across users.Sudheer Shanka2021-04-121-64/+180
* Add API to allow apps with location permission to access data blobs.Sudheer Shanka2021-03-261-2/+3
* Merge "Update language to comply with Android’s inclusive language guidance...Sudheer Shanka2021-01-131-1/+1
|\
| * Update language to comply with Android’s inclusive language guidance.Sudheer Shanka2021-01-111-1/+1
* | Replace manual creation of StatsEvent objects with their appropriate buildSta...Salud Lemus2020-07-141-8/+3
|/
* Merge "Ensure expired leases are ignored and deleted." into rvc-devSudheer Shanka2020-06-251-18/+38
|\
| * Ensure expired leases are ignored and deleted.Sudheer Shanka2020-06-251-18/+38
* | Revoke any open fds when deleting a session/blob.Sudheer Shanka2020-06-241-0/+20
|/
* Merge "Make usage of revocable fds for reads configurable." into rvc-devSudheer Shanka2020-06-191-1/+5
|\
| * Make usage of revocable fds for reads configurable.Sudheer Shanka2020-06-181-1/+5
* | Include blob sizes in blob_store service dump.Sudheer Shanka2020-06-161-44/+51
|/
* Merge "Add BlobStore atoms" into rvc-devMichael Wachenschwanz2020-06-131-0/+45
|\
| * Add BlobStore atomsMichael Wachenschwanz2020-06-131-0/+45
* | Move RevocableFileDescriptor creation outside the locked section.Sudheer Shanka2020-06-041-4/+8
|/
* Don't allow expired blobs to be accessed.Sudheer Shanka2020-05-271-1/+4
* Keep track of commit times for each blob.Sudheer Shanka2020-04-091-11/+41
* Restore existing committer info correctly when a new commit fails.Sudheer Shanka2020-03-251-2/+8
* Merge "Delete a blob after the last lease of it is released." into rvc-devSudheer Shanka2020-03-191-18/+46
|\
| * Delete a blob after the last lease of it is released.Sudheer Shanka2020-03-181-18/+46
* | Merge "Dump no. of open fds correctly." into rvc-devSudheer Shanka2020-03-191-13/+36
|\ \ | |/ |/|
| * Dump no. of open fds correctly.Sudheer Shanka2020-03-181-13/+36
* | Add @TestApis getLeasedBlobs() and getLeaseInfo().Sudheer Shanka2020-03-121-0/+20
|/
* Add hidden APIs to query and delete shared blobs.Sudheer Shanka2020-03-091-26/+10
* Merge "Add a limit on how much data an app can acquire a lease on." into rvc-devSudheer Shanka2020-03-061-1/+1
|\
| * Add a limit on how much data an app can acquire a lease on.Sudheer Shanka2020-02-241-1/+1
* | Don't persist description res ids as they are subject to change.Sudheer Shanka2020-03-061-26/+94
|/
* Update BlobStoreMS to augment storage stats with blobs data.Sudheer Shanka2020-02-191-4/+73
* Add a variant of acquireLease() which takes a string description.Sudheer Shanka2020-02-061-20/+42
* Schedule a maintenance job to clean up stale jobs.Sudheer Shanka2020-02-051-12/+24
* Add shell command to clear blobs data.Sudheer Shanka2020-02-011-2/+3
* Delete blobs if there are no active leases on them.Sudheer Shanka2020-01-311-0/+6
* Delete sessions belonging to uninstalled packages.Sudheer Shanka2020-01-231-2/+36
* Persist committed blobs data and any pending sessions.Sudheer Shanka2020-01-231-8/+215
* Implement BlobStoreManagerService.Sudheer Shanka2020-01-201-0/+211