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

Bitbucket: outstanding operations to implement #21

Open
fsgeek opened this issue Jun 17, 2020 · 2 comments
Open

Bitbucket: outstanding operations to implement #21

fsgeek opened this issue Jun 17, 2020 · 2 comments
Assignees
Labels
Bitbucket Bitbucket file system specific issue enhancement New feature or request

Comments

@fsgeek
Copy link
Owner

fsgeek commented Jun 17, 2020

This is the list of calls that remain to be implemented as of June 17, 2020:

  • mknod (fifo, socket, block dev, char dev),
  • bmap
  • copy_file_range
  • fallocate,
  • flock,
  • getlk,
  • link,
  • listxattr,
  • lseek,
  • mknod,
  • poll,
  • removexattr,
  • rename,
  • retrieve_reply,
  • setlk,
  • setxattr,
  • statfs,

Should probably create issues for each of these, but I'm being lazy but I didn't want to lose this list, either.

@fsgeek fsgeek self-assigned this Jun 17, 2020
@fsgeek fsgeek added Bitbucket Bitbucket file system specific issue enhancement New feature or request labels Jun 17, 2020
@fsgeek
Copy link
Owner Author

fsgeek commented Jun 17, 2020

To trigger statfs, all you need to do is a df (without arguments).

@fsgeek
Copy link
Owner Author

fsgeek commented Jun 18, 2020

Commit 88bbac9 adds statfs and copy_file_range

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

No branches or pull requests

1 participant