index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libperfuse
/
perfuse_priv.h
Age
Commit message (
Expand
)
Author
2012-07-21
- Fix same vnodes associated with multiple cookies
manu
2012-06-28
Fix the build by adding (unused) flags argument to perfuse_node_setattr_ttl
abs
2012-04-18
- When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carry
manu
2012-04-08
Use new PUFFS_KFLAG_CACHE_FS_TTL option to puffs_init(3) so that
manu
2012-03-21
Use C89 function definition
matt
2012-03-08
The kernel can lookup the same node multiple time and will reclaim as
manu
2012-01-29
Improve FUSE trace facility
manu
2011-12-28
Add a FUSE trace facility, with statistics collection. This should help
manu
2011-10-30
- Fix the confusion between fileno (opaque FUSE reference) and inode
manu
2011-09-09
Serialize access to file size. We already have such a thing in the
manu
2011-07-14
FUSE struct dirent's off is not the offset in the buffer, it is an opaque
manu
2011-07-04
Add a flag to VOP_LISTEXTATTR(9) so that the vnode interface can tell the
manu
2011-06-28
Add support for extended attributes
manu
2011-05-30
Use SOCK_SEQPACKET in perfuse if available. This fix file operations hangs
manu
2011-04-25
- Implement proper unprivilegied user permission verifications
manu
2010-10-11
Remove code supporting SOCK_STREAM, as SOCK_DGRAM works fine
manu
2010-10-11
- fix access control: pcn->pcn_cred is not user credentials
manu
2010-10-03
- Correctly handle rename whith overwritten destination
manu
2010-09-29
= Open files =
manu
2010-09-23
== file close operations ==
manu
2010-09-20
- performance improvement for read, readdir and write. Now we use
manu
2010-09-15
- Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems to
manu
2010-09-09
- call FSYNCDIR for directories
manu
2010-09-06
More LP64 fixes
manu
2010-09-06
build fixes for LP64
manu
2010-09-05
- correctly set flags for CREATE
manu
2010-09-03
- Postpone file close at reclaim time, since NetBSD sends fsync and
manu
2010-09-01
Build fixes for LP64
manu
2010-08-27
- if perfused is not already started (cannot connect to /dev/fuse),
manu
2010-08-26
- open the file before doing fsync: glusterfs wants that.
manu
2010-08-25
libperfuse(3) is a PUFFS relay to FUSE. In order to use it,
manu