aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fuse/fuse_device.c
Commit message (Expand)AuthorAgeFilesLines
* fusefs: FUSE_NOTIFY_INVAL_* must busy the mountpointAlan Somers2025-01-201-1/+8
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* fusefs: validate servers' error valuesAlan Somers2022-05-121-2/+12
* modules: increase MAXMODNAME and provide backward compatBjoern A. Zeeb2021-12-301-0/+1
* fusefs: support EVFILT_WRITE on /dev/fuseAlan Somers2021-07-031-1/+19
* fusefs: delete some dead codeAlan Somers2020-12-281-42/+22
* Make it possible to mount a fuse filesystem, such as squashfuse,Edward Tomasz Napierala2020-11-091-0/+12
* fusefs: don't leak memory of unsent operations on unmountAlan Somers2019-06-281-0/+7
* [skip ci] update copyright headers in fusefs filesAlan Somers2019-06-281-0/+5
* fusefs: fix a memory leak regarding FUSE_INTERRUPTAlan Somers2019-06-271-0/+1
* fusefs: raise protocol level to 7.15Alan Somers2019-06-201-0/+12
* fusefs: support asynchronous cache invalidationAlan Somers2019-06-031-1/+3
* fusefs: support name cache invalidationAlan Somers2019-06-011-4/+22
* fusefs: Report the number of available ops in kevent(2)Alan Somers2019-05-121-5/+2
* fusefs: support kqueue for /dev/fuseAlan Somers2019-05-111-0/+73
* fusefs: fix running multiple daemons concurrentlyAlan Somers2019-05-101-37/+23
* fusefs: rename the SDT probes from "fuse" to "fusefs"Alan Somers2019-04-201-21/+25
* fusefs: improvements to interruptibilityAlan Somers2019-04-181-2/+29
* fusefs: WIP making FUSE operations interruptibleAlan Somers2019-04-171-7/+6
* fusefs: /dev/fuse should be 0666Alan Somers2019-04-111-1/+1
* fuse(4): convert debug printfs into dtrace probesAlan Somers2019-02-281-28/+40
* Fuse: whitespace and style(9) cleanupConrad Meyer2019-02-201-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Remove unneeded D_NEEDMINOR.Ed Schouten2012-10-181-1/+0
* Rename s/DEBUG()/FS_DEBUG() and s/DEBUG2G()/FS_DEBUG2G() in order toAttilio Rao2012-10-141-19/+19
* Import a FreeBSD port of the FUSE Linux module.Attilio Rao2012-10-131-0/+447