aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fuse/fuse_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* kern: adopt the cr_gid macro for cr_groups[0] more widelyKyle Evans10 days1-1/+1
* Internal scheduling priorities: Always use symbolic onesOlivier Certner2025-06-181-2/+2
* fusefs: delete dead codeAlan Somers2025-06-051-5/+0
* fuse: Fix typo (triple S)Jose Luis Duran2023-12-281-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* fusefs: implement VOP_ALLOCATEAlan Somers2022-01-011-0/+4
* fusefs: ensure that FUSE ops' headers' unique values are actually uniqueAlan Somers2021-06-191-20/+14
* fusefs: delete dead codeAlan Somers2021-06-191-6/+0
* fusefs: improve warnings about buggy FUSE serversAlan Somers2021-06-161-0/+14
* fusefs: implement FUSE_COPY_FILE_RANGE.Alan Somers2021-01-011-0/+4
* fusefs: update FUSE protocol to 7.24 and implement FUSE_LSEEKAlan Somers2020-12-311-2/+6
* fusefs: delete some dead codeAlan Somers2020-12-281-31/+2
* 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-44/+60
* fusefs: WIP making FUSE operations interruptibleAlan Somers2019-04-171-24/+124
* 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