aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fuse/fuse_internal.c
Commit message (Expand)AuthorAgeFilesLines
...
* fusefs: raise protocol level to 7.23Alan Somers2019-06-211-3/+4
* fusefs: attempt to support servers as old as protocol 7.4Alan Somers2019-06-201-7/+19
* fusefs: raise protocol level to 7.13Alan Somers2019-06-201-0/+4
* fusefs: implement VOP_BMAPAlan Somers2019-06-201-1/+2
* fusefs: implement non-clustered readaheadAlan Somers2019-06-171-3/+3
* MFHead @348740Alan Somers2019-06-061-9/+6
|\
* | fusefs: don't require FUSE_EXPORT_SUPPORT for async invalidationAlan Somers2019-06-031-26/+5
* | fusefs: support asynchronous cache invalidationAlan Somers2019-06-031-3/+87
* | fusefs: support name cache invalidationAlan Somers2019-06-011-0/+65
* | fusefs: check the vnode cache when looking up files for the NFS serverAlan Somers2019-05-311-0/+1
* | fusefs: raise protocol level to 7.12Alan Somers2019-05-291-1/+13
* | fusefs: set the flags fields of fuse_write_in and fuse_read_inAlan Somers2019-05-281-1/+11
* | fusefs: clear fuse_getattr_in.getattr_flagsAlan Somers2019-05-271-0/+9
* | fusefs: misc build fixesAlan Somers2019-05-251-1/+1
* | fusefs: implement FUSE_ASYNC_READAlan Somers2019-05-241-1/+3
* | fusefs: fix some garbage left behind by r348209Alan Somers2019-05-241-1/+0
* | fusefs: fix exporting fuse filesystems with nfsdAlan Somers2019-05-231-34/+74
* | fusefs: Make fuse file systems NFS-exportableAlan Somers2019-05-231-1/+3
* | fusefs: improve attribute cacheingAlan Somers2019-05-231-53/+45
* | fusefs: forward UTIME_NOW to the serverAlan Somers2019-05-161-0/+4
* | fusefs: allow the server to specify st_blksizeAlan Somers2019-05-161-1/+6
* | fusefs: don't track a file's size in two placesAlan Somers2019-05-151-24/+32
* | fusefs: create sockets with FUSE_MKNOD, not FUSE_CREATEAlan Somers2019-05-091-0/+13
* | fusefs: clear a dir's attr cache when its contents changeAlan Somers2019-05-091-0/+7
* | fusefs: allow ftruncate on files without write permissionAlan Somers2019-05-061-0/+3
* | fusefs: clear SUID & SGID after a successful write by a non-ownerAlan Somers2019-05-061-0/+108
* | fusefs: rename the SDT probes from "fuse" to "fusefs"Alan Somers2019-04-201-3/+3
* | fusefs: give priority to FUSE_INTERRUPT operationsAlan Somers2019-04-191-3/+3
* | fusefs: implement VOP_ADVLOCKAlan Somers2019-04-121-1/+3
* | fusefs: Handle ENOSYS for all remaining opcodesAlan Somers2019-04-121-0/+10
* | fusefs: various cleanupsAlan Somers2019-04-101-8/+3
* | fusefs: WIP supporting -o default_permissionsAlan Somers2019-04-101-5/+17
* | fusefs: cache negative lookupsAlan Somers2019-04-091-12/+2
* | fusefs: implement attribute cache timeoutsAlan Somers2019-04-091-6/+13
* | fusefs: cache file attributesAlan Somers2019-04-081-3/+59
* | fusefs: implement VOP_ACCESSAlan Somers2019-04-051-51/+16
* | fusefs: enforce -onoallow_other even beneath the mountpointAlan Somers2019-04-051-1/+5
* | fusefs: correctly return EROFS from VOP_ACCESSAlan Somers2019-04-051-1/+1
* | fusefs: correctly handle short writesAlan Somers2019-04-041-8/+15
* | fusefs: replace obsolete array idiomsAlan Somers2019-04-011-22/+23
* | fusefs: replace the fufh table with a linked listAlan Somers2019-03-311-8/+2
* | fusefs: delete dead code in fuse_vnop_setattrAlan Somers2019-03-271-2/+1
* | FUSEFS: during FUSE_READDIR, set the read size correctly.Alan Somers2019-03-271-6/+2
* | fusefs: set fuse_init_in->max_readahead correctlyAlan Somers2019-03-271-2/+6
* | fusefs: delete dead codeAlan Somers2019-03-261-3/+7
* | fusefs: Don't treat fsync the same as fdatasyncAlan Somers2019-03-211-19/+32
* | fusefs: VOP_FSYNC should be synchronous -- sometimesAlan Somers2019-03-211-3/+9
* | fusefs: VOP_FSYNC should be synchronousAlan Somers2019-03-211-5/+3
|/
* fuse(4): remove more debugging printfsAlan Somers2019-03-191-1/+62
* fuse(4): convert debug printfs into dtrace probesAlan Somers2019-02-281-18/+11