8000 Comparing bazil:master...getcfs:master · bazil/fuse · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazil/fuse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: getcfs/fuse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 20 files changed
  • 2 contributors

Commits on May 11, 2016

  1. Add AutoInvalData Mount Option

    wreese committed May 11, 2016
    Configuration menu
    Copy the full SHA
    aff3a66 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2016

  1. Decrease the buffer size to reduce memory usage

    The linux kernel will not send a write greater than 128KB.  Dropping this value from 16MB to 128KB lowers fuse client memory usage by 10X or more.
    wreese committed May 15, 2016
    Configuration menu
    Copy the full SHA
    232d264 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Merge pull request #1 from wreese/master

    Fix memory allocation and add cache invalidation flag.
    wreese committed May 17, 2016
    Configuration menu
    Copy the full SHA
    af216d8 View commit details
    Browse the repository at this point in the history
  2. Rewriting import.

    root committed May 17, 2016
    Configuration menu
    Copy the full SHA
    c9529e5 View commit details
    Browse the repository at this point in the history
  3. Renaming imports.

    root committed May 17, 2016
    Configuration menu
    Copy the full SHA
    c9b38fb View commit details
    Browse the repository at this point in the history
  4. Removing canonical imports

    root committed May 17, 2016
    Configuration menu
    Copy the full SHA
    62e41a2 View commit details
    Browse the repository at this point in the history
Loading
0