aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* fusefs: fix an undefined variable accessAlan Somers2022-05-051-1/+1
* fusefs: use the fsname mount option if setAlan Somers2022-04-291-2/+5
* fusefs: fix FUSE_CREATE with file handles and fuse protocol < 7.9Alan Somers2022-04-281-1/+5
* fusefs: correctly handle servers that report too much data writtenAlan Somers2022-04-191-6/+12
* fusefs: validate servers' error valuesAlan Somers2022-04-151-2/+12
* fusefs: fix two bugs regarding VOP_RECLAIM of the root inodeAlan Somers2022-04-061-1/+18
* fusefs(5): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* fusefs: Initialize a pad word in the mknod messageMark Johnston2022-03-171-0/+1
* fusefs: fix a cached attributes bug during directory renameAlan Somers2022-02-241-1/+1
* fusefs: fix the build without INVARIANTS after 00134a07898Alan Somers2022-02-051-3/+2
* fusefs: require FUSE_NO_OPENDIR_SUPPORT for NFS exportingAlan Somers2022-02-043-78/+64
* fusefs: optimize NFS readdir for FUSE_NO_OPENDIR_SUPPORTAlan Somers2022-02-041-6/+8
* Fix NFS exports of FUSE file systems for big directoriesAlan Somers2022-02-041-7/+7
* fusefs: Address -Wunused-but-set-variable warningsMark Johnston2022-01-204-23/+1
* fusefs: implement VOP_DEALLOCATEAlan Somers2022-01-192-4/+117
* fusefs: implement VOP_ALLOCATEAlan Somers2022-01-013-1/+100
* fusefs: fix .. lookups when the parent has been reclaimed.Alan Somers2022-01-011-8/+18
* fusefs: copy_file_range must update file timestampsAlan Somers2022-01-011-0/+2
* Fix a race in fusefs that can corrupt a file's size.Alan Somers2022-01-016-9/+46
* Change VOP_READDIR's cookies argument to a **uint64_tAlan Somers2021-12-163-7/+7
* modules: increase MAXMODNAME and provide backward compatBjoern A. Zeeb2021-12-093-0/+3
* fusefs: invalidate the cache during copy_file_rangeAlan Somers2021-12-071-0/+10
* fusefs: inline fuse_io_dispatchAlan Somers2021-12-073-181/+178
* fusefs: correctly handle an inode that changes file typesAlan Somers2021-12-072-14/+20
* fusefs: update atime on reads when using cached attributesAlan Somers2021-11-295-6/+33
* fusefs: fix copy_file_range when extending a fileAlan Somers2021-11-291-0/+3
* fusefs: delete a redundant getnanouptimeAlan Somers2021-11-281-1/+0
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-1/+1
* vfs: remove cn_threadMateusz Guzik2021-10-113-9/+8
* fusefs: Fix a bug during VOP_STRATEGY when the server changes file sizeAlan Somers2021-10-061-7/+12
* fusefs: fix a recurse-on-non-recursive lockmgr panicAlan Somers2021-10-061-4/+16
* fusefs: quiet some cache-related warningsAlan Somers2021-10-067-107/+76
* fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORTAlan Somers2021-09-275-22/+60
* fusefs: diff reduction in fuse_kernel.hAlan Somers2021-09-272-10/+77
* fusefs: don't panic if FUSE_GETATTR fails durint VOP_GETPAGESAlan Somers2021-09-211-11/+9
* buffer pager: allow get_blksize method to return errorKonstantin Belousov2021-09-171-2/+3
* fusefs: correctly set lock owner during FUSE_SETLKAlan Somers2021-06-261-2/+2
* fusefs: ensure that FUSE ops' headers' unique values are actually uniqueAlan Somers2021-06-191-20/+14
* fusefs: delete dead codeAlan Somers2021-06-192-8/+0
* Simplify fuse_device_filt_writegAlfonso-bit2021-06-161-4/+2
* fusefs: support EVFILT_WRITE on /dev/fuseAlan Somers2021-06-161-1/+21
* fusefs: improve warnings about buggy FUSE serversAlan Somers2021-06-166-27/+63
* fusefs: delete dead codeAlan Somers2021-06-151-2/+0
* fusefs: fix a dead store in fuse_vnop_advlockAlan Somers2021-03-201-1/+0
* fusefs: fix two bugs regarding fcntl file locksAlan Somers2021-03-181-3/+7
* vnode: move write cluster support data to inodes.Konstantin Belousov2021-02-213-1/+5
* fusefs: set d_off during VOP_READDIRAlan Somers2021-02-131-6/+7
* Fix vnode locking bug in fuse_vnop_copy_file_rangeAlan Somers2021-01-031-8/+8
* fusefs: only check vnode locks with DEBUG_VFS_LOCKSAlan Somers2021-01-031-1/+1