qemu/tools/virtiofsd
Masayoshi Mizuma 1d59b1b210 virtiofsd: add some options to the help message
Add following options to the help message:
- cache
- flock|no_flock
- norace
- posix_lock|no_posix_lock
- readdirplus|no_readdirplus
- timeout
- writeback|no_writeback
- xattr|no_xattr

Signed-off-by: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com>

dgilbert: Split cache, norace, posix_lock, readdirplus off
  into our own earlier patches that added the options

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Misono Tomohiro <misono.tomohiro@jp.fujitsu.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
2020-01-23 16:41:37 +00:00
..
50-qemu-virtiofsd.json.in
Makefile.objs
buffer.c virtiofsd: use fuse_buf_writev to replace fuse_buf_write for better performance 2020-01-23 16:41:37 +00:00
fuse.h
fuse_common.h
fuse_i.h virtiofsd: add --thread-pool-size=NUM option 2020-01-23 16:41:37 +00:00
fuse_log.c
fuse_log.h
fuse_lowlevel.c virtiofsd: add --thread-pool-size=NUM option 2020-01-23 16:41:37 +00:00
fuse_lowlevel.h
fuse_misc.h virtiofsd: support nanosecond resolution for file timestamp 2020-01-23 16:41:37 +00:00
fuse_opt.c
fuse_opt.h
fuse_signals.c virtiofsd: convert more fprintf and perror to use fuse log infra 2020-01-23 16:41:37 +00:00
fuse_virtio.c virtiofsd: stop all queue threads on exit in virtio_loop() 2020-01-23 16:41:37 +00:00
fuse_virtio.h virtiofsd: cleanup allocated resource in se 2020-01-23 16:41:37 +00:00
helper.c virtiofsd: add some options to the help message 2020-01-23 16:41:37 +00:00
passthrough_helpers.h
passthrough_ll.c virtiofsd/passthrough_ll: Pass errno to fuse_reply_err() 2020-01-23 16:41:37 +00:00
seccomp.c
seccomp.h