aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fuse/fuse_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* fusefs: fix a memory leakAlan Somers2025-01-201-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* fusefs: use the fsname mount option if setAlan Somers2022-05-231-2/+5
* Fix a race in fusefs that can corrupt a file's size.Alan Somers2022-01-181-2/+11
* fusefs: quiet some cache-related warningsAlan Somers2021-12-071-39/+1
* fusefs: improve warnings about buggy FUSE serversAlan Somers2021-07-031-3/+20
* fusefs: update FUSE protocol to 7.24 and implement FUSE_LSEEKAlan Somers2020-12-311-1/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* Make it possible to mount a fuse filesystem, such as squashfuse,Edward Tomasz Napierala2020-11-091-0/+4
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-1/+1
* copystr(9): Move to deprecate (attempt #2)Conrad Meyer2020-05-251-4/+2
* Disable nullfs cacheing on top of fusefsAlan Somers2020-05-221-0/+5
* Revert r360944 and r360946 until reported issues can be resolvedConrad Meyer2020-05-121-2/+4
* copystr(9): Move to deprecate [2/2]Conrad Meyer2020-05-111-4/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* fusefs: add a intr/nointr mount optionAlan Somers2019-07-181-0/+1
* [skip ci] update copyright headers in fusefs filesAlan Somers2019-06-281-0/+5
* fusefs: delete some unused mount optionsAlan Somers2019-06-261-5/+0
* fusefs: attempt to support servers as old as protocol 7.4Alan Somers2019-06-201-4/+6
* fusefs: enable write clusteringAlan Somers2019-06-141-0/+1
* fusefs: WIP fixing writeback cacheingAlan Somers2019-06-111-3/+0
* MFHead @348740Alan Somers2019-06-061-2/+2
|\
* | fusefs: don't require FUSE_EXPORT_SUPPORT for async invalidationAlan Somers2019-06-031-0/+12
* | fusefs: support asynchronous cache invalidationAlan Somers2019-06-031-22/+2
* | fusefs: check the vnode cache when looking up files for the NFS serverAlan Somers2019-05-311-6/+23
* | fusefs: Make fuse file systems NFS-exportableAlan Somers2019-05-231-3/+105
* | fusefs: Allow update mountsAlan Somers2019-05-211-17/+72
* | fusefs: unset MNT_LOCALAlan Somers2019-05-201-1/+5
* | fusefs: remove the vfs.fusefs.fix_broken_io sysctlAlan Somers2019-05-131-1/+0
* | fusefs: reap dead sysctlsAlan Somers2019-05-131-6/+0
* | MFHead @347527Alan Somers2019-05-131-1/+1
|\|
| * fusefs: fix a panic on mountAlan Somers2019-04-061-2/+2
| * fusefs: convert debug printfs into dtrace probesAlan Somers2019-03-291-28/+24
| |\
* | | fusefs: rename the SDT probes from "fuse" to "fusefs"Alan Somers2019-04-201-11/+11
* | | fusefs: delete dead codeAlan Somers2019-03-261-2/+1
* | | fusefs: fix a panic on mountAlan Somers2019-03-221-2/+2
* | | MFHead @345353Alan Somers2019-03-201-3/+3
|\| | | |/ |/|
| * Rename fuse(4) to fusefs(4)Alan Somers2019-03-201-3/+3
* | MFHead@r345275Alan Somers2019-03-181-1/+2
|\|
| * fuse: switch from DFLTPHYS/MAXBSIZE to maxcachebufConrad Meyer2019-03-071-3/+3
* | fuse(4): convert debug printfs into dtrace probesAlan Somers2019-02-281-30/+25
|/
* fuse: Fix a regression introduced in r337165Conrad Meyer2019-02-211-1/+1
* Fuse: whitespace and style(9) cleanupConrad Meyer2019-02-201-12/+12
* FUSE: Respect userspace FS "do-not-cache" of path componentsConrad Meyer2019-02-151-1/+2
* FUSE: Remove some set-but-not-used variablesConrad Meyer2018-08-081-4/+1
* FUSE: Bump maximum IO size to enable more performant operationConrad Meyer2018-08-021-1/+1
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-2/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* File systems that do not use the buffer cache (such as ZFS) mustRick Macklem2015-04-151-0/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-2/+2