summaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)Author
2026-06-15fuse: Add SPDX ID lines to some filesTim Bird
2026-06-15fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentryThorsten Blum
2026-06-15fuse: drop redundant check in fuse_sync_bucket_alloc()Li Wang
2026-06-15fuse: remove #include "fuse_i.h" from dev.c and dev_uring.cMiklos Szeredi
2026-06-15fuse: set params in fuse_chan_set_initialized()Miklos Szeredi
2026-06-15fuse: change fud->fc to fud->chanMiklos Szeredi
2026-06-15fuse: remove fm arg of args->end callbackMiklos Szeredi
2026-06-15fuse: abort related layering cleanupMiklos Szeredi
2026-06-15fuse: move fuse_dev_waitq to dev.cMiklos Szeredi
2026-06-15fuse: move forget related struct and helpersMiklos Szeredi
2026-06-15fuse: don't access transport layer structs directly from the fs layerMiklos Szeredi
2026-06-15fuse: move request timeout to fuse_chanMiklos Szeredi
2026-06-15fuse: add back pointer from fuse_chan to fuse_connMiklos Szeredi
2026-06-15fuse: move io_uring related members to fuse_chanMiklos Szeredi
2026-06-15fuse: move request blocking related members to fuse_chanMiklos Szeredi
2026-06-15fuse: move background queuing related members to fuse_chanMiklos Szeredi
2026-06-15fuse: move 'devices' member from fuse_conn to fuse_chanMiklos Szeredi
2026-06-15fuse: move fuse_dev and fuse_pqueue to dev.cMiklos Szeredi
2026-06-15fuse: move fuse_iqueue to fuse_chanMiklos Szeredi
2026-06-15fuse: add struct fuse_chanMiklos Szeredi
2026-06-15fuse: move request timeout code to a new source fileMiklos Szeredi
2026-04-15Merge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-02fuse: support FSCONFIG_SET_FD for "fd" optionMiklos Szeredi
2026-04-02fuse: clean up device cloningMiklos Szeredi
2026-04-02fuse: don't require /dev/fuse fd to be kept open during mountMiklos Szeredi
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi
2026-04-01fuse: fix inode initialization raceHorst Birthelmer
2026-03-24fuse: abort on fatal signal during sync initMiklos Szeredi
2026-03-20writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
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