| 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-09-10 | Turn a fatal error into a warning. | manu |
| 2012-09-06 | Disable default build of debugging info. | riz |
| 2012-08-10 | Add PUFFS_KFLAG_CACHE_DOTDOT so that vnodes hold a reference on their | 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-06-05 | Add placeholder so that we can later add allbacks without breaking the ABI | 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-21 | These directories default to WARNS?=5 | matt |
| 2012-03-08 | The kernel can lookup the same node multiple time and will reclaim as | manu |
| 2012-02-03 | Make sure perfused exit when the filesystem crashed, so that unmount | manu |
| 2012-01-29 | Fix 32-bit build | dholland |
| 2012-01-29 | Improve FUSE trace facility | manu |
| 2011-12-29 | Redo previous; remove all the casts I added, and use PRI* macros instead. | riz |
| 2011-12-29 | Cast time_t to intmax_t for printf purposes, and format with %j. Fixes | riz |
| 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-10-23 | perfuse memory usage can grow quite large when using a lot of vnodes, | manu |
| 2011-10-18 | mlockall is not necessary after all, once we have fixed a kernel bug involving | 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-09-09 | Make sure perfused remains locked in memory, otherwise we can get | manu |
| 2011-08-14 | simplify and eliminate non literal string formats. | christos |
| 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-09 | Remove PUFFS_KFLAG_WTCACHE, which caused data corruption and slowdown | 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 | Don't hardcode the libpuffs path to /usr/src/lib/libpuffs. | riz |
| 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 |