| Age | Commit message (Expand) | Author |
| 2019-08-13 | Pull up following revision(s) (requested by manu in ticket #50): | martin |
| 2019-04-17 | fix typo | maya |
| 2019-02-09 | Fix directory filehandle usage with libufse. Fix lookup count | manu |
| 2019-01-23 | It's section 3 page, not section 2. While here, xref puffs(3) in the | uwe |
| 2018-11-16 | Use reclaim2 to fix reclaim/lookup race conditions | manu |
| 2016-10-19 | make the env stuff visible. | christos |
| 2016-10-18 | Sort sections. new sentence, new line. Whitespace. | wiz |
| 2016-10-18 | make this compile again, and simplify. | christos |
| 2016-10-18 | Make FUSE socket buffer tunable | manu |
| 2016-01-23 | Define _KERNTYPES for things that need it. | christos |
| 2016-01-22 | Needs sys/cdefs.h for __BEGIN_DECLS and sys/types.h for mode_t. | dholland |
| 2015-06-19 | Deal with limits properly. | christos |
| 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-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 |