Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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-03 | Implement lseek operation (#457) | Yuri Per | -0/+13 | |
2018-11-19 | examples: add copy_file_range() support to passthrough(_fh) | Niels de Vos | -0/+23 | |
The passthrough example filesystem can be used for validating the API and the implementation in the FUSE kernel module. | ||||
2017-08-22 | Make passthrough_fh work under FreeBSD. | Nikolaus Rath | -0/+13 | |
2017-07-08 | Added public fuse_lib_help(), bumped minor version | Nikolaus Rath | -1/+1 | |
2017-04-07 | passthrough, passthrough_fh: disable attribute caching | Nikolaus Rath | -0/+12 | |
Required for better hardlink handling, see comments in patch. | ||||
2016-10-28 | Clean-up doxygen documentation | Nikolaus Rath | -4/+3 | |
Fixes: #81. | ||||
2016-10-20 | Turn fuse_operations.nopath_flag into fuse_config.nullpath_ok | Nikolaus Rath | -0/+1 | |
Modifying struct fuse_config in the init() handler is the canonical way to adjust file-system implementation specific settings. There is no need to have flags in struct fuse_operations. | ||||
2016-10-20 | fuse_new(): don't accept options that don't make sense for end-users | Nikolaus Rath | -0/+9 | |
Several options (use_ino, etc) depend on the file system implementation. Allowing them to be set from the command line makes no sense. | ||||
2016-10-15 | Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers | Nikolaus Rath | -35/+28 | |
This obsoletes the ftruncate & fgetattr handlers. Fixes #58. | ||||
2016-10-09 | Renamed some examples to make their function more obvious | Nikolaus Rath | -0/+602 | |
Also, added more comments for the same purpose. |