aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fuse/fuse_file.c
Commit message (Expand)AuthorAgeFilesLines
* fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flagsCismonX2024-12-201-6/+3
* 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 FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORTAlan Somers2021-09-271-18/+47
* fusefs: remove superfluous counter_u64_zeroAlan Somers2019-08-061-1/+0
* fusefs: fix the build with some NODEBUG kernelsAlan Somers2019-07-131-1/+1
* [skip ci] update copyright headers in fusefs filesAlan Somers2019-06-281-0/+5
* fusefs: counter(9) variables should not be statically initializedAlan Somers2019-06-271-1/+1
* fusefs: convert statistical sysctls to use counter(9)Alan Somers2019-06-271-5/+19
* fusefs: set the flags fields of fuse_write_in and fuse_read_inAlan Somers2019-05-281-38/+0
* fusefs: fix exporting fuse filesystems with nfsdAlan Somers2019-05-231-0/+1
* fusefs: rename the SDT probes from "fuse" to "fusefs"Alan Somers2019-04-201-3/+3
* fusefs: implement VOP_ADVLOCKAlan Somers2019-04-121-0/+37
* fusefs: properly handle FOPEN_KEEP_CACHEAlan Somers2019-04-041-5/+15
* fusefs: send FUSE_FLUSH during VOP_CLOSEAlan Somers2019-04-031-4/+6
* fusefs: cleanup and refactor some recent commitsAlan Somers2019-04-021-16/+70
* fusefs: send FUSE_OPEN for every open(2) with unique credentialsAlan Somers2019-04-011-29/+60
* fusefs: allow opening files O_EXECAlan Somers2019-04-011-6/+2
* fusefs: replace obsolete array idiomsAlan Somers2019-04-011-12/+6
* fusefs: replace the fufh table with a linked listAlan Somers2019-03-311-32/+30
* fusefs: don't force direct io for files opened O_WRONLYAlan Somers2019-03-301-10/+1
* MFHead @345353Alan Somers2019-03-201-1/+1
|\
| * Rename fuse(4) to fusefs(4)Alan Somers2019-03-201-1/+1
* | fuse(4): convert debug printfs into dtrace probesAlan Somers2019-02-281-12/+13
|/
* Fuse: whitespace and style(9) cleanupConrad Meyer2019-02-201-15/+8
* fuse: add descriptions for remaining sysctlsConrad Meyer2019-02-201-1/+1
* FUSE: Remove some set-but-not-used variablesConrad Meyer2018-08-081-6/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Fix fuse for "cp" of a mode 0444 file to the file system.Rick Macklem2016-05-151-0/+22
* Fix fuse to use DIRECT_IO when required.Rick Macklem2016-05-141-1/+11
* - Current caching mode is completely broken because it simply reliesAttilio Rao2012-11-081-1/+0
* Rename s/DEBUG()/FS_DEBUG() and s/DEBUG2G()/FS_DEBUG2G() in order toAttilio Rao2012-10-141-1/+1
* Import a FreeBSD port of the FUSE Linux module.Attilio Rao2012-10-131-0/+260