index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
inode.c
Age
Commit message (
Expand
)
Author
2026-06-15
fuse: Add SPDX ID lines to some files
Tim Bird
2026-06-15
fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentry
Thorsten Blum
2026-06-15
fuse: drop redundant check in fuse_sync_bucket_alloc()
Li Wang
2026-06-15
fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c
Miklos Szeredi
2026-06-15
fuse: set params in fuse_chan_set_initialized()
Miklos Szeredi
2026-06-15
fuse: change fud->fc to fud->chan
Miklos Szeredi
2026-06-15
fuse: remove fm arg of args->end callback
Miklos Szeredi
2026-06-15
fuse: abort related layering cleanup
Miklos Szeredi
2026-06-15
fuse: move fuse_dev_waitq to dev.c
Miklos Szeredi
2026-06-15
fuse: move forget related struct and helpers
Miklos Szeredi
2026-06-15
fuse: don't access transport layer structs directly from the fs layer
Miklos Szeredi
2026-06-15
fuse: move request timeout to fuse_chan
Miklos Szeredi
2026-06-15
fuse: add back pointer from fuse_chan to fuse_conn
Miklos Szeredi
2026-06-15
fuse: move io_uring related members to fuse_chan
Miklos Szeredi
2026-06-15
fuse: move request blocking related members to fuse_chan
Miklos Szeredi
2026-06-15
fuse: move background queuing related members to fuse_chan
Miklos Szeredi
2026-06-15
fuse: move 'devices' member from fuse_conn to fuse_chan
Miklos Szeredi
2026-06-15
fuse: move fuse_dev and fuse_pqueue to dev.c
Miklos Szeredi
2026-06-15
fuse: move fuse_iqueue to fuse_chan
Miklos Szeredi
2026-06-15
fuse: add struct fuse_chan
Miklos Szeredi
2026-06-15
fuse: move request timeout code to a new source file
Miklos Szeredi
2026-04-15
Merge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-04-02
fuse: support FSCONFIG_SET_FD for "fd" option
Miklos Szeredi
2026-04-02
fuse: clean up device cloning
Miklos Szeredi
2026-04-02
fuse: don't require /dev/fuse fd to be kept open during mount
Miklos Szeredi
2026-04-02
fuse: add refcount to fuse_dev
Miklos Szeredi
2026-04-02
fuse: create fuse_dev on /dev/fuse open instead of mount
Miklos Szeredi
2026-04-01
fuse: fix inode initialization race
Horst Birthelmer
2026-03-24
fuse: abort on fatal signal during sync init
Miklos Szeredi
2026-03-20
writeback: don't block sync for filesystems with no data integrity guarantees
Joanne Koong
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-05
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-11-12
fuse: refactor fuse_conn_put() to remove negative logic.
Luis Henriques
2025-11-12
fuse: new work queue to invalidate dentries from old epochs
Luis Henriques
2025-11-12
fuse: new work queue to periodically invalidate expired dentries
Luis Henriques
2025-11-05
fuse: remove fc->blkbits workaround for partial writes
Joanne Koong
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2025-10-03
Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-09-23
fuse: enable FUSE_SYNCFS for all fuseblk servers
Darrick J. Wong
2025-09-19
fs: replace use of system_wq with system_percpu_wq
Marco Crivellari
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
2025-09-05
fuse: add prune notification
Miklos Szeredi
2025-09-02
fuse: allow synchronous FUSE_INIT
Miklos Szeredi
2025-08-27
fuse: zero initialize inode private data
Miklos Szeredi
2025-08-27
fuse: use default writeback accounting
Joanne Koong
2025-08-26
fuse: fix fuseblk i_blkbits for iomap partial writes
Joanne Koong
[next]