| Age | Commit message (Expand) | Author |
| 2023-06-24 | Fix typo in comment. | msaitoh |
| 2023-05-13 | fix typos in comments. | andvar |
| 2022-07-06 | fix various typos in comments. | andvar |
| 2022-04-12 | s/sould/should/ and s/shoud/should/ | andvar |
| 2022-02-23 | fix various typos in comments, mainly immediatly/immediately/, | andvar |
| 2021-12-12 | fix typos in word "request(s)". | andvar |
| 2021-09-17 | some love to double letters (in comments). | andvar |
| 2021-09-11 | sysinst/partitions.h: fix typos comments, also fix same typos in other files. | andvar |
| 2021-08-08 | introduce a SOL_LOCAL for unix-domain socket level socket options | nia |
| 2020-03-05 | miscelaneous -> miscellaneous in comment. | msaitoh |
| 2019-09-23 | Restore binary compatibility by using the statvfs90 structure internally. | christos |
| 2019-09-08 | Use the right values for .Bl -width | uwe |
| 2019-08-10 | Rollback directory filehandle screening for FUSE lock operations | manu |
| 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 |