summaryrefslogtreecommitdiff
path: root/Applications
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-25 22:05:53 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-25 22:05:53 +0200
commit44673c4f3b092f03ed8607b743903cf03d46b3f2 (patch)
tree79edb1852b226da711099e32dd1c775c22710fd0 /Applications
parente0cdc5db0df929e202b69ff8df9029a564ff7a3c (diff)
downloadserenity-44673c4f3b092f03ed8607b743903cf03d46b3f2.zip
Kernel: Add a write cache to DiskBackedFS.
This way you can spam small write()s on a file without the kernel writing to disk every single time. Flushes are included in the FS::sync() operation and will get triggered regularly by syncd. :^)
Diffstat (limited to 'Applications')
0 files changed, 0 insertions, 0 deletions