summaryrefslogtreecommitdiff
path: root/sys/fs/fuse/fuse_node.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-05vfs: use __enum_uint8 for vtype and vstateMateusz Guzik
2021-12-31Fix a race in fusefs that can corrupt a file's size.Alan Somers
2021-11-28fusefs: update atime on reads when using cached attributesAlan Somers
2021-10-06fusefs: quiet some cache-related warningsAlan Somers
2021-02-21vnode: move write cluster support data to inodes.Konstantin Belousov
2020-03-11fusefs: avoid cache corruption with buggy fuse serversAlan Somers
2019-09-16fusefs: fix some minor issues with fuse_vnode_setparentAlan Somers
2019-06-28[skip ci] update copyright headers in fusefs filesAlan Somers
2019-06-27fusefs: convert statistical sysctls to use counter(9)Alan Somers
2019-06-25fusefs: automatically update mtime and ctime on writeAlan Somers
2019-06-06MFHead @348740Alan Somers
2019-05-31fusefs: check the vnode cache when looking up files for the NFS serverAlan Somers
2019-05-24Remove "struct ucred*" argument from vtruncbufAlan Somers
2019-05-23fusefs: Make fuse file systems NFS-exportableAlan Somers
2019-05-15fusefs: don't track a file's size in two placesAlan Somers
2019-05-13fusefs: eliminate superfluous FUSE_GETATTR when filesize=0Alan Somers
2019-05-09fusefs: clear a dir's attr cache when its contents changeAlan Somers
2019-04-29fusefs: FIFO supportAlan Somers
2019-04-11fusefs: test that we reparent a vnode during renameAlan Somers
2019-04-11fusefs: Finish supporting -o default_permissionsAlan Somers
2019-04-09fusefs: implement attribute cache timeoutsAlan Somers
2019-04-08fusefs: cache file attributesAlan Somers
2019-04-01fusefs: send FUSE_OPEN for every open(2) with unique credentialsAlan Somers
2019-03-31fusefs: replace the fufh table with a linked listAlan Somers
2019-03-27fusefs: don't ignore errors in fuse_vnode_refreshsizeAlan Somers
2019-02-20Fuse: whitespace and style(9) cleanupConrad Meyer
2019-02-15FUSE: Respect userspace FS "do-not-cache" of path componentsConrad Meyer
2019-02-15FUSE: Respect userspace FS "do-not-cache" of file attributesConrad Meyer
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-03-02Make fuse(4) respect FOPEN_DIRECT_IO. This is required for correctEdward Tomasz Napierala
2012-11-08- Current caching mode is completely broken because it simply reliesAttilio Rao
2012-10-13Import a FreeBSD port of the FUSE Linux module.Attilio Rao