index
:
libfuse
master
reference implementation of the Linux FUSE (Filesystem in Userspace) interface
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
example
Commit message (
Expand
)
Author
Age
*
silence bogus eclipse linter warning
divinity76
2016-10-31
*
Clean-up doxygen documentation
Nikolaus Rath
2016-10-28
*
Turn fuse_operations.nopath_flag into fuse_config.nullpath_ok
Nikolaus Rath
2016-10-20
*
fuse_new(): don't accept options that don't make sense for end-users
Nikolaus Rath
2016-10-20
*
Make --help output more suitable for end-user
Nikolaus Rath
2016-10-15
*
Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers
Nikolaus Rath
2016-10-15
*
Unify handling of fuse_conn_info options
Nikolaus Rath
2016-10-15
*
Make -o clone_fd into a parameter of session_loop_mt().
Nikolaus Rath
2016-10-13
*
Fix race condition in notify_* examples
Nikolaus Rath
2016-10-10
*
fuse_main(): extend support for printing help
Nikolaus Rath
2016-10-10
*
Use NULL as option processor where possible.
Nikolaus Rath
2016-10-09
*
Renamed cuses example and added test program
Nikolaus Rath
2016-10-09
*
Don't confuse lookup count for mountpoint and file
Nikolaus Rath
2016-10-09
*
Renamed timefsN examples to fuse_notify_*
Nikolaus Rath
2016-10-09
*
Include testfsN examples in Doxygen documentation.
Nikolaus Rath
2016-10-09
*
Renamed ioctl and poll examples
Nikolaus Rath
2016-10-09
*
Renamed some examples to make their function more obvious
Nikolaus Rath
2016-10-09
*
fuse_parse_cmdline(): do not print help/version text
Nikolaus Rath
2016-10-09
*
Whitespace fix.
Nikolaus Rath
2016-10-09
*
Dropped example/null.c
Nikolaus Rath
2016-10-09
*
Added timefs3 to test notify_inval_entry.
Nikolaus Rath
2016-10-08
*
Add background and multithreading support to hello_ll and fuse_lo-plus
Nikolaus Rath
2016-10-08
*
testfs2: Also test fuse_notify_retrieve().
Nikolaus Rath
2016-10-08
*
Added timefs[12] examples.
Nikolaus Rath
2016-10-08
*
Don't handle --help and --version in fuse_session_new().
Nikolaus Rath
2016-10-02
*
Fixed permissions of source files.
Nikolaus Rath
2016-10-02
*
Turn struct fuse_chan into an implementation detail
Nikolaus Rath
2016-10-02
*
Renamed fuse_lowlevel_new() to fuse_session_new().
Nikolaus Rath
2016-10-02
*
Introduce separate mount/umount functions for low-level API.
Nikolaus Rath
2016-10-02
*
Fix ioctl example
Nikolaus Rath
2016-05-13
*
Added test_fsel
Nikolaus Rath
2016-03-29
*
libfuse: add flags to ->rename()
Miklos Szeredi
2014-07-15
*
compile fix for fuse_lo-plus
Miklos Szeredi
2014-03-18
*
compile fix
Miklos Szeredi
2014-03-17
*
libfuse: implement readdirplus for high-level API
Eric Wong
2014-03-05
*
libfuse: added fuse_lo-plus.c to the examples
Miklos Szeredi
2014-02-21
*
ulockmgr: strip ulockmgr support from this source package
Miklos Szeredi
2013-07-25
*
libfuse: fuse -> fuse3
Miklos Szeredi
2013-07-25
*
libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc
Miklos Szeredi
2013-07-24
*
Documentation fixes
Miklos Szeredi
2013-07-17
*
rewrote c++ style comments to c style coments mentioned by Miklos Szeredi
Joachim Schiele
2013-07-02
*
- added a doxygen main page
Joachim Schiele
2013-06-20
*
libfuse: remove deprecated fuse_operations.utime_omit_ok
Miklos Szeredi
2013-02-08
*
Remove compatibility path handling
Miklos Szeredi
2012-07-20
*
Start of 3.0 series
Miklos Szeredi
2012-07-19
*
Add FALLOCATE operation
Anatol Pomozov
2012-06-18
*
Fix the compile command in the examples
Miklos Szeredi
2012-05-16
*
Add 'flag_utime_omit_ok' flag to fuse_operations
Miklos Szeredi
2012-04-10
*
utimens availability check
Emmanuel Dreyfus
2011-12-08
*
Add ->flock() operation to low and high level interfaces
Miklos Szeredi
2011-07-06
[next]