index
:
foofs
master
A flexible distributed encrypted filesystem which focuses on redundancy and local speed, with an eventual-consistency guarantee.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-07-18
Fix race condition in local-write-block.
David Barksdale
2012-07-18
Make truncate not clobber :file-table.
David Barksdale
2012-07-05
Use ByteBuffer for better performance.
David Barksdale
2012-07-02
Fix op-write response.
David Barksdale
2012-06-27
Finished writefile.
David Barksdale
2012-06-26
Some work on writefile.
David Barksdale
2012-06-26
Fixed NullPointerException when "length is nil.
David Barksdale
2012-06-25
Got readfile working.
David Barksdale
2012-06-25
Implemented read-block.
David Barksdale
2012-06-25
Implemented base32-encode.
David Barksdale
2012-06-21
Implemented BasicScheduler.
David Barksdale
2012-06-21
fetch-block is realized in the storage scheduler.
David Barksdale
2012-06-21
Added missing copyright notices.
David Barksdale
2012-06-20
Implemented read-file in terms of fetch-block.
David Barksdale
2012-06-19
Implemented encode-block and decode-block.
David Barksdale
2012-06-16
Added crypto functions.
David Barksdale
2012-06-13
Some work on local backend that I'm too tired to finish right now.
David Barksdale
2012-06-13
The start of work on the next phase: the local backend.
David Barksdale
2012-06-11
Implemented symlink and readlink.
David Barksdale
2012-06-11
Some cleanup on the readfile function.
David Barksdale
2012-06-08
Implemented MemoryBackend.rename.
David Barksdale
2012-06-03
Made mkdir a backend op, fixed link count bugs in rmdir.
David Barksdale
2012-05-24
assoc-in achievement unlocked. Cleaned up a bit.
David Barksdale
2012-05-24
Cleaned up naming of inodes.
David Barksdale
2012-05-24
Differentiate inodes from nodeids.
David Barksdale
2012-05-24
Argument destructuring achievement unlocked.
David Barksdale
2012-05-23
Some naming cleanup.
David Barksdale
2012-05-22
Started on op-rename. Made some important notes about the backend.
David Barksdale
2012-05-14
Implemented op-write.
David Barksdale
2012-05-12
Implemented truncate.
David Barksdale
2012-05-12
Some small modifications to readdir-agent.
David Barksdale
2012-05-12
Created macro agent-do for a common pattern.
David Barksdale
2012-05-09
Generalized link-modifier!, implemented chmod,setuid,setgid,setatime,setmtime.
David Barksdale
2012-05-09
Fixed several exceptions in protocol and one in util.
David Barksdale
2012-05-05
Implemented op-setattr, except on the backend.
David Barksdale
2012-05-05
Reorganized protocol.clj.
David Barksdale
2012-05-02
Ignore return value of recvmsg, wtf?
David Barksdale
2012-04-30
Abstracted out a common pattern of processing FUSE operations.
David Barksdale
2012-04-30
Implemented op-rmdir.
David Barksdale
2012-04-29
Implemented op-unlink.
David Barksdale
2012-04-26
Implemented op-mkdir and op-link.
David Barksdale
2012-04-26
Simplified reply logic.
David Barksdale
2012-04-26
Implemented op-mknod.
David Barksdale
2012-04-25
Removed some debug messages.
David Barksdale
2012-04-25
Implemented op-create.
David Barksdale
2012-04-25
Return correct inode in getattr.
David Barksdale
2012-04-24
Added foofs.filesystembackend.FilesystemBackend/readfile.
David Barksdale
2012-04-13
FUSE error numbers are negative.
David Barksdale
2012-04-13
Added/fixed debugging messages.
David Barksdale
2012-04-13
Fixed hexdump, sad really.
David Barksdale
[next]