• J
    Create raw storage files with O_DSYNC · a82a87f2
    Jiri Denemark 提交于
    When creating preallocated large raw files opening them with O_DSYNC
    prevents long delays in reading because cache pages can be immediately
    reused without writing them on a disk first.
    a82a87f2
storage_backend.c 45.1 KB