utsaslab / WineFS

WineFS (SOSP 21): a huge-page aware file system for persistent memory
34 stars 2 forks source link

Issue 1 fix #7

Closed rohankadekodi closed 2 years ago

rohankadekodi commented 2 years ago

Adding a fence for strong guarantees for pmfs_file_write_fast() after the size and modified time is changed.

hayley-leblanc commented 2 years ago

looks good to me!