summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2025-04-07virtiofs: add filesystem context source name checkXiangsheng Hou
2025-04-02Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-31fuse: remove unneeded atomic set in uring creationJoanne Koong
2025-03-31fuse: fix uring race condition for null dereference of fcJoanne Koong
2025-03-31fuse: Increase FUSE_NAME_MAX to PATH_MAXBernd Schubert
2025-03-31fuse: Allocate only namelen buf memory in fuse_notify_Bernd Schubert
2025-03-31fuse: add default_request_timeout and max_request_timeout sysctlsJoanne Koong
2025-03-31fuse: add kernel-enforced timeout option for requestsJoanne Koong
2025-03-31fuse: optmize missing FUSE_LINK supportMiklos Szeredi
2025-03-31fuse: Return EPERM rather than ENOSYS from link()Matt Johnston
2025-03-31fuse: removed unused function fuse_uring_create() from headerLuis Henriques
2025-03-31fuse: {io-uring} Fix a possible req cancellation raceBernd Schubert
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-19fuse: fix possible deadlock if rings are never initializedLuis Henriques
2025-03-19fuse: fix uring race condition for null dereference of fcJoanne Koong
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple
2025-03-17fuse: fix dax truncate/punch_hole fault pathAlistair Popple
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds
2025-03-06fs/pipe: fix pipe buffer index use in FUSELinus Torvalds
2025-03-05fuse: return correct dentry for ->mkdirNeilBrown
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-20fuse: don't truncate cached, mutated symlinkMiklos Szeredi
2025-02-14fuse: revert back to __readahead_folio() for readaheadJoanne Koong
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-01-29Merge tag 'fuse-update-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-27fuse_dentry_revalidate(): use stable parent inode and name passed by callerAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2025-01-27fuse: prevent disabling io-uring on active connectionsBernd Schubert
2025-01-27fuse: enable fuse-over-io-uringBernd Schubert
2025-01-27fuse: block request allocation until io-uring init is completeBernd Schubert
2025-01-27fuse: {io-uring} Prevent mount point hang on fuse-server terminationBernd Schubert
2025-01-27fuse: Allow to queue bg requests through io-uringBernd Schubert
2025-01-27fuse: Allow to queue fg requests through io-uringBernd Schubert
2025-01-27fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-staticBernd Schubert
2025-01-27fuse: {io-uring} Handle teardown of ring entriesBernd Schubert
2025-01-27fuse: Add io-uring sqe commit and fetch supportBernd Schubert
2025-01-24fuse: {io-uring} Make hash-list req unique finding functions non-staticBernd Schubert
2025-01-24fuse: Add fuse-io-uring handling into fuse_copyBernd Schubert
2025-01-24fuse: Make fuse_copy non staticBernd Schubert
2025-01-24fuse: {io-uring} Handle SQEs - register commandsBernd Schubert
2025-01-24fuse: make args->in_args[0] to be always the headerBernd Schubert
2025-01-24fuse: Move request bitsBernd Schubert
2025-01-24fuse: Move fuse_get_dev to header fileBernd Schubert
2025-01-24fuse: rename to fuse_dev_end_requests and make non-staticBernd Schubert
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds