fluent / fluent/chunkio

Allow for more file system support by making a choice to use posix_fallocate instead of fallocate

Open
#46 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
29
Forks
19
Avg merge
1d 2h
Merged PRs (30d)
1

Description

In the chunkio code there are system calls to expand files by using the system call "fallocate" that limits usage to certain file system types, this is mainly due to performance reasons.

To support more file systems apart from XFS, ext4 etc, it would be good if there could be an option to use posix_fallocate and let the decision on performance be up to usage and configurable.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.