summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-26adding examples from fuse-2.2.1Stefan Siegl
2005-03-26upgrade to fuse.h from fuse-2.2.1Stefan Siegl
2005-03-26adjust for slight changes in fuse.h from 2.2.1 to __old__ api.Stefan Siegl
2005-03-26don't build programs in example/ by default.Stefan Siegl
2005-03-26initialize st_in, st_dev and st_blksize in validate_stat, as stated in fuse.hStefan Siegl
2005-03-26remove __netfs_attempt_lookup stuff again, since we need to unlock DIR ↵Stefan Siegl
before locking the found node, as we cannot lookup "." otherwise.
2005-03-26further debug statements added.Stefan Siegl
2005-03-26(void)ing unused function argus to suppress gcc's warnings ...Stefan Siegl
2005-03-26added __netfs_attempt_lookup, which doesn't unlock dir. furthermore make ↵Stefan Siegl
sure we netfs_nrele.
2005-03-26added permissions checking.Stefan Siegl
2005-03-25implemented netfs_attempt_utimes function.Stefan Siegl
2005-03-25implemented netfs_attempt_write.Stefan Siegl
2005-03-25implemented netfs_attempt_rename.Stefan Siegl
2005-03-25return EOPNOTSUPP, if fuse-translator doesn't implement a required function; ↵Stefan Siegl
instead of EROFS.
2005-03-25update stats before netfs_report_accessStefan Siegl
2005-03-25implemented netfs_attempt_mkdev.Stefan Siegl
2005-03-25implemented netfs_attempt_set_size.Stefan Siegl
2005-03-22netfs.c: implemented netfs_attempt_syncfs.Stefan Siegl
fuse_i.h: added may_need_sync flag to netnode structure. netnode.c: added fuse_sync_filesystem, calling fuse_ops->fsync on all netnodes with set may_need_sync flag.
2005-03-22implemented netfs_attempt_sync.\nStefan Siegl
2005-03-21 * implemented netfs_attempt_mkfileStefan Siegl
* implemented netfs_attempt_unlink * implemented netfs_attempt_link * implemented netfs_attempt_symlink * delete anonymous files, when netfs_node_norefs is reaches
2005-03-21added anonymous flag to netnode structure.Stefan Siegl
2005-03-21implementing netfs_attempt_chmod.Stefan Siegl
2005-03-21implemented netfs_check_open_permissions.Stefan Siegl
2005-03-20refactored netfs_attempt_readlink.Stefan Siegl
2005-03-20implemented netfs_attempt_mkdir.Stefan Siegl
2005-03-20fuse_ops->getattr() returns negated errnoStefan Siegl
2005-03-20implemented netfs_attempt_statfs.Stefan Siegl
2005-03-20chown new files to uid/gid of iouser in netfs_attempt_create_file.Stefan Siegl
2005-03-20implemented netfs_attempt_chown.Stefan Siegl
2005-03-20use creat syscall to create files, instead of mknod, which doesn't work on ↵Stefan Siegl
the Hurd.
2005-03-20added lock-debugging statements.Stefan Siegl
2005-03-20implemented netfs_attempt_create_file.Stefan Siegl
2005-03-20added debug prologue/epilogue stuff to netfs functions.Stefan Siegl
2005-03-20added debug macros from cvsfs.Stefan Siegl
2005-03-20introducing autoconf/automake cruft.Stefan Siegl
2005-01-26Merge from vendor branch vendor:Stefan Siegl
initial checkin
2005-01-26initial checkinStefan Siegl