index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-13
virtio_fs: fix the hash table using in virtio_fs_enqueue_req()
Li RongQing
1
-0
/
+1
2025-10-19
fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()
Miklos Szeredi
1
-1
/
+1
2025-08-27
fuse: Block access to folio overlimit
Edward Adam Davis
1
-1
/
+1
2025-05-29
fuse: support large folios for stores
Joanne Koong
1
-7
/
+12
2025-05-29
fuse: support large folios for retrieves
Joanne Koong
1
-10
/
+15
2025-05-29
fuse: support copying large folios
Joanne Koong
1
-49
/
+48
2025-05-15
fs: fuse: add dev id to /dev/fuse fdinfo
Chen Linxuan
1
-0
/
+15
2025-04-15
fuse: optimize over-io-uring request expiration check
Joanne Koong
1
-1
/
+1
2025-04-15
fuse: use boolean bit-fields in struct fuse_copy_state
Joanne Koong
1
-8
/
+8
2025-04-15
fuse: add more control over cache invalidation behaviour
Luis Henriques
1
-0
/
+16
2025-04-02
Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-23
/
+139
2025-03-31
fuse: Increase FUSE_NAME_MAX to PATH_MAX
Bernd Schubert
1
-2
/
+2
2025-03-31
fuse: Allocate only namelen buf memory in fuse_notify_
Bernd Schubert
1
-12
/
+14
2025-03-31
fuse: add default_request_timeout and max_request_timeout sysctls
Joanne Koong
1
-3
/
+0
2025-03-31
fuse: add kernel-enforced timeout option for requests
Joanne Koong
1
-0
/
+101
2025-03-31
fuse: {io-uring} Fix a possible req cancellation race
Bernd Schubert
1
-9
/
+25
2025-03-19
fuse: fix possible deadlock if rings are never initialized
Luis Henriques
1
-1
/
+1
2025-03-06
fs/pipe: add simpler helpers for common cases
Linus Torvalds
1
-1
/
+1
2025-03-06
fs/pipe: fix pipe buffer index use in FUSE
Linus Torvalds
1
-7
/
+6
2025-02-14
fuse: revert back to __readahead_folio() for readahead
Joanne Koong
1
-0
/
+6
2025-01-27
fuse: enable fuse-over-io-uring
Bernd Schubert
1
-0
/
+3
2025-01-27
fuse: block request allocation until io-uring init is complete
Bernd Schubert
1
-1
/
+2
2025-01-27
fuse: Allow to queue bg requests through io-uring
Bernd Schubert
1
-1
/
+25
2025-01-27
fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static
Bernd Schubert
1
-2
/
+3
2025-01-27
fuse: {io-uring} Handle teardown of ring entries
Bernd Schubert
1
-0
/
+9
2025-01-24
fuse: {io-uring} Make hash-list req unique finding functions non-static
Bernd Schubert
1
-3
/
+3
2025-01-24
fuse: Add fuse-io-uring handling into fuse_copy
Bernd Schubert
1
-1
/
+11
2025-01-24
fuse: Make fuse_copy non static
Bernd Schubert
1
-22
/
+8
2025-01-24
fuse: make args->in_args[0] to be always the header
Bernd Schubert
1
-4
/
+5
2025-01-24
fuse: Move request bits
Bernd Schubert
1
-4
/
+0
2025-01-24
fuse: Move fuse_get_dev to header file
Bernd Schubert
1
-9
/
+0
2025-01-24
fuse: rename to fuse_dev_end_requests and make non-static
Bernd Schubert
1
-6
/
+5
2024-11-26
Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-27
/
+39
2024-11-05
fuse: remove pages for requests and exclusively use folios
Joanne Koong
1
-36
/
+21
2024-11-05
fuse: convert retrieves to use folios
Joanne Koong
1
-10
/
+12
2024-11-05
fuse: support folios in struct fuse_args_pages and fuse_copy_pages()
Joanne Koong
1
-8
/
+32
2024-11-03
fdget(), more trivial conversions
Al Viro
1
-4
/
+2
2024-10-25
fuse: convert fuse_notify_store to use folios
Josef Bacik
1
-11
/
+12
2024-10-25
fuse: convert fuse_retrieve to use folios
Josef Bacik
1
-4
/
+4
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-24
Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-83
/
+131
2024-09-24
fuse: clear FR_PENDING if abort is detected when sending request
Miklos Szeredi
1
-0
/
+1
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2024-09-23
fs/fuse: convert to use invalid_mnt_idmap
Alexander Mikhalitsyn
1
-24
/
+23
2024-09-23
fs/fuse: introduce and use fuse_simple_idmap_request() helper
Alexander Mikhalitsyn
1
-3
/
+3
2024-09-23
fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flag
Alexander Mikhalitsyn
1
-2
/
+2
2024-09-04
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
1
-2
/
+4
2024-09-04
fuse: add basic infrastructure to support idmappings
Alexander Mikhalitsyn
1
-12
/
+38
2024-09-03
Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+10
2024-08-29
fuse: add simple request tracepoints
Josef Bacik
1
-0
/
+5
[next]