summaryrefslogtreecommitdiff
path: root/sys/fs/fuse/fuse_node.c
AgeCommit message (Expand)Author
2025-06-13fusefs: add more checks for buggy FUSE serversAlan Somers
2024-05-23Stop treating size 0 as unknown size in vnode_create_vobject().Pawel Jakub Dawidek
2024-04-04fusefs: correct a commentAlan Somers
2024-02-04fusefs: fix invalid value for st_birthtime.tv_nsecAlan Somers
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-05vfs: use __enum_uint8 for vtype and vstateMateusz Guzik
2022-12-26vfs: add the concept of vnode state transitionsMateusz Guzik
2022-05-12fusefs: handle evil servers that return illegal inode numbersAlan Somers
2022-01-20fusefs: Address -Wunused-but-set-variable warningsMark Johnston
2021-12-31Fix a race in fusefs that can corrupt a file's size.Alan Somers
2021-12-06fusefs: correctly handle an inode that changes file typesAlan Somers
2021-11-28fusefs: update atime on reads when using cached attributesAlan Somers
2021-10-11vfs: remove cn_threadMateusz Guzik
2021-10-06fusefs: quiet some cache-related warningsAlan Somers
2021-02-21vnode: move write cluster support data to inodes.Konstantin Belousov
2020-09-01fs: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-11fusefs: avoid cache corruption with buggy fuse serversAlan Somers
2020-01-15fusefs: add missing CLTFLAG_MPSAFE annotationMateusz Guzik
2019-08-06fusefs: remove superfluous counter_u64_zeroAlan Somers
2019-07-13fusefs: fix the build with some NODEBUG kernelsAlan Somers
2019-06-28[skip ci] update copyright headers in fusefs filesAlan Somers
2019-06-27fusefs: convert statistical sysctls to use counter(9)Alan Somers
2019-06-26fusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE optionAlan Somers
2019-06-26fusefs: implement the "time_gran" feature.Alan Somers
2019-06-25fusefs: automatically update mtime and ctime on writeAlan Somers
2019-06-11fusefs: fix a page fault with writeback cacheingAlan Somers
2019-06-06MFHead @348740Alan Somers
2019-05-29fusefs: raise protocol level to 7.10Alan Somers
2019-05-24Remove "struct ucred*" argument from vtruncbufAlan Somers
2019-05-24fusefs: implement FUSE_ASYNC_READAlan Somers
2019-05-23fusefs: assume the mountpoint's generation is 0Alan Somers
2019-05-23fusefs: Make fuse file systems NFS-exportableAlan Somers
2019-05-23fusefs: improve attribute cacheingAlan Somers
2019-05-15fusefs: don't track a file's size in two placesAlan Somers
2019-05-13fusefs: eliminate superfluous FUSE_GETATTR when filesize=0Alan Somers
2019-05-13fusefs: remove the vfs.fusefs.data_cache_invalidate sysctlAlan Somers
2019-05-13fusefs: remove the vfs.fusefs.mmap_enable sysctlAlan Somers
2019-05-13fusefs: remove the vfs.fusefs.refresh_size sysctlAlan Somers
2019-05-13fusefs: remove the vfs.fusefs.sync_resize syctlAlan Somers
2019-05-13fusefs: remove the vfs.fusefs.fix_broken_io sysctlAlan Somers
2019-05-13fusefs: enhance an SDT probe added in r346998Alan Somers
2019-05-01fusefs: fix "returning with lock held" panics in fuse_vnode_allocAlan Somers
2019-04-29fusefs: FIFO supportAlan Somers
2019-04-23fusefs: use vfs_bio_clrbuf in fuse_vnode_setsizeAlan Somers
2019-04-20fusefs: rename the SDT probes from "fuse" to "fusefs"Alan Somers
2019-04-11fusefs: fix a panic in a stale vnode situationAlan Somers
2019-04-09fusefs: cache negative lookupsAlan Somers
2019-04-09fusefs: implement entry cache timeoutsAlan Somers
2019-04-09fusefs: implement attribute cache timeoutsAlan Somers