Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.4.0-gamma] Add support for 7.26 #84

Open
wants to merge 7 commits into
base: 0.4.0-gamma
Choose a base branch
from
Open

Conversation

djs55
Copy link

@djs55 djs55 commented Jan 25, 2018

This PR includes support for 7.24, 7.25 and 7.26 and sets the default to 7.26.

The differences are

  • lseek (for SEEK_HOLE and SEEK_DATA)
  • FUSE_PARALLEL_DIROPS: allow parallel lookups and readdir
  • FUSE_HANDLE_KILLPRIV: fs handles killing suid/sgid/cap on write/chown/trunc
  • FUSE_POSIX_ACL: filesystem supports posix acls

Signed-off-by: David Scott <[email protected]>
Signed-off-by: David Scott <[email protected]>
Signed-off-by: David Scott <[email protected]>
The differences between the two versions will become clear in the next
few patches.

Signed-off-by: David Scott <[email protected]>
The new operation (`lseek`) is not yet implemented.

Signed-off-by: David Scott <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant