index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
fuse_i.h
Age
Commit message (
Expand
)
Author
3 days
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
2025-04-15
fuse: remove tmp folio for writebacks and internal rb tree
Joanne Koong
2025-04-15
fuse: add more control over cache invalidation behaviour
Luis Henriques
2025-04-14
fuse: change 'unsigned' to 'unsigned int'
Jiale Yang
2025-03-31
fuse: Increase FUSE_NAME_MAX to PATH_MAX
Bernd Schubert
2025-03-31
fuse: add default_request_timeout and max_request_timeout sysctls
Joanne Koong
2025-03-31
fuse: add kernel-enforced timeout option for requests
Joanne Koong
2025-03-31
fuse: optmize missing FUSE_LINK support
Miklos Szeredi
2025-03-31
fuse: {io-uring} Fix a possible req cancellation race
Bernd Schubert
2025-01-27
fuse: block request allocation until io-uring init is complete
Bernd Schubert
2025-01-27
fuse: Add io-uring sqe commit and fetch support
Bernd Schubert
2025-01-24
fuse: {io-uring} Make hash-list req unique finding functions non-static
Bernd Schubert
2025-01-24
fuse: {io-uring} Handle SQEs - register commands
Bernd Schubert
2025-01-24
fuse: make args->in_args[0] to be always the header
Bernd Schubert
2024-11-18
fuse: check attributes staleness on fuse_iget()
Zhang Tianci
2024-11-05
fuse: remove pages for requests and exclusively use folios
Joanne Koong
2024-11-05
fuse: convert direct io to use folios
Joanne Koong
2024-11-05
fuse: convert ioctls to use folios
Joanne Koong
2024-11-05
fuse: convert writes (non-writeback) to use folios
Joanne Koong
2024-11-05
fuse: convert reads to use folios
Joanne Koong
2024-11-05
fuse: support folios in struct fuse_args_pages and fuse_copy_pages()
Joanne Koong
2024-10-25
virtiofs: use pages instead of pointer for kernel direct IO
Hou Tao
2024-10-25
fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)
Joanne Koong
2024-09-23
fs/fuse: convert to use invalid_mnt_idmap
Alexander Mikhalitsyn
2024-09-23
fs/fuse: introduce and use fuse_simple_idmap_request() helper
Alexander Mikhalitsyn
2024-09-04
fuse: support idmapped ->setattr op
Alexander Mikhalitsyn
2024-09-04
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
2024-08-29
fuse: use correct name fuse_conn_list in docstring
Aurelien Aptel
2024-08-29
fuse: cleanup request queuing towards virtiofs
Miklos Szeredi
2024-04-15
fuse: fix wrong ff->iomode state changes from parallel dio write
Amir Goldstein
2024-03-15
Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-06
fuse: get rid of ff->readdir.lock
Miklos Szeredi
2024-03-06
fuse: Fix missing FOLL_PIN for direct-io
Lei Huang
[next]