summaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-15fuse: don't allow signals to interrupt getdents copyingMiklos Szeredi1-2/+2
2025-05-15fs: fuse: add dev id to /dev/fuse fdinfoChen Linxuan1-0/+15
2025-05-12fuse: drop usage of folio_indexKairui Song1-2/+2
2025-05-12fuse: fix race between concurrent setattrs from multiple nodesGuang Yuan Wu1-0/+11
2025-05-05saner calling conventions for ->d_automount()Al Viro1-3/+0
2025-04-15fuse: remove tmp folio for writebacks and internal rb treeJoanne Koong2-339/+28
2025-04-15fuse: optimize over-io-uring request expiration checkJoanne Koong3-7/+22
2025-04-15fuse: use boolean bit-fields in struct fuse_copy_stateJoanne Koong3-16/+16
2025-04-15fuse: Convert 'write' to a bit-field in struct fuse_copy_stateJoanne Koong1-1/+1
2025-04-15fuse: add more control over cache invalidation behaviourLuis Henriques5-5/+45
2025-04-15fuse: Move prefaulting out of hot write pathDave Hansen1-4/+10
2025-04-14fuse: change 'unsigned' to 'unsigned int'Jiale Yang2-7/+7
2025-04-07virtiofs: add filesystem context source name checkXiangsheng Hou1-0/+3
2025-04-02Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-38/+322
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-32/+7
2025-03-31fuse: remove unneeded atomic set in uring creationJoanne Koong1-1/+0
2025-03-31fuse: fix uring race condition for null dereference of fcJoanne Koong1-2/+2
2025-03-31fuse: Increase FUSE_NAME_MAX to PATH_MAXBernd Schubert4-5/+20
2025-03-31fuse: Allocate only namelen buf memory in fuse_notify_Bernd Schubert1-12/+14
2025-03-31fuse: add default_request_timeout and max_request_timeout sysctlsJoanne Koong4-5/+65
2025-03-31fuse: add kernel-enforced timeout option for requestsJoanne Koong6-1/+170
2025-03-31fuse: optmize missing FUSE_LINK supportMiklos Szeredi2-1/+11
2025-03-31fuse: Return EPERM rather than ENOSYS from link()Matt Johnston1-0/+2
2025-03-31fuse: removed unused function fuse_uring_create() from headerLuis Henriques1-6/+0
2025-03-31fuse: {io-uring} Fix a possible req cancellation raceBernd Schubert5-13/+46
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-18/+32
2025-03-19fuse: fix possible deadlock if rings are never initializedLuis Henriques1-1/+1
2025-03-19fuse: fix uring race condition for null dereference of fcJoanne Koong1-2/+2
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple1-2/+1
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple1-24/+3
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple1-3/+1
2025-03-17fuse: fix dax truncate/punch_hole fault pathAlistair Popple3-4/+3
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds1-1/+1
2025-03-06fs/pipe: fix pipe buffer index use in FUSELinus Torvalds1-7/+6
2025-03-05fuse: return correct dentry for ->mkdirNeilBrown1-17/+31
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-3/+3
2025-02-20fuse: don't truncate cached, mutated symlinkMiklos Szeredi1-1/+1
2025-02-14fuse: revert back to __readahead_folio() for readaheadJoanne Koong2-2/+17
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+9
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-01-29Merge tag 'fuse-update-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-77/+1749
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-27fuse_dentry_revalidate(): use stable parent inode and name passed by callerAl Viro1-10/+7
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2025-01-27fuse: prevent disabling io-uring on active connectionsBernd Schubert1-5/+6
2025-01-27fuse: enable fuse-over-io-uringBernd Schubert2-2/+4
2025-01-27fuse: block request allocation until io-uring init is completeBernd Schubert4-1/+10
2025-01-27fuse: {io-uring} Prevent mount point hang on fuse-server terminationBernd Schubert2-3/+75
2025-01-27fuse: Allow to queue bg requests through io-uringBernd Schubert3-1/+136
2025-01-27fuse: Allow to queue fg requests through io-uringBernd Schubert2-0/+188