device_google_gs-common/storage
Bart Van Assche fbf228931c Make foreground and background I/O priority different
Assign a higher I/O priority to foreground I/O compared to background
I/O to improve responsiveness of the foreground app.

The command below shows that this CL has the intended effect on a device
with kernel 5.10:

    $ adb shell 'cd /dev/blkio && grep -aH . blkio.prio.class background/blkio.prio.class'
    blkio.prio.class:none-to-rt
    background/blkio.prio.class:restrict-to-be

From a device with an Android 6.1 kernel:

    $ grep -aH . blkio.prio.class background/blkio.prio.class'
    blkio.prio.class:promote-to-rt
    background/blkio.prio.class:restrict-to-be

Bug: 347109476
Change-Id: I6f1ea6a89a8dfaa223e8d2a82917b4de2d7bf1cf
Signed-off-by: Bart Van Assche <bvanassche@google.com>
2024-06-14 14:29:23 -07:00
..
sepolicy Move sg_device related policy 2023-11-22 14:35:02 +08:00
Android.bp storage: turn off pixel storage debugging code on user builds 2023-08-07 23:37:06 +00:00
dump_storage.cpp storage: dump UFS error history when capturing bugreport 2023-10-23 06:59:04 +00:00
init.storage.rc Make foreground and background I/O priority different 2024-06-14 14:29:23 -07:00
storage.mk Storage: refactor dump_storage 2023-08-02 10:21:03 +08:00