Ticket #72 (assigned enhancement)
Write back file system data from block cache to the block device periodically
| Reported by: | jermar | Owned by: | jermar |
|---|---|---|---|
| Priority: | major | Milestone: | 0.5.1 |
| Component: | helenos/lib/block | Version: | mainline |
| Keywords: | fs libblock | Cc: | |
| Blocker for: | Depends on: | ||
| See also: |
Description (last modified by jermar) (diff)
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
comment:1 Changed 3 years ago by jermar
- Summary changed from Propagate file system data from block cache to the block device to Write back file system data from block cache to the block device
Note: See
TracTickets for help on using
tickets.
