| Age | Commit message (Expand) | Author |
| 2019-04-17 | fix typo | maya |
| 2018-11-16 | Use reclaim2 to fix reclaim/lookup race conditions | manu |
| 2016-10-19 | make the env stuff visible. | christos |
| 2016-10-18 | make this compile again, and simplify. | christos |
| 2016-10-18 | Make FUSE socket buffer tunable | manu |
| 2015-06-19 | Deal with limits properly. | christos |
| 2015-02-15 | Add PUFFS_KFLAG_NOFLUSH_META to prevent sending metadata flush to FUSE | manu |
| 2014-10-31 | FUSE fallocate support | manu |
| 2014-09-03 | Improve POSIX compliance of FUSE filesystems through PERUSE | 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 |
| 2012-09-10 | Turn a fatal error into a warning. | manu |
| 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-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-02-03 | Make sure perfused exit when the filesystem crashed, so that unmount | 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-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-09 | make this build on amd64 and remove redundant and unused code. | christos |
| 2011-09-09 | Make sure perfused remains locked in memory, otherwise we can get | manu |
| 2011-08-13 | - fix warn/err confusiog | christos |
| 2011-08-09 | Remove PUFFS_KFLAG_WTCACHE, which caused data corruption and slowdown | 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-05-18 | Set buffer size as big in nomal mode as we do in debug mode, when | manu |
| 2011-05-12 | Mont FUSE filesystem with proprer source and fstype so that df and mount | 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-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-07 | - Do not checkfor peer credentials when perfused is autostarted and | manu |
| 2010-09-06 | More LP64 fixes | manu |
| 2010-08-28 | - set user/group ownership after object creation. | manu |
| 2010-08-27 | - if perfused is not already started (cannot connect to /dev/fuse), | manu |
| 2010-08-25 | libperfuse(3) is a PUFFS relay to FUSE. In order to use it, | manu |