Write back file system data from block cache to the block device periodically
Currently, the file system modified data ends up in the block cache and is not being written back to the block device.
With the addition of unmount support, data do eventually get written back, but it would be beneficial to write back the data periodically in 10s intervals or so.
Change History
(8)
Summary: |
Propagate file system data from block cache to the block device → Write back file system data from block cache to the block device
|
Owner: |
set to Jakub Jermář
|
Status: |
new → assigned
|
Type: |
defect → enhancement
|
Description: |
modified (diff)
|
Summary: |
Write back file system data from block cache to the block device → Write back file system data from block cache to the block device periodically
|