aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fuse/fuse_internal.c
Commit message (Expand)AuthorAgeFilesLines
* fusefs: respect the server's FUSE_SETXATTR_EXT flagAlan Somers2025-11-031-1/+4
* fusefs: Fix a panic when unmounting before initAlan Somers2025-06-121-0/+3
* fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flagsCismonX2024-12-201-4/+0
* fusefs: Fix warning formattingMark Johnston2024-08-271-2/+2
* fusefs: only test for incoherency if FN_SIZECHANGE is setEmil Tsalapatis2024-02-091-2/+2
* fusefs: fix invalid value for st_birthtime.tv_nsecAlan Somers2024-02-041-1/+0
* fusefs(5): Fix a typo in a SDT probeGordon Bergling2024-01-201-1/+1
* 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
* vfs: use __enum_uint8 for vtype and vstateMateusz Guzik2023-07-051-4/+4
* fusefs: fix an undefined variable accessAlan Somers2022-05-051-1/+1
* fusefs: Initialize a pad word in the mknod messageMark Johnston2022-03-171-0/+1
* fusefs: require FUSE_NO_OPENDIR_SUPPORT for NFS exportingAlan Somers2022-02-041-56/+28
* Fix NFS exports of FUSE file systems for big directoriesAlan Somers2022-02-041-7/+7
* fusefs: Address -Wunused-but-set-variable warningsMark Johnston2022-01-201-8/+0
* fusefs: implement VOP_ALLOCATEAlan Somers2022-01-011-0/+4
* Fix a race in fusefs that can corrupt a file's size.Alan Somers2022-01-011-0/+5
* Change VOP_READDIR's cookies argument to a **uint64_tAlan Somers2021-12-161-3/+3
* fusefs: correctly handle an inode that changes file typesAlan Somers2021-12-071-3/+6
* fusefs: update atime on reads when using cached attributesAlan Somers2021-11-291-1/+10
* vfs: remove cn_threadMateusz Guzik2021-10-111-5/+4
* fusefs: quiet some cache-related warningsAlan Somers2021-10-061-23/+51
* fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORTAlan Somers2021-09-271-2/+6
* fusefs: diff reduction in fuse_kernel.hAlan Somers2021-09-271-1/+1
* fusefs: improve warnings about buggy FUSE serversAlan Somers2021-06-161-11/+8
* fusefs: set d_off during VOP_READDIRAlan Somers2021-02-131-6/+7
* fusefs: implement FUSE_COPY_FILE_RANGE.Alan Somers2021-01-011-0/+48
* fusefs: update FUSE protocol to 7.24 and implement FUSE_LSEEKAlan Somers2020-12-311-3/+6
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-171-1/+1
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-051-1/+1
* Fix issues with FUSE_ACCESS when default_permissions is disabledAlan Somers2020-05-221-1/+10
* fusefs: better dtrace probes for asynchronous invalidation operationsAlan Somers2020-05-081-2/+6
* fusefs: add a dtrace probe that fires after mounting is completeAlan Somers2020-03-301-0/+3
* fusefs: avoid cache corruption with buggy fuse serversAlan Somers2020-03-111-0/+21
* fusefs: fix fsync for files with multiple open handlesAlan Somers2020-03-091-0/+1
* Fix an off-by-one error from r351961Alan Somers2019-09-161-1/+1
* Coverity fixes in fusefs(5)Alan Somers2019-09-061-0/+3
* fusefs: Fix the size of fuse_getattr_inAlan Somers2019-08-141-2/+2
* fusefs: remove superfluous counter_u64_zeroAlan Somers2019-08-061-2/+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: recycle vnodes after their last unlinkAlan Somers2019-06-271-2/+30
* fusefs: counter(9) variables should not be statically initializedAlan Somers2019-06-271-2/+2
* fusefs: convert statistical sysctls to use counter(9)Alan Somers2019-06-271-2/+28
* fusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE optionAlan Somers2019-06-261-1/+17
* fusefs: implement the "time_gran" feature.Alan Somers2019-06-261-2/+8
* fusefs: set ctime during FUSE_SETATTR following a writeAlan Somers2019-06-261-0/+5
* fusefs: automatically update mtime and ctime on writeAlan Somers2019-06-251-0/+17
* fusefs: raise protocol level to 7.23Alan Somers2019-06-211-3/+4