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: nitmir/CacheFS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cfoucher/CacheFS
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.
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 17, 2016

  1. Cleaned up some of the code. Made cache limit soft limit (can go over…

    … specified size if multiple files are open and consume enough space), made it multithreading safe (not sure if it's an improvement or not yet), and started work on a read ahead option to read file into cache before it is access - but this needs to be re-implemented
    cfoucher committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    0b2f4a9 View commit details
    Browse the repository at this point in the history
  2. Removed all read ahead code (needs to be re-thought out). Fixeds some…

    … issues with multithreading not closing db connections.
    cfoucher committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    bfc9c2a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. some more small fixes

    cfoucher committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    d9bc873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a8064b View commit details
    Browse the repository at this point in the history
Loading