Code Monkey home page Code Monkey logo

joinfs's Introduction

Copyright 2010, 2011 Matthew Harlan

This is not yet in release form, but it will be soon.

Dependencies:

FUSE
sqlite3
pthreads

joinfs's People

Stargazers

Matthew Harlan avatar Gabriel Parmer avatar

Watchers

Gabriel Parmer avatar Matthew Harlan avatar

joinfs's Issues

Fix SQLITE Autoincrement

Tables can only handle 2^64 inserts into a table when using auto increment instead of 2^64 total entries.

Tables Affected:
keys

Improve Util - Get Datapath

A datapath op should also query for and return the datainode. This should then be used instead of asking the file system by using get_inode.

Non-critical but should be done. Program will still work regardless

Tieing metadata to paths after editing

Possible issues with how emacs performs edits. Possible issues with all programs that backup files in a similar way.

A user opens the file.
Emacs opens file: filetest1.txt
Emacs reads the contents of filetest1.txt into memory.

The user changes the file
Emacs renames filetest1.txt to filetest1.txt~

When a user saves the open file:
Emacs creates a new file and writes the contents of the buffer to it.
Emacs renames the new file to filetest1.txt

Now the metadata is tied to filetest1.txt~ and not filetest1.txt.

memory leaks

rewrote string allocation code to copy path items
need to go through all source code and free items

segfault in rename during dynamic file rename

rename /dirtest1/.goutputstream-BXSWRV /dirtest1/foldertest2.txt
----Renamed from:/home/joinfs/git/joinFS/demo/queries/dirtest1/.goutputstream-BXSWRV, inode:1573473, to:/home/joinfs/git/joinFS/demo/queries/dirtest1/foldertest2.txt, new_inode1573473, mode:00x81a4
*** glibc detected *** ./joinfs: free(): invalid pointer: 0x000000000116fea0 ***

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.