Expand description
Binary serialization helpers for WAL entry persistence. Serialization helpers for WAL entry persistence.
Structs§
- OpGuard
- RAII guard that completes a serialized inode operation on drop.
- Path
Guard - RAII guard that releases a path-level lock on drop.
- Serialization
Engine - Ticket-based serialization engine ensuring strict per-inode operation ordering.
Enums§
- OpKind
- Classification of serialized operations for WAL conflict detection.