Reading the device after an abort returns ECONNABORTED
.
Asynchronous direct I/O submission.
Asynchronous read requests.
Handles the O_TRUNC open flag in the filesystem.
Automatically invalidate cached pages.
FileSystem can handle write size larger than 4kB.
Cache readlink
responses.
Don’t apply umask to file mode on create operations.
Do READDIRPLUS (READDIR+LOOKUP in one).
Kernel supports explicit cache invalidation.
FileSystem handles lookups of “.” and “..”.
Kernel sends file handle for fstat, etc… (not yet supported).
Remote locking for BSD style file locks.
Allow caching the directory entries.
Bypass page cache for this open file.
New file was created in atomic open
Don’t invalidate the data cache on open.
The file is not seekable.
This file is stream-like (i.e., no file position).
The read buffer is required to be at least 8k, but may be much larger.
Fs handles killing suid/sgid/cap on write/chown/trunc.
Kernel supports ioctl on directories.
Extended fuse_init_in request to hold additional flags
32bit ioctl
32bit compat ioctl on 64bit machine
32-bit compat ioctl on 64-bit machine with 64-bit time_t.
Is a directory
Maximum of in_iovecs + out_iovecs
Retry with new iovecs
Not restricted to well-formed ioctls, retry allowed
Minor version number of this interface.
Version number of this interface.
The map_alignment
field of the InitOut
struct is valid.
Maximum security contexts in a request
The reply to the init
message contains the max number of request pages.
Kernel supports zero-message opens for directories.
Kernel supports zero-message opens.
Oldest supported minor version of the fuse interface.
Allow parallel lookups and readdir.
Request poll notify.
FileSystem supports posix acls.
Remote locking for POSIX file locks.
Adaptive readdirplus.
The ID of the inode corresponding to the root directory of the file system.
The client should send the security context along with open, mkdir, create, and symlink
requests.
Kernel supports splice move on the device.
Kernel supports splice read on the device.
Kernel supports splice write on the device.
Use writeback cache for buffered writes.
Delayed write from page cache, file handle is guessed.
Kill the suid and sgid bits.
lock_owner
field is valid.