aboutsummaryrefslogtreecommitdiffstats
path: root/dbfs.h
AgeCommit message (Expand)AuthorFilesLines
2007-03-19Release version 0.7.Jeff Garzik1-1/+1
2006-12-07Release version 0.6. Correct copyright to reflect Red Hat.Jeff Garzik1-1/+3
2006-11-08Minor cleanups and improvements.Jeff Garzik1-2/+3
2006-11-07Fix some bugs. Add debugging syslog output.Jeff Garzik1-0/+2
2006-11-07Convert all code to use DB transaction handles.Jeff Garzik1-21/+21
2006-08-06Implement rename op. dbfs is now feature-complete.Jeff Garzik1-0/+1
2006-08-06Implement statfs op. Limit filename component length.Jeff Garzik1-0/+2
2006-08-06Implement setattr op.Jeff Garzik1-0/+1
2006-08-06Implement write op (well, most of it).Jeff Garzik1-1/+2
2006-08-05Special case the reading and writing of all-zero data blocks.Jeff Garzik1-0/+2
2006-08-05Add comments for dbfs constants.Jeff Garzik1-6/+7
2006-08-05Add copyright header to source files.Jeff Garzik1-0/+18
2006-08-05Create hashref database, add data write/delete support routines.Jeff Garzik1-0/+7
2006-08-05To reduce unnecessary RMW cycles, permit partial pointers (offset, length)Jeff Garzik1-2/+3
2006-08-05Move xattr-related code to new file xattr.c.Jeff Garzik1-0/+1
2006-08-05Implement open, read ops.Jeff Garzik1-0/+1
2006-08-05Open new 'data' database. Fix bug by avoiding FUSE 'userdata' pointer,Jeff Garzik1-0/+12
2006-08-04Add filesystem check program 'dbfsck'.Jeff Garzik1-1/+1
2006-08-04mkdbfs: Remove duplicate code, by using dbfs_open() in libdbfsJeff Garzik1-1/+1
2006-08-04Implement listxattr op.Jeff Garzik1-3/+16
2006-08-04Implement getxattr, setxattr, removexattr ops.Jeff Garzik1-0/+9
2006-08-03Implement [hard]link operation.Jeff Garzik1-0/+1
2006-07-16Fix alignment bug. Add security FIXME. Add SCHEMA describing db layout.Jeff Garzik1-0/+9
2006-04-25Password-related bug fixes.Jeff Garzik1-1/+1
2006-04-25mkdbfs: write root directory. Also, make libdbfs a proper lib.Jeff Garzik1-1/+6
2006-04-25Implement symlink op. Other misc changes.Jeff Garzik1-0/+2
2006-04-25Implement mknod. dirent endian fixes.Jeff Garzik1-0/+2
2006-04-24dbfs: start to libify dbfs. add mkdbfs program (just base db, for now).Jeff Garzik1-0/+16
2006-04-24dbfs: implement mknod, mkdir ops. stub dbfs_mknod. a bunch of func renames.Jeff Garzik1-3/+6
2006-04-24dbfs: add comments, and fix minor issues found while writing commentsJeff Garzik1-3/+3
2006-04-24dbfs: implement hooks init, destroy.Jeff Garzik1-2/+2
2006-04-24dbfs: Implement DB init, shutdownJeff Garzik1-0/+2
2006-04-24dbfs: Don't permit root inode unlink; increase getattr attr timeout.Jeff Garzik1-0/+2
2006-04-24dbfs: Implement inode deletion, versioningJeff Garzik1-1/+11
2006-04-24dbfs: implement inode_write, several fixes and cleanupsJeff Garzik1-1/+3
2006-04-24dbfs: Finish implementing unlink, new stubs inode_write and inode_delJeff Garzik1-2/+4
2006-04-23dbfs: Move DB-related stuff to new file dbfs-backend.c.Jeff Garzik1-0/+15
2006-04-23dbfs: Move definitions to dbfs.h.Jeff Garzik1-0/+44