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
/
fuse_i.h
Age
Commit message (
Expand
)
Author
9 days
fuse: allow FUSE_SYNCFS for privileged userspace servers
Jimmy Zuber
2026-07-06
fuse: move "epoch" from dentry.d_time to fuse_dentry.epoch
Miklos Szeredi
2026-06-15
fuse: invalidate readdir cache on epoch bump
Jun Wu
2026-06-15
fuse: invalidate page cache after DIO and async DIO writes
Cheng Ding
2026-06-15
fuse: Add SPDX ID lines to some files
Tim Bird
2026-06-15
fuse: use current creds for backing files
GuoHan Zhao
2026-06-15
fuse: reduce attributes invalidated on directory change
Konrad Sztyber
2026-06-15
fuse: fuse_i.h: clean up kernel-doc comments
Randy Dunlap
2026-06-15
fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c
Miklos Szeredi
2026-06-15
fuse: split out filesystem part of request sending
Miklos Szeredi
2026-06-15
fuse: split off fuse_args and related definitions into a separate header
Miklos Szeredi
2026-06-15
fuse: abort related layering cleanup
Miklos Szeredi
2026-06-15
fuse: remove #include "fuse_i.h" from "req_timeout.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 struct fuse_req and related to fuse_dev_i.h
Miklos Szeredi
2026-06-15
fuse: move request timeout to fuse_chan
Miklos Szeredi
2026-06-15
fuse: split off fch->lock from fc->lock
Miklos Szeredi
2026-06-15
fuse: move interrupt related members to fuse_chan
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-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-03-24
fuse: abort on fatal signal during sync init
Miklos Szeredi
2025-12-05
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-11-18
fuse: signal that a fuse inode should exhibit local fs behaviors
Darrick J. Wong
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-09-25
fuse: move the backing file idr and code into a new source file
Darrick J. Wong
2025-09-23
fuse: capture the unique id of fuse commands being sent
Darrick J. Wong
2025-09-05
fuse: add prune notification
Miklos Szeredi
2025-09-02
fuse: allow synchronous FUSE_INIT
Miklos Szeredi
2025-08-27
fuse: remove unused 'inode' parameter in fuse_passthrough_open
Chunsheng Luo
2025-08-27
fuse: add COPY_FILE_RANGE_64 that allows large copies
Miklos Szeredi
2025-08-26
fuse: fix fuseblk i_blkbits for iomap partial writes
Joanne Koong
2025-08-26
fuse: reflect cached blocksize if blocksize was changed
Joanne Koong
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-07-28
Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
2025-07-02
fuse_ctl: use simple_recursive_removal()
Al Viro
2025-06-10
fuse: no need for special dentry_operations for root dentry
Al Viro
[next]