aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fuse/fuse_io.c
Commit message (Expand)AuthorAgeFilesLines
* Internal scheduling priorities: Always use symbolic onesOlivier Certner2025-06-181-1/+1
* Add vnode_pager_clean_{a,}sync(9)Konstantin Belousov2024-01-111-5/+2
* 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
* fusefs: truncate write if it would exceed RLIMIT_FSIZEAlan Somers2022-09-251-4/+12
* filesystems: return error from vn_rlimit_fsize() instead of EFBIGKonstantin Belousov2022-09-241-4/+6
* fusefs: correctly handle servers that report too much data writtenAlan Somers2022-04-191-6/+12
* fusefs: Address -Wunused-but-set-variable warningsMark Johnston2022-01-201-6/+0
* Fix a race in fusefs that can corrupt a file's size.Alan Somers2022-01-011-1/+4
* modules: increase MAXMODNAME and provide backward compatBjoern A. Zeeb2021-12-091-0/+1
* fusefs: inline fuse_io_dispatchAlan Somers2021-12-071-177/+4
* fusefs: update atime on reads when using cached attributesAlan Somers2021-11-291-1/+2
* fusefs: Fix a bug during VOP_STRATEGY when the server changes file sizeAlan Somers2021-10-061-7/+12
* fusefs: quiet some cache-related warningsAlan Somers2021-10-061-2/+2
* fusefs: improve warnings about buggy FUSE serversAlan Somers2021-06-161-4/+4
* vnode: move write cluster support data to inodes.Konstantin Belousov2021-02-211-1/+2
* fusefs: implement FUSE_COPY_FILE_RANGE.Alan Somers2021-01-011-41/+1
* fusefs: fix mmap'd writes in direct_io modeAlan Somers2020-09-241-8/+8
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-1/+1
* fusefs: Fix iosize for FUSE_WRITE in 7.8 compat modeAlan Somers2019-09-111-6/+11
* fusefs: fix panic when writing with O_DIRECT and using writeback cacheAlan Somers2019-07-281-3/+58
* [skip ci] update copyright headers in fusefs filesAlan Somers2019-06-281-0/+5
* fusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE optionAlan Somers2019-06-261-2/+2
* fusefs: automatically update mtime and ctime on writeAlan Somers2019-06-251-0/+7
* fusefs: writes should update the file size, even when data_cache_mode=0Alan Somers2019-06-251-2/+1
* fusefs: rewrite vop_getpages and vop_putpagesAlan Somers2019-06-251-32/+53
* fusefs: refine the short read fix from r349332Alan Somers2019-06-241-0/+5
* fusefs: improve the short read fix from r349279Alan Somers2019-06-241-5/+14
* fusefs: fix corruption on short reads caused by r349279Alan Somers2019-06-211-12/+16
* fusefs: correctly handle short readsAlan Somers2019-06-211-14/+42
* fusefs: implement VOP_BMAPAlan Somers2019-06-201-2/+2
* fusefs: multiple fixes related to the write cacheAlan Somers2019-06-171-17/+1
* fusefs: use cluster_read for more readaheadAlan Somers2019-06-171-1/+7
* fusefs: implement non-clustered readaheadAlan Somers2019-06-171-5/+24
* fusefs: fix the "write-through" of write-through cacheingAlan Somers2019-06-141-7/+3
* fusefs: enable write clusteringAlan Somers2019-06-141-3/+8
* fusefs: fix a bug with WriteBack cacheingAlan Somers2019-06-131-13/+22
* fusefs: WIP fixing writeback cacheingAlan Somers2019-06-111-13/+58
* fusefs: remove some stuff that was copy/pasted from nfsclientAlan Somers2019-06-061-27/+2
* MFHead @348740Alan Somers2019-06-061-2/+2
|\
| * Remove "struct ucred*" argument from vtruncbufAlan Somers2019-05-241-3/+3
* | fusefs: simplify fuse_write_biobackend. No functional change.Alan Somers2019-06-051-51/+39
* | fusefs: respect RLIMIT_FSIZEAlan Somers2019-06-031-0/+6
* | fusefs: set the flags fields of fuse_write_in and fuse_read_inAlan Somers2019-05-281-2/+2
* | fusefs: set FUSE_WRITE_CACHE when writing from cacheAlan Somers2019-05-271-14/+26
* | fusefs: fix exporting fuse filesystems with nfsdAlan Somers2019-05-231-2/+17
* | fusefs: improve attribute cacheingAlan Somers2019-05-231-3/+7
* | fusefs: fix "recursing on non recursive lockmgr" panicAlan Somers2019-05-221-3/+0
* | fusefs: remove the vfs.fusefs.sync_resize syctl, correctly this timeAlan Somers2019-05-221-4/+0