aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* fusefs: sanitize FUSE_READLINK results for embedded NULsAlan Somers2023-10-152-0/+8
* fusefs: fix some bugs updating atime during closeAlan Somers2023-10-051-4/+23
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-239-18/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-237-14/+0
* fusefs: Remove an unused pbuf zoneMark Johnston2023-05-292-5/+0
* fusefs: fix some resource leaksAlan Somers2023-02-191-0/+2
* fusefs: fix VOP_ADVLOCK with SEEK_ENDAlan Somers2022-11-231-2/+31
* fusefs: After successful F_GETLK, l_whence should be SEEK_SETAlan Somers2022-10-311-0/+1
* fusefs: during F_GETLK, don't change l_pid if no lock is foundAlan Somers2022-10-311-1/+1
* copy_file_range: truncate write if it would exceed RLIMIT_FSIZEAlan Somers2022-10-121-5/+10
* fusefs: truncate write if it would exceed RLIMIT_FSIZEAlan Somers2022-10-121-4/+12
* fusefs: respect RLIMIT_FSIZE during truncateAlan Somers2022-10-121-0/+3
* filesystems: return error from vn_rlimit_fsize() instead of EFBIGKonstantin Belousov2022-10-081-4/+6
* fusefs: handle evil servers that return illegal inode numbersAlan Somers2022-06-183-3/+31
* fusefs: fix an undefined variable accessAlan Somers2022-05-231-1/+1
* fusefs: use the fsname mount option if setAlan Somers2022-05-231-2/+5
* fusefs: fix FUSE_CREATE with file handles and fuse protocol < 7.9Alan Somers2022-05-121-1/+5
* fusefs: correctly handle servers that report too much data writtenAlan Somers2022-05-121-6/+12
* fusefs: validate servers' error valuesAlan Somers2022-05-121-2/+12
* fusefs: fix two bugs regarding VOP_RECLAIM of the root inodeAlan Somers2022-04-291-1/+18
* fusefs(5): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* fusefs: Initialize a pad word in the mknod messageMark Johnston2022-03-211-0/+1
* fusefs: fix a cached attributes bug during directory renameAlan Somers2022-03-091-1/+1
* fuse: Fix build on 32-bit architecturesJessica Clarke2022-03-031-1/+1
* Fix NFS exports of FUSE file systems for big directoriesAlan Somers2022-03-023-76/+63
* fusefs: Address -Wunused-but-set-variable warningsMark Johnston2022-01-274-23/+1
* fusefs: implement VOP_ALLOCATEAlan Somers2022-01-183-1/+100
* fusefs: in the tests, always assume debug.try_reclaim_vnode is availableAlan Somers2022-01-181-8/+18
* fusefs: copy_file_range must update file timestampsAlan Somers2022-01-181-0/+2
* Fix a race in fusefs that can corrupt a file's size.Alan Somers2022-01-186-9/+46
* fusefs: invalidate the cache during copy_file_rangeAlan Somers2022-01-031-0/+10
* fusefs: inline fuse_io_dispatchAlan Somers2022-01-033-181/+178
* fusefs: correctly handle an inode that changes file typesAlan Somers2022-01-032-14/+20
* modules: increase MAXMODNAME and provide backward compatBjoern A. Zeeb2021-12-303-0/+3
* fusefs: update atime on reads when using cached attributesAlan Somers2021-12-145-6/+33
* fusefs: fix copy_file_range when extending a fileAlan Somers2021-12-141-0/+3
* fusefs: delete a redundant getnanouptimeAlan Somers2021-12-141-1/+0
* fusefs: Fix a bug during VOP_STRATEGY when the server changes file sizeAlan Somers2021-12-071-7/+12
* fusefs: fix a recurse-on-non-recursive lockmgr panicAlan Somers2021-12-071-4/+16
* fusefs: quiet some cache-related warningsAlan Somers2021-12-077-107/+76
* fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORTAlan Somers2021-12-075-22/+60
* fusefs: diff reduction in fuse_kernel.hAlan Somers2021-12-072-10/+77
* fusefs: don't panic if FUSE_GETATTR fails durint VOP_GETPAGESAlan Somers2021-10-071-11/+9
* buffer pager: allow get_blksize method to return errorKonstantin Belousov2021-09-241-2/+3
* fusefs: correctly set lock owner during FUSE_SETLKAlan Somers2021-07-271-2/+2
* fusefs: ensure that FUSE ops' headers' unique values are actually uniqueAlan Somers2021-07-041-20/+14
* fusefs: delete dead codeAlan Somers2021-07-032-8/+0
* fusefs: support EVFILT_WRITE on /dev/fuseAlan Somers2021-07-031-1/+19
* fusefs: improve warnings about buggy FUSE serversAlan Somers2021-07-036-27/+63
* fusefs: delete dead codeAlan Somers2021-07-031-2/+0