summaryrefslogtreecommitdiff
path: root/sys/fs/fuse
AgeCommit message (Expand)Author
10 daysfusefs: support FUSE_IOCTLCismonX
2025-12-29fs/fuse: use dedicated category per source fileKonstantin Belousov
2025-11-04fusefs: standardize on OPNOTSUPP for posix_fallocate(2)Kyle Evans
2025-11-03fusefs: respect the server's FUSE_SETXATTR_EXT flagAlan Somers
2025-10-28fusefs(5): Fix a couple of typos in kernel messagesGordon Bergling
2025-10-26fusefs: fix page fault triggered by async notification when unmountedAlan Somers
2025-10-18knotes: kqueue: handle copy for trivial filtersKonstantin Belousov
2025-10-14fuse_flush: Reuse the struct mount *mp variableGleb Popov
2025-09-27vfs: retire the NULLVP macroMateusz Guzik
2025-09-19fusefs: fix a kernel panic regarding SCM_RIGHTSAlan Somers
2025-09-17fuse: Fix GID when sending FUSE_INTERRUPT to a FUSE daemonOlivier Certner
2025-09-14fusefs: spaces to tabs. No functional change.Alan Somers
2025-08-17vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav
2025-08-07vfs: Add support for file cloning to VOP_COPY_FILE_RANGERick Macklem
2025-08-05fusefs: don't fake the mountpoint's stat info before FUSE_INIT completesAlan Somers
2025-07-24kern: adopt the cr_gid macro for cr_groups[0] more widelyKyle Evans
2025-07-04fusefs: exterrorize fuse_vnops.cGleb Popov
2025-07-04fuse_vnop_allocate: Drop duplicated vfs_isrdonly() checkGleb Popov
2025-07-03fusefs: Upgrade FUSE protocol to version 7.35.Claudiu I. Palincas
2025-06-21fusefs: Fix returned error code in fuse_device_write()Gleb Popov
2025-06-17Internal scheduling priorities: Always use symbolic onesOlivier Certner
2025-06-17fusefs: First take on exterrorizingGleb Popov
2025-06-15fusefs: fix a panic in vop_close with a CTL consumerAlan Somers
2025-06-13fusefs: add more checks for buggy FUSE serversAlan Somers
2025-06-12fusefs: Fix a panic when unmounting before initAlan Somers
2025-06-05fusefs: delete dead codeAlan Somers
2025-05-27namei: Fix cn_flags width in various placesMark Johnston
2025-04-29fusefs: Upgrade FUSE protocol to version 7.33.Claudiu I. Palincas
2024-12-23fusefs: fix a memory leakAlan Somers
2024-12-19fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flagsCismonX
2024-12-13fusefs: FUSE_NOTIFY_INVAL_* must busy the mountpointAlan Somers
2024-12-11fusefs: Upgrade FUSE protocol to version 7.32.Claudiu I. Palincas
2024-11-26kern: Make fileops and filterops tables const where possibleMark Johnston
2024-09-08fusefs: fix an uninitialized memory access in fuse_vnop_deallocateAlan Somers
2024-08-27fusefs: Fix warning formattingMark Johnston
2024-06-24fusefs: fix two bugs regarding _PC_MIN_HOLE_SIZEAlan Somers
2024-05-23Stop treating size 0 as unknown size in vnode_create_vobject().Pawel Jakub Dawidek
2024-05-22Fix build.Pawel Jakub Dawidek
2024-05-22Simplify the code.Pawel Jakub Dawidek
2024-04-04fusefs: correct a commentAlan Somers
2024-02-08fusefs: only test for incoherency if FN_SIZECHANGE is setEmil Tsalapatis
2024-02-04fusefs: fix invalid value for st_birthtime.tv_nsecAlan Somers
2024-01-20fusefs(5): Fix a typo in a SDT probeGordon Bergling
2024-01-15fusefs: fix an interaction between copy_file_range and mmapAlan Somers
2024-01-11Add vnode_pager_clean_{a,}sync(9)Konstantin Belousov
2023-12-27fuse: Fix typo (triple S)Jose Luis Duran
2023-11-28vn_copy_file_range(): provide ENOSYS fallback to vn_generic_copy_file_range()Konstantin Belousov
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-16fuse_vnop_copy_file_range(): add safetyKonstantin Belousov
2023-11-16fuse_vnop_copy_file_range(): use vn_lock_pair()Konstantin Belousov