← findnix.eu
🎬 exquisite.tube exquisite.tube

[2021] logstor - A Log structured user level GEOM layer - Wuyang Chung

⏱ 37:25 🌐 exquisite.tube

Most file systems today are write-in-place file system. This kind of file system will generate random writes to the underlying storage device and random writes are bad for both hard disk and flash disk. On the other hand, log-structured file system is a copy-on-write file system. The new written data are appended to the end of the log so it writes data sequentially. Logstor is a user level GEOM layer that can be inserted between the file system and the storage device. It uses the same principle of log-structured file system, that is the data are always appended to the end of the log, so it can also transform random writes from file system above to sequential writes to the underlying storage device. Logstor can make any file system a log-structured file system when that file system is created on it. Also if the logstor commands snapshot and commit are implemented, it can make the file system run faster by not having to sync file system’s metadata frequently. Please check https://github

β†—https://exquisite.tube/w/krkHHJMgtukRXE6Dh7bALM
Filesystem EuroBSDcon BSD FreeBSD Development
Indexiert von findnix.eu Β· Eigene Seite einreichen