summaryrefslogtreecommitdiff
path: root/fs/fuse/dev.c
AgeCommit message (Expand)Author
2025-05-29fuse: support large folios for storesJoanne Koong
2025-05-29fuse: support large folios for retrievesJoanne Koong
2025-05-29fuse: support copying large foliosJoanne Koong
2025-05-15fs: fuse: add dev id to /dev/fuse fdinfoChen Linxuan
2025-04-15fuse: optimize over-io-uring request expiration checkJoanne Koong
2025-04-15fuse: use boolean bit-fields in struct fuse_copy_stateJoanne Koong
2025-04-15fuse: add more control over cache invalidation behaviourLuis Henriques
2025-04-02Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
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: {io-uring} Fix a possible req cancellation raceBernd Schubert
2025-03-19fuse: fix possible deadlock if rings are never initializedLuis Henriques
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds
2025-03-06fs/pipe: fix pipe buffer index use in FUSELinus Torvalds
2025-02-14fuse: revert back to __readahead_folio() for readaheadJoanne Koong
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: Allow to queue bg 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-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: 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
2024-11-26Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong
2024-11-05fuse: convert retrieves to use foliosJoanne Koong
2024-11-05fuse: support folios in struct fuse_args_pages and fuse_copy_pages()Joanne Koong
2024-11-03fdget(), more trivial conversionsAl Viro
2024-10-25fuse: convert fuse_notify_store to use foliosJosef Bacik
2024-10-25fuse: convert fuse_retrieve to use foliosJosef Bacik
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-24Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-24fuse: clear FR_PENDING if abort is detected when sending requestMiklos Szeredi
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-23fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn
2024-09-23fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flagAlexander Mikhalitsyn
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn
2024-09-04fuse: add basic infrastructure to support idmappingsAlexander Mikhalitsyn
2024-09-03Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-08-29fuse: add simple request tracepointsJosef Bacik
2024-08-29fuse: cleanup request queuing towards virtiofsMiklos Szeredi
2024-08-28fuse: clear PG_uptodate when using a stolen pageMiklos Szeredi
2024-08-28fuse: check aborted connection before adding requests to pending list for res...Joanne Koong