Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-01-06 | adding comments and capability discovery, enum for flags moved to top of file | HereThereBeDragons | -0/+2 | |
2022-02-11 | Removed duplicates code. (#642) | David Galeano | -2/+0 | |
The cap for FUSE_CAP_WRITEBACK_CACHE was printed twice. | ||||
2021-05-07 | Fix doxygen warnings. (#600) | Junichi Uekawa | -1/+1 | |
Some parameters were undocumented, and @file does not mean to expand current file name. | ||||
2020-09-20 | Allow caching symlinks in kernel page cache. (#551) | Etienne Dublé | -0/+2 | |
This commit defines a new capability called `FUSE_CAP_CACHE_SYMLINKS`. It is off by default but you can now enable it by setting this flag in in the `want` field of the `fuse_conn_info` structure. When enabled, the kernel will save symlinks in its page cache, by making use of the feature introduced in kernel 4.20: https://github.com/torvalds/linux/commit/5571f1e65486be025f73fa6aa30fb03725d362a2 | ||||
2020-08-09 | Fixed typo in command to compile program (#536) | AKowshik | -1/+1 | |
2020-03-13 | State GPL version in comment (#485) | Dr. David Alan Gilbert | -1/+1 | |
IN a bunch of comments we say 'under the terms of the GNU GPL', make it clear this is GPLv2 (as LICENSE says). Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> | ||||
2020-01-30 | examples: mark ops variables constant (#496) | zsugabubus | -1/+1 | |
2019-11-27 | Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474) | Albert Chen | -0/+2 | |
2019-04-16 | Add documentation for opting out of opendir and releasedir (#391) | Chad Austin | -0/+2 | |
2017-08-24 | printcap: use temporary directory, not file | Nikolaus Rath | -6/+3 | |
Mounting a file doesn't seem to work under FreeBSD. | ||||
2017-08-23 | Added examples/printcap | Nikolaus Rath | -0/+130 | |