| Age | Commit message (Expand) | Author |
| 2019-08-13 | Pull up following revision(s) (requested by manu in ticket #50): | martin |
| 2019-02-09 | Fix directory filehandle usage with libufse. Fix lookup count | manu |
| 2018-11-16 | Use reclaim2 to fix reclaim/lookup race conditions | manu |
| 2015-06-03 | Fix dot-lookup when readdir does not provide inodes | manu |
| 2015-02-15 | Add PUFFS_KFLAG_NOFLUSH_META to prevent sending metadata flush to FUSE | manu |
| 2015-01-13 | Fix atime update | manu |
| 2014-11-12 | Allow setxattr to be called with a NULL value, instead of crashing. | manu |
| 2014-11-04 | Restore build with -DDEBUG, and avoid a spurious diagnostic error with -DDEBUG | manu |
| 2014-10-31 | Avoid deadlocks on write errors | manu |
| 2014-10-31 | FUSE fallocate support | manu |
| 2014-10-28 | Fix invalid free in deletextattr FUSE handler | manu |
| 2014-10-11 | Report allocated bytes on FS correctly, instead of using file size | manu |
| 2014-09-30 | Do not trust the filesystem's readdir to give us nul-terminated file names | manu |
| 2014-09-11 | Avoid a file resize serialization deadlock when writing with | manu |
| 2014-09-05 | rmdir dir/.. must return an error. Use ENOTEMPRY like FFS does. | manu |
| 2014-09-03 | Fix build failure on amd64. | enami |
| 2014-09-03 | Improve POSIX compliance of FUSE filesystems through PERUSE | manu |
| 2014-08-29 | We used to remove the trailing zeros in FUSE readlink replies, but | manu |
| 2014-08-19 | Remove usless warning that happens often with direct IO | manu |
| 2014-08-16 | Removed unimplemented mmap and seek method. seek's declaration caused | manu |
| 2014-08-16 | Use just introduced open2 PUFFS method and its PUFFS_OPEN_IO_DIRECT oflag | manu |
| 2014-08-10 | - Make sure non root users cannot access system namespace attributes | manu |
| 2014-08-09 | getextattr: fix attribute length being reported to caller. If buffer | manu |
| 2014-08-09 | Send GETATTR to filesystem for removed but still-open files, as | manu |
| 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 |