summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
7 daysfs/pipe: add simpler helpers for common casesLinus Torvalds
7 daysfs/pipe: fix pipe buffer index use in FUSELinus Torvalds
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
2025-01-07Merge tag 'fuse-fixes-6.13-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner
2025-01-04fuse: respect FOPEN_KEEP_CACHE on opendirAmir Goldstein
2024-12-13fuse: Set *nbytesp=0 in fuse_get_user_pages on allocation failureBernd Schubert
2024-12-12fuse: fix direct io folio offset and length calculationJoanne Koong
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler
2024-11-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-11-26Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18virtiofs: dax: remove ->writepages() callbackAsahi Lina
2024-11-18fuse: check attributes staleness on fuse_iget()Zhang Tianci
2024-11-12virtio_fs: store actual queue index in mq_mapMax Gurtovoy
2024-11-12virtio_fs: add informative log for new tag discoveryMax Gurtovoy
2024-11-11backing-file: clean up the APIMiklos Szeredi
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong
2024-11-05fuse: convert direct io to use foliosJoanne Koong
2024-11-05fuse: convert writebacks to use foliosJoanne Koong
2024-11-05fuse: convert retrieves to use foliosJoanne Koong
2024-11-05fuse: convert ioctls to use foliosJoanne Koong
2024-11-05fuse: convert writes (non-writeback) to use foliosJoanne Koong
2024-11-05fuse: convert reads to use foliosJoanne Koong
2024-11-05fuse: convert readdir to use foliosJoanne Koong