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

Add support for passing FUSE file descriptors as mount point #1103

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Nov 12, 2024

  1. Update vendored fuser to e7dfd3b

    Signed-off-by: Burak Varli <[email protected]>
    unexge committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4eaf3e4 View commit details
    Browse the repository at this point in the history
  2. Add support for passing FUSE file descriptors as mount point

    Signed-off-by: Burak Varli <[email protected]>
    unexge committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    226544b View commit details
    Browse the repository at this point in the history
  3. Fix Clippy warnings

    Signed-off-by: Burak Varli <[email protected]>
    unexge committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    81899b5 View commit details
    Browse the repository at this point in the history
  4. Conditionally compile Linux specific parts

    Signed-off-by: Burak Varlı <[email protected]>
    unexge committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    221a266 View commit details
    Browse the repository at this point in the history
  5. Fix imports

    Signed-off-by: Burak Varli <[email protected]>
    unexge committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6dc0982 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    999c61d View commit details
    Browse the repository at this point in the history
  7. Fix clippy warnings

    Signed-off-by: Burak Varli <[email protected]>
    unexge committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2cc5e82 View commit details
    Browse the repository at this point in the history
  8. Make sure to clear FD_CLOEXEC flag on FUSE fd in fork tests

    Signed-off-by: Burak Varlı <[email protected]>
    unexge committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b28d468 View commit details
    Browse the repository at this point in the history
  9. Warn about ignored mount options

    Signed-off-by: Burak Varlı <[email protected]>
    unexge committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    10ddd10 View commit details
    Browse the repository at this point in the history
  10. Add an example script

    Signed-off-by: Burak Varli <[email protected]>
    unexge committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    434ef61 View commit details
    Browse the repository at this point in the history
  11. Remove unused import

    Signed-off-by: Burak Varli <[email protected]>
    unexge committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9944e51 View commit details
    Browse the repository at this point in the history
  12. Make sure to unmount pre-existing mount first

    Signed-off-by: Burak Varli <[email protected]>
    unexge committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d8047e5 View commit details
    Browse the repository at this point in the history
  13. Add missing comments to functions

    Signed-off-by: Burak Varli <[email protected]>
    unexge committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d366b44 View commit details
    Browse the repository at this point in the history
  14. Add CHANGELOG entry

    Signed-off-by: Burak Varli <[email protected]>
    unexge committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5d56afd View commit details
    Browse the repository at this point in the history