WineFS
WineFS copied to clipboard
WineFS (SOSP 21): a huge-page aware file system for persistent memory
This makes the xattr syscalls read-only and crash consistent. Fix #24
Hello, I discovered multiple questionable to bugged code places in xattr.c: - If a directory gets the file_type flag due to its content, the flag is only visible if a...
Hello, I discovered a similar bug to #20 but in the unlink operation. If unlink fails after the inode has been written to the truncate list, the truncate list recovery...
Hello, I discovered a potential bug in the truncate mechanism. If the system crashes while an entry is in the truncate list, the operation is repeated during recovery. During this...