summaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)Author
2025-12-05Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-12fuse: refactor fuse_conn_put() to remove negative logic.Luis Henriques
2025-11-12fuse: new work queue to invalidate dentries from old epochsLuis Henriques
2025-11-12fuse: new work queue to periodically invalidate expired dentriesLuis Henriques
2025-11-05fuse: remove fc->blkbits workaround for partial writesJoanne Koong
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-23fuse: enable FUSE_SYNCFS for all fuseblk serversDarrick J. Wong
2025-09-19fs: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-05fuse: add prune notificationMiklos Szeredi
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi
2025-08-27fuse: zero initialize inode private dataMiklos Szeredi
2025-08-27fuse: use default writeback accountingJoanne Koong
2025-08-26fuse: fix fuseblk i_blkbits for iomap partial writesJoanne Koong
2025-08-26fuse: reflect cached blocksize if blocksize was changedJoanne Koong
2025-08-11fuse: keep inode->i_blkbits constantJoanne Koong
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-06-25fuse: fix runtime warning on truncate_folio_batch_exceptionals()Haiyue Wang
2025-06-10new helper: set_default_d_op()Al Viro
2025-06-10fuse: no need for special dentry_operations for root dentryAl Viro
2025-04-15fuse: add more control over cache invalidation behaviourLuis Henriques
2025-04-14fuse: change 'unsigned' to 'unsigned int'Jiale Yang
2025-03-31fuse: Increase FUSE_NAME_MAX to PATH_MAXBernd 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-01-27fuse: block request allocation until io-uring init is completeBernd Schubert
2025-01-24fuse: {io-uring} Make hash-list req unique finding functions non-staticBernd Schubert
2025-01-24fuse: {io-uring} Handle SQEs - register commandsBernd Schubert
2024-11-18fuse: check attributes staleness on fuse_iget()Zhang Tianci
2024-10-25fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)Joanne Koong
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn
2024-09-04fuse: allow idmapped mountsAlexander Mikhalitsyn
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn
2024-09-04fuse: add basic infrastructure to support idmappingsAlexander Mikhalitsyn
2024-08-29fuse: disable the combination of passthrough and writeback cacheBernd Schubert
2024-07-03fuse: Convert to new uid/gid option parsing helpersEric Sandeen
2024-07-03fuse: verify {g,u}id mount options correctlyEric Sandeen
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-06fuse: Use the high bit of request ID for indicating resend requestsZhao Chen
2024-03-06fuse: add support for explicit export disablingJingbo Xu
2024-03-06fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()Alexander Mikhalitsyn
2024-03-05fuse: use FUSE_ROOT_ID in fuse_get_root_inode()Miklos Szeredi
2024-03-05fuse: don't unhash rootMiklos Szeredi
2024-03-05fuse: implement ioctls to manage backing filesAmir Goldstein
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro