fuse4bsd

log

age author description
18 months at fix a bug due to which file sizes were taken modulo 4GB in certain I/O operationstip
2 years at add support for DESTROY message (synchronous unmount)
2 years at be strict also with device writes: kick out daemon upon sending invalid data #2
2 years at be strict also with device writes: kick out daemon upon sending invalid data
2 years at terminology shift: speak of "disowning" tickets, rather than "invalidating" them
2 years at add a sysctl to limit the number of tickets, prevent accumulation of tickets if fs is kicked
2 years at make fdata_kick_set() interrupt the users of the fs
2 years at UNDO: add the vfs.fuse.waitingfor sysctl
2 years at add the vfs.fuse.waitingfor sysctl
2 years at sanitize asprintf's
2 years at make vnode locking compatible with 8.0-CURRENT
2 years at fix possible uninitialized use of a variable, introduced by adb72e847637
2 years at Add a sysctl for enforcing device open permissions on secondary mounts.
2 years at Return EOPNOTSUPP instead of EINVAL when trying to set file flags.
2 years at Fix buggy error handling for cross-device rename in fuse_rename().
2 years at Fix panics when the fuse fs is accessed from an overlayed filesystem.
2 years at add support for the subtype option
2 years at Fix memory leak introduced by previous commit.
2 years at Fixes.
2 years at use more informative "unique" values when debugging
2 years at handle the "nonempty" mount option by a noop
2 years at Fix a return from fuse_io_file() with lock held.
3 years at Makefile shall support all valid KERNCONF values.
3 years at Add support for privilege API.
3 years at Minor ableit important fixes.
3 years csaba Added tag 0.3.9-pre1 for changeset 3cbc9e167b98b15e3f88af57cb8648375d0dadfd
3 years at bump version to 0.3.9-pre10.3.9-pre1
3 years at Fix lookup count leak.
3 years at Keep up with the fdidx->fp switch in VOP_OPEN(9).
3 years at Doc fixes/updates.
3 years at fix mount_fusefs help
3 years at BIO facelift.
3 years at Catch up with getnewvnode()/insmntque()/vfs_hash_insert() changes in CURRENT.
3 years at Fix build on CURRENT.
3 years at Zero out buffers which are read from holes.
3 years at Add support for poll(2)-ing fuse devices.
3 years at if kernel config is specified, display it at module load time
3 years at stop propagating the Mercurial revision id, indeed make it possible to
3 years at add support for displaying Mercurial revision id as program version
3 years at unify debug flags for various components (kld, mount util)
3 years at fix checking for cross-device rename attempt in fuse_rename()
3 years at Doc updates
3 years at fix config specification feature
3 years at add support for specifying a kernel config
3 years at Check for presence of mount opts, remove unneeded debug message.
3 years at update requirements in docs to reflect the gnu-libtool -> libtool15 switch
3 years at Let the mount program inform the kernel about its default option set.
3 years at fix typo in previous commit
3 years at make really sure that protocol feature macros will be #define-d
3 years at Add support for returning error from close(2).
3 years at update fmaster.c for ABI 7.7
3 years at Replace "#ifdef"-s with "#if"-s for protocol feature macros.
3 years at Sort out some parent handling related issues.
3 years at Add basic macros/case branches for new ABI 7.7 messages
3 years at Fix typo in doc/quickstart
3 years at Return to doing only a single vflush(9) on unmount.
3 years at Rewrite parent access/dotdot lookup code.
4 years at add attribute cache invalidation
4 years at Remove incorrect attribute caching.
4 years at Fix incorrect message size calculation