descriptionOMFS filesystem in FUSE
homepage URLhttp://bobcopeland.com/karma/
ownerme@bobcopeland.com
last changeTue, 15 Jan 2008 20:36:42 +0000 (15 15:36 -0500)
content tags
add:
readme
This projects implements the proprietary filesystem used by the Rio Karma and ReplayTV. Unlike the current stable kernel driver (also maintained by me), this driver uses FUSE and thus doesn't require loading kernel modules.
shortlog
2008-01-15 Bob CopelandPrepare Makefile and README for release 0.5.0mastermob
2008-01-15 Bob CopelandUse strtok_r instead of strtok
2008-01-15 Bob CopelandProtect accesses to inode cache with a mutex
2008-01-13 Bob CopelandMake some of the critical sections smaller so they...
2008-01-13 Bob CopelandCorrect inode size for directories and ->blocks setting...
2008-01-13 Bob CopelandProtect all accesses to the device node with a mutex.
2008-01-12 Bob CopelandClear blocks for new inodes and set ctime when writing...
2008-01-12 Bob CopelandMinor cleanups including fix for conditionals with...
2008-01-01 Bob CopelandAllocate a full block for the bitmap.
2008-01-01 Bob CopelandAdd initial code for continuation inodes.
2007-12-31 Bob CopelandAdd traversal of inuse blocks in order to support Repla...
2007-12-31 Bob CopelandImprove free-space bitmap handling.
2007-12-31 Bob CopelandFix hashing of rename and implement cross-directory...
2007-12-31 Bob CopelandRestore copyright comment that accidentally got lost
2007-12-31 Bob CopelandFix some inode leaks by plugging in appropriate calls...
2007-12-30 Bob CopelandAdd basics for reference counting inodes
...
heads
16 years ago mob
16 years ago master