index
:
pub/scm/linux/kernel/git/tip/tip.git
master
Linux kernel fork
TIP group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
fuse_i.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-06
fuse: move "epoch" from dentry.d_time to fuse_dentry.epoch
Miklos Szeredi
1
-0
/
+2
2026-06-15
fuse: invalidate readdir cache on epoch bump
Jun Wu
1
-0
/
+5
2026-06-15
fuse: invalidate page cache after DIO and async DIO writes
Cheng Ding
1
-0
/
+1
2026-06-15
fuse: Add SPDX ID lines to some files
Tim Bird
1
-3
/
+1
2026-06-15
fuse: use current creds for backing files
GuoHan Zhao
1
-1
/
+1
2026-06-15
fuse: reduce attributes invalidated on directory change
Konrad Sztyber
1
-0
/
+3
2026-06-15
fuse: fuse_i.h: clean up kernel-doc comments
Randy Dunlap
1
-183
/
+272
2026-06-15
fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c
Miklos Szeredi
1
-28
/
+0
2026-06-15
fuse: split out filesystem part of request sending
Miklos Szeredi
1
-0
/
+1
2026-06-15
fuse: split off fuse_args and related definitions into a separate header
Miklos Szeredi
1
-52
/
+1
2026-06-15
fuse: abort related layering cleanup
Miklos Szeredi
1
-5
/
+0
2026-06-15
fuse: remove #include "fuse_i.h" from "req_timeout.c"
Miklos Szeredi
1
-2
/
+0
2026-06-15
fuse: move forget related struct and helpers
Miklos Szeredi
1
-13
/
+1
2026-06-15
fuse: don't access transport layer structs directly from the fs layer
Miklos Szeredi
1
-2
/
+0
2026-06-15
fuse: move struct fuse_req and related to fuse_dev_i.h
Miklos Szeredi
1
-91
/
+0
2026-06-15
fuse: move request timeout to fuse_chan
Miklos Szeredi
1
-9
/
+0
2026-06-15
fuse: split off fch->lock from fc->lock
Miklos Szeredi
1
-2
/
+6
2026-06-15
fuse: move interrupt related members to fuse_chan
Miklos Szeredi
1
-3
/
+0
2026-06-15
fuse: move io_uring related members to fuse_chan
Miklos Szeredi
1
-8
/
+0
2026-06-15
fuse: move request blocking related members to fuse_chan
Miklos Szeredi
1
-19
/
+0
2026-06-15
fuse: move background queuing related members to fuse_chan
Miklos Szeredi
1
-16
/
+0
2026-06-15
fuse: move 'devices' member from fuse_conn to fuse_chan
Miklos Szeredi
1
-3
/
+0
2026-06-15
fuse: move fuse_dev and fuse_pqueue to dev.c
Miklos Szeredi
1
-46
/
+0
2026-06-15
fuse: move fuse_iqueue to fuse_chan
Miklos Szeredi
1
-86
/
+1
2026-06-15
fuse: add struct fuse_chan
Miklos Szeredi
1
-1
/
+5
2026-06-15
fuse: move request timeout code to a new source file
Miklos Szeredi
1
-19
/
+0
2026-04-02
fuse: clean up device cloning
Miklos Szeredi
1
-3
/
+0
2026-04-02
fuse: don't require /dev/fuse fd to be kept open during mount
Miklos Szeredi
1
-3
/
+1
2026-04-02
fuse: add refcount to fuse_dev
Miklos Szeredi
1
-1
/
+4
2026-04-02
fuse: create fuse_dev on /dev/fuse open instead of mount
Miklos Szeredi
1
-3
/
+3
2026-03-24
fuse: abort on fatal signal during sync init
Miklos Szeredi
1
-0
/
+1
2025-12-05
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+27
2025-11-18
fuse: signal that a fuse inode should exhibit local fs behaviors
Darrick J. Wong
1
-1
/
+13
2025-11-12
fuse: new work queue to invalidate dentries from old epochs
Luis Henriques
1
-0
/
+4
2025-11-12
fuse: new work queue to periodically invalidate expired dentries
Luis Henriques
1
-0
/
+10
2025-11-05
fuse: remove fc->blkbits workaround for partial writes
Joanne Koong
1
-8
/
+0
2025-09-25
fuse: move the backing file idr and code into a new source file
Darrick J. Wong
1
-20
/
+27
2025-09-23
fuse: capture the unique id of fuse commands being sent
Darrick J. Wong
1
-0
/
+5
2025-09-05
fuse: add prune notification
Miklos Szeredi
1
-0
/
+6
2025-09-02
fuse: allow synchronous FUSE_INIT
Miklos Szeredi
1
-1
/
+4
2025-08-27
fuse: remove unused 'inode' parameter in fuse_passthrough_open
Chunsheng Luo
1
-3
/
+1
2025-08-27
fuse: add COPY_FILE_RANGE_64 that allows large copies
Miklos Szeredi
1
-0
/
+3
2025-08-26
fuse: fix fuseblk i_blkbits for iomap partial writes
Joanne Koong
1
-0
/
+8
2025-08-26
fuse: reflect cached blocksize if blocksize was changed
Joanne Koong
1
-0
/
+6
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2025-07-28
Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-6
/
+0
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
1
-2
/
+2
2025-07-02
fuse_ctl: use simple_recursive_removal()
Al Viro
1
-6
/
+0
2025-06-10
fuse: no need for special dentry_operations for root dentry
Al Viro
1
-1
/
+0
2025-04-15
fuse: remove tmp folio for writebacks and internal rb tree
Joanne Koong
1
-3
/
+0
[next]