summaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-15fuse: Add SPDX ID lines to some filesTim Bird1-3/+1
2026-06-15fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentryThorsten Blum1-2/+1
2026-06-15fuse: drop redundant check in fuse_sync_bucket_alloc()Li Wang1-5/+3
2026-06-15fuse: remove #include "fuse_i.h" from dev.c and dev_uring.cMiklos Szeredi1-0/+5
2026-06-15fuse: set params in fuse_chan_set_initialized()Miklos Szeredi1-2/+8
2026-06-15fuse: change fud->fc to fud->chanMiklos Szeredi1-2/+2
2026-06-15fuse: remove fm arg of args->end callbackMiklos Szeredi1-4/+6
2026-06-15fuse: abort related layering cleanupMiklos Szeredi1-3/+3
2026-06-15fuse: move fuse_dev_waitq to dev.cMiklos Szeredi1-4/+2
2026-06-15fuse: move forget related struct and helpersMiklos Szeredi1-8/+3
2026-06-15fuse: don't access transport layer structs directly from the fs layerMiklos Szeredi1-22/+14
2026-06-15fuse: move request timeout to fuse_chanMiklos Szeredi1-4/+3
2026-06-15fuse: add back pointer from fuse_chan to fuse_connMiklos Szeredi1-0/+1
2026-06-15fuse: move io_uring related members to fuse_chanMiklos Szeredi1-1/+1
2026-06-15fuse: move request blocking related members to fuse_chanMiklos Szeredi1-6/+1
2026-06-15fuse: move background queuing related members to fuse_chanMiklos Szeredi1-11/+5
2026-06-15fuse: move 'devices' member from fuse_conn to fuse_chanMiklos Szeredi1-2/+0
2026-06-15fuse: move fuse_dev and fuse_pqueue to dev.cMiklos Szeredi1-94/+0
2026-06-15fuse: move fuse_iqueue to fuse_chanMiklos Szeredi1-23/+4
2026-06-15fuse: add struct fuse_chanMiklos Szeredi1-2/+8
2026-06-15fuse: move request timeout code to a new source fileMiklos Szeredi1-31/+2
2026-04-16Merge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-55/+81
2026-04-02fuse: support FSCONFIG_SET_FD for "fd" optionMiklos Szeredi1-7/+11
2026-04-02fuse: clean up device cloningMiklos Szeredi1-1/+0
2026-04-02fuse: don't require /dev/fuse fd to be kept open during mountMiklos Szeredi1-24/+33
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi1-6/+29
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi1-24/+11
2026-04-01fuse: fix inode initialization raceHorst Birthelmer1-2/+5
2026-03-24fuse: abort on fatal signal during sync initMiklos Szeredi1-0/+1
2026-03-20writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong1-0/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-10/+10
2025-12-06Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-19/+25
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-11-12fuse: refactor fuse_conn_put() to remove negative logic.Luis Henriques1-20/+21
2025-11-12fuse: new work queue to invalidate dentries from old epochsLuis Henriques1-0/+2
2025-11-12fuse: new work queue to periodically invalidate expired dentriesLuis Henriques1-0/+3
2025-11-05fuse: remove fc->blkbits workaround for partial writesJoanne Koong1-12/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-2/+2
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-19/+57
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-23fuse: enable FUSE_SYNCFS for all fuseblk serversDarrick J. Wong1-0/+1
2025-09-19fs: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-05fuse: add prune notificationMiklos Szeredi1-0/+11
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi1-10/+41
2025-08-27fuse: zero initialize inode private dataMiklos Szeredi1-7/+4
2025-08-27fuse: use default writeback accountingJoanne Koong1-2/+0
2025-08-26fuse: fix fuseblk i_blkbits for iomap partial writesJoanne Koong1-1/+12