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

Missing functionality #37

Open
saidsay-so opened this issue Jul 6, 2022 · 2 comments
Open

Missing functionality #37

saidsay-so opened this issue Jul 6, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@saidsay-so
Copy link
Owner

pjdfstest covers a ton of control-path functionality, but there's some stuff that it doesn't touch. This is a metabug to track its gaps.

* [ ]  file handle access with fhopen(2) etc.  Used by userspace NFS servers.

* [ ]  POSIX.1e ACLs

* [ ]  NFSv4 ACLs

* [ ]  Advisory locking with flock(2) or fcntl(2)

* [ ]  Extended attributes ([enhancement request: extended attributes #52](https://github.com/pjd/pjdfstest/issues/52))

* [ ]  Any kind of datapath access (lseek, read, write, mmap, copy_file_range, and hole-punching)

* [ ]  Tricky readdir corner cases.  telldir/seekdir, etc.

pjd#60 (comment)

@saidsay-so saidsay-so added the enhancement New feature or request label Jul 6, 2022
@asomers
Copy link
Collaborator

asomers commented Jul 6, 2022

To be clear, this is beyond the scope of GSoC.

@saidsay-so
Copy link
Owner Author

Yes, that's why I haven't set a milestone for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants