summaryrefslogtreecommitdiff
path: root/Userland/sync.cpp
AgeCommit message (Collapse)Author
2018-12-20Add sync() syscall and a /bin/sync.Andreas Kling
It walks all the live Inode objects and flushes pending metadata changes wherever needed. This could be optimized by keeping a separate list of dirty Inodes, but let's not get ahead of ourselves.