aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fuse/fuse_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* fusefs: remove superfluous counter_u64_zeroAlan Somers2019-08-061-1/+0
* fusefs: add a intr/nointr mount optionAlan Somers2019-07-181-3/+3
* fusefs: fix another semi-infinite loop bug regarding signal handlingAlan Somers2019-07-181-8/+14
* fusefs: multiple interruptility improvementsAlan Somers2019-07-171-4/+4
* [skip ci] update copyright headers in fusefs filesAlan Somers2019-06-281-0/+5
* fusefs: convert statistical sysctls to use counter(9)Alan Somers2019-06-271-6/+9
* fusefs: raise protocol level to 7.23Alan Somers2019-06-211-1/+3
* fusefs: implement VOP_BMAPAlan Somers2019-06-201-0/+4
* fusefs: misc build fixesAlan Somers2019-05-251-8/+0
* fusefs: Upgrade FUSE protocol to version 7.9.Alan Somers2019-05-161-23/+23
* fusefs: Report the number of available ops in kevent(2)Alan Somers2019-05-121-0/+2
* fusefs: support kqueue for /dev/fuseAlan Somers2019-05-111-3/+6
* fusefs: return ENOTCONN instead of EIO if the daemon dies suddenlyAlan Somers2019-05-101-1/+9
* fusefs: minor optimization to interrupted fuse operationsAlan Somers2019-05-101-1/+7
* fusefs: use effective gid, not real gid, for FUSE operationsAlan Somers2019-05-041-2/+4
* fusefs: handle ENOSYS for FUSE_INTERRUPTAlan Somers2019-04-241-5/+12
* fusefs: interruptibility improvements suggested by kibAlan Somers2019-04-241-3/+7
* fusefs: rename the SDT probes from "fuse" to "fusefs"Alan Somers2019-04-201-12/+12
* fusefs: reap dead codeAlan Somers2019-04-191-2/+0
* fusefs: give priority to FUSE_INTERRUPT operationsAlan Somers2019-04-191-4/+14
* fusefs: don't send FUSE_INTERRUPT for ops that are still in-kernelAlan Somers2019-04-191-9/+43
* fusefs: improvements to interruptibilityAlan Somers2019-04-181-42/+58
* fusefs: WIP making FUSE operations interruptibleAlan Somers2019-04-171-22/+122
* fusefs: implement VOP_ADVLOCKAlan Somers2019-04-121-3/+3
* fusefs: fix some uninitialized memory referencesAlan Somers2019-04-041-1/+8
* MFHead@r345880Alan Somers2019-04-041-0/+2
|\
| * fix the GENERIC-NODEBUG build after r345675Alan Somers2019-03-291-0/+2
| * fusefs: convert debug printfs into dtrace probesAlan Somers2019-03-291-79/+21
| |\
* | | fusefs: correctly handle short writesAlan Somers2019-04-041-3/+68
* | | MFHead @345353Alan Somers2019-03-201-5/+5
|\| | | |/ |/|
| * Rename fuse(4) to fusefs(4)Alan Somers2019-03-201-5/+5
* | Fix typos from r344664Alan Somers2019-03-011-2/+2
* | fuse(4): convert debug printfs into dtrace probesAlan Somers2019-02-281-81/+23
|/
* Fuse: whitespace and style(9) cleanupConrad Meyer2019-02-201-37/+14
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Add extended attributes support to fuse kernel module.Fedor Uporov2017-10-141-10/+7
* Rename s/DEBUG()/FS_DEBUG() and s/DEBUG2G()/FS_DEBUG2G() in order toAttilio Rao2012-10-141-4/+4
* Import a FreeBSD port of the FUSE Linux module.Attilio Rao2012-10-131-0/+904