index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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
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
2025-04-15
fuse: add more control over cache invalidation behaviour
Luis Henriques
1
-0
/
+3
2025-04-14
fuse: change 'unsigned' to 'unsigned int'
Jiale Yang
1
-2
/
+2
2025-03-31
fuse: Increase FUSE_NAME_MAX to PATH_MAX
Bernd Schubert
1
-2
/
+9
2025-03-31
fuse: add default_request_timeout and max_request_timeout sysctls
Joanne Koong
1
-0
/
+13
2025-03-31
fuse: add kernel-enforced timeout option for requests
Joanne Koong
1
-0
/
+17
2025-03-31
fuse: optmize missing FUSE_LINK support
Miklos Szeredi
1
-0
/
+3
2025-03-31
fuse: {io-uring} Fix a possible req cancellation race
Bernd Schubert
1
-0
/
+3
2025-01-27
fuse: block request allocation until io-uring init is complete
Bernd Schubert
1
-0
/
+3
2025-01-27
fuse: Add io-uring sqe commit and fetch support
Bernd Schubert
1
-0
/
+4
2025-01-24
fuse: {io-uring} Make hash-list req unique finding functions non-static
Bernd Schubert
1
-0
/
+5
2025-01-24
fuse: {io-uring} Handle SQEs - register commands
Bernd Schubert
1
-0
/
+5
2025-01-24
fuse: make args->in_args[0] to be always the header
Bernd Schubert
1
-1
/
+14
2024-11-18
fuse: check attributes staleness on fuse_iget()
Zhang Tianci
1
-2
/
+12
2024-11-05
fuse: remove pages for requests and exclusively use folios
Joanne Koong
1
-19
/
+3
2024-11-05
fuse: convert direct io to use folios
Joanne Koong
1
-22
/
+0
2024-11-05
fuse: convert ioctls to use folios
Joanne Koong
1
-0
/
+10
2024-11-05
fuse: convert writes (non-writeback) to use folios
Joanne Koong
1
-1
/
+1
2024-11-05
fuse: convert reads to use folios
Joanne Koong
1
-0
/
+12
2024-11-05
fuse: support folios in struct fuse_args_pages and fuse_copy_pages()
Joanne Koong
1
-3
/
+19
2024-10-25
virtiofs: use pages instead of pointer for kernel direct IO
Hou Tao
1
-0
/
+6
2024-10-25
fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)
Joanne Koong
1
-3
/
+11
2024-09-23
fs/fuse: convert to use invalid_mnt_idmap
Alexander Mikhalitsyn
1
-1
/
+1
2024-09-23
fs/fuse: introduce and use fuse_simple_idmap_request() helper
Alexander Mikhalitsyn
1
-2
/
+16
2024-09-04
fuse: support idmapped ->setattr op
Alexander Mikhalitsyn
1
-2
/
+2
2024-09-04
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
1
-1
/
+2
2024-08-29
fuse: use correct name fuse_conn_list in docstring
Aurelien Aptel
1
-1
/
+1
2024-08-29
fuse: cleanup request queuing towards virtiofs
Miklos Szeredi
1
-13
/
+6
2024-04-15
fuse: fix wrong ff->iomode state changes from parallel dio write
Amir Goldstein
1
-3
/
+4
2024-03-15
Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-19
/
+134
2024-03-06
fuse: get rid of ff->readdir.lock
Miklos Szeredi
1
-6
/
+0
2024-03-06
fuse: Fix missing FOLL_PIN for direct-io
Lei Huang
1
-0
/
+1
[next]