libfuse/example
Miklos Szeredi fc9f632a21 passthrough_ll: add *xattr() operations
The extended attribute functionality is enabled with the "xattr" option
(default) and disabled with the "no_xatt" option.

New operations added:

 - getxattr
 - listxattr
 - setxattr
 - removexattr

Caveat: none of these operations will work on a symbolic link, because it's
difficult to implement that without races that can result in incorrect
operation.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2018-10-10 10:49:48 +01:00
..
.gitignore Allow inode cache invalidation in high-level API 2017-08-24 14:20:37 +02:00
cuse_client.c Removed unneccessary #include <config.h> from examples 2017-09-25 10:17:11 +01:00
cuse.c Removed unneccessary #include <config.h> from examples 2017-09-25 10:17:11 +01:00
hello_ll.c Removed unneccessary #include <config.h> from examples 2017-09-25 10:17:11 +01:00
hello.c example/{hello,null}: Fix memory leaks 2018-07-23 11:02:57 +01:00
invalidate_path.c Removed unneccessary #include <config.h> from examples 2017-09-25 10:17:11 +01:00
ioctl_client.c Removed unneccessary #include <config.h> from examples 2017-09-25 10:17:11 +01:00
ioctl.c Removed unneccessary #include <config.h> from examples 2017-09-25 10:17:11 +01:00
ioctl.h Renamed ioctl and poll examples 2016-10-09 22:03:07 -07:00
meson.build Make meson build scripts subprojects friendly 2018-08-25 20:17:39 +01:00
notify_inval_entry.c Removed unneccessary #include <config.h> from examples 2017-09-25 10:17:11 +01:00
notify_inval_inode.c Removed unneccessary #include <config.h> from examples 2017-09-25 10:17:11 +01:00
notify_store_retrieve.c Spelling (#223) 2017-11-27 10:23:20 +00:00
null.c example/{hello,null}: Fix memory leaks 2018-07-23 11:02:57 +01:00
passthrough_fh.c Make passthrough_fh work under FreeBSD. 2017-08-22 14:00:44 +02:00
passthrough_ll.c passthrough_ll: add *xattr() operations 2018-10-10 10:49:48 +01:00
passthrough.c Added public fuse_lib_help(), bumped minor version 2017-07-08 12:48:08 +02:00
poll_client.c Return with exitcode 0 if there are no errors. 2017-01-11 20:41:48 -08:00
poll.c Added public fuse_lib_help(), bumped minor version 2017-07-08 12:48:08 +02:00
printcap.c printcap: use temporary directory, not file 2017-08-24 21:56:00 +02:00