Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • K KIOFuse
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SystemSystem
  • KIOFuse
  • Merge requests
  • !2

Addition of support of IO via KIO::open

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alexander Saoutkin requested to merge asaoutkin/kio-fuse:FileJobCombo into master Oct 24, 2019
  • Overview 102
  • Commits 55
  • Pipelines 0
  • Changes 10

This implements support for the use of KIO::open (FileJob) instead of the cache based solution we have now, for slaves that support KIO::open. This allows arbitrary random access (seeking) of files, instead of the sequential access that the cache-based solution offers.

At the time of writing, only the file, smb and sftp slaves support the use of KIO::open.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: FileJobCombo