index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
passthrough.c
Age
Commit message (
Expand
)
Author
2025-09-25
fuse: move the backing file idr and code into a new source file
Darrick J. Wong
2025-08-27
fuse: remove unused 'inode' parameter in fuse_passthrough_open
Chunsheng Luo
2025-08-26
fuse: do not allow mapping a non-regular backing file
Amir Goldstein
2024-11-11
backing-file: clean up the API
Miklos Szeredi
2024-10-25
fuse: remove stray debug line
Miklos Szeredi
2024-10-16
fuse: update inode size after extending passthrough write
Amir Goldstein
2024-10-16
fs: pass offset and result to backing_file end_write() callback
Amir Goldstein
2024-09-19
fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPEN
Miklos Szeredi
2024-04-22
fuse: verify zero padding in fuse_backing_map
Amir Goldstein
2024-03-05
fuse: implement passthrough for mmap
Amir Goldstein
2024-03-05
fuse: implement splice read/write passthrough
Amir Goldstein
2024-03-05
fuse: implement read/write passthrough
Amir Goldstein
2024-03-05
fuse: implement open in passthrough mode
Amir Goldstein
2024-03-05
fuse: implement ioctls to manage backing files
Amir Goldstein
2024-02-23
fuse: introduce FUSE_PASSTHROUGH capability
Amir Goldstein