freebsd-dev/sys/fs/fuse
Alan Somers 363a74163b fusefs: allow opening files O_EXEC
O_EXEC is useful for fexecve(2) and fchdir(2).  Treat it as another fufh
type alongside the existing RDONLY, WRONLY, and RDWR.  Prior to r345742 this
would've caused a memory and performance penalty.

PR:		236329
Sponsored by:	The FreeBSD Foundation
2019-04-01 16:36:02 +00:00
..
fuse_device.c fuse(4): convert debug printfs into dtrace probes 2019-02-28 19:27:54 +00:00
fuse_file.c fusefs: allow opening files O_EXEC 2019-04-01 16:36:02 +00:00
fuse_file.h fusefs: allow opening files O_EXEC 2019-04-01 16:36:02 +00:00
fuse_internal.c fusefs: replace obsolete array idioms 2019-04-01 14:23:43 +00:00
fuse_internal.h fusefs: delete dead code in fuse_vnop_setattr 2019-03-27 16:19:02 +00:00
fuse_io.c fusefs: don't force direct io for files opened O_WRONLY 2019-03-30 00:57:07 +00:00
fuse_io.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
fuse_ipc.c MFHead @345353 2019-03-20 23:32:37 +00:00
fuse_ipc.h fuse(4): remove more debugging printfs 2019-03-19 17:49:15 +00:00
fuse_kernel.h fuse(4): add tests related to FUSE_MKNOD 2019-03-05 00:27:54 +00:00
fuse_main.c MFHead @345353 2019-03-20 23:32:37 +00:00
fuse_node.c fusefs: replace the fufh table with a linked list 2019-03-31 03:19:10 +00:00
fuse_node.h fusefs: replace the fufh table with a linked list 2019-03-31 03:19:10 +00:00
fuse_vfsops.c fusefs: delete dead code 2019-03-26 03:02:45 +00:00
fuse_vnops.c fusefs: allow opening files O_EXEC 2019-04-01 16:36:02 +00:00
fuse.h MFHead @345353 2019-03-20 23:32:37 +00:00