aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* namei: Fix cn_flags width in various placesMark Johnston2025-11-191-6/+5
* fusefs: fix a memory leakAlan Somers2025-01-201-1/+1
* fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flagsCismonX2025-01-204-21/+11
* fusefs: FUSE_NOTIFY_INVAL_* must busy the mountpointAlan Somers2025-01-201-1/+8
* fusefs: fix two bugs regarding _PC_MIN_HOLE_SIZEAlan Somers2024-07-081-10/+38
* fusefs: correct a commentAlan Somers2024-06-131-4/+5
* fusefs: only test for incoherency if FN_SIZECHANGE is setEmil Tsalapatis2024-06-131-2/+2
* fusefs: fix invalid value for st_birthtime.tv_nsecAlan Somers2024-02-122-1/+7
* fusefs: fix an interaction between copy_file_range and mmapAlan Somers2024-02-021-0/+1
* fusefs(5): Fix a typo in a SDT probeGordon Bergling2024-01-251-1/+1
* Add vnode_pager_clean_{a,}sync(9)Konstantin Belousov2024-01-181-5/+2
* vn_copy_file_range(): provide ENOSYS fallback to vn_generic_copy_file_range()Konstantin Belousov2023-12-051-5/+2
* fuse_vnop_copy_file_range(): add safetyKonstantin Belousov2023-11-231-1/+2
* fuse_vnop_copy_file_range(): use vn_lock_pair()Konstantin Belousov2023-11-231-17/+5
* 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-74/+61
* 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