| Age | Commit message (Expand) | Author |
| 2014-01-06 | For filesystems mounted without -o use_ino, readdir is not | manu |
| 2013-07-19 | Catch open without FREAD|FWRITE (it should not happen) | manu |
| 2013-07-18 | One more explicit error log, and two bug fixes | manu |
| 2012-11-03 | When lookup returns a node with null inode number, it means the ENOENT, | manu |
| 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-06-14 | Fix memory leak when we discard a voided setattr operation | manu |
| 2012-06-13 | Fix memory leak on setattr | manu |
| 2012-05-28 | Setting mode by fchmod(2) will break on glusterfs-3.3 is we attempt | manu |
| 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-12-16 | Rework puffs_framebuf management toremove leaks and abusive reuses. On | manu |
| 2011-11-28 | - Add missing ENOENT or ESTALL when accessing deleted node | manu |
| 2011-11-17 | Copy node expiration date before comparing it, otherwise the comparison | manu |
| 2011-11-16 | Correctly pass the advlock owner id from kernel to filesystem, instead of | manu |
| 2011-11-10 | Return EISDIR for read/write to directories. NetBSD directory read should | manu |
| 2011-10-30 | - Fix the confusion between fileno (opaque FUSE reference) and inode | manu |
| 2011-09-10 | Avoid comparison between signed and unsigned integer expressions by | tron |
| 2011-09-09 | make this build on amd64 and remove redundant and unused code. | christos |
| 2011-09-09 | Serialize access to file size. We already have such a thing in the | manu |
| 2011-08-13 | - fix warn/err confusiog | christos |
| 2011-08-09 | Fix uninitiaized variable usage (never though lint would miss that when | manu |
| 2011-08-02 | Do not reject reads on directory, it raises a useless EBADFD while the | manu |
| 2011-08-02 | Fix creds passed to FUSE when requests are done on behalf of the kernel. | manu |
| 2011-07-19 | Make sure libperfuse still builds on netbsd-5.1 | manu |
| 2011-07-18 | ftruncate(2) cause a SETATTR with only va_size set, and some filesystems | 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-06-01 | Fix race conditions between write and getattr/setattr, which lead to | manu |
| 2011-06-01 | Remove outdated comment about a fixed bug | manu |
| 2011-05-30 | Use SOCK_SEQPACKET in perfuse if available. This fix file operations hangs | manu |
| 2011-05-18 | - Proper permission checks when doing directory traversal. e.g.: run | manu |
| 2011-05-11 | Use sysconf(_SC_PAGESIZE) instead of PAGE_SIZE. | jakllsch |
| 2011-05-03 | Fixes for the advlock method. It can now sustain pkgsrc/devel/locktests | 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 | FUSE filesystems' readlink returns a resolved link with a NUL trailing | manu |
| 2010-10-11 | - fix access control: pcn->pcn_cred is not user credentials | manu |
| 2010-10-04 | - delete an obsoelte comment about inactive | 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 |