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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-08
fuse: fix readahead reclaim deadlock
Joanne Koong
1
-7
/
+19
2026-01-08
fuse: Invalidate the page cache after FOPEN_DIRECT_IO write
Bernd Schubert
1
-0
/
+9
2026-01-08
fuse: Always flush the page cache before FOPEN_DIRECT_IO write
Bernd Schubert
1
-1
/
+1
2025-11-24
virtio-fs: fix incorrect check for fsvq->kobj
Alok Tiwari
1
-1
/
+1
2025-11-13
fuse: zero initialize inode private data
Miklos Szeredi
1
-7
/
+4
2025-10-19
fuse: fix livelock in synchronous file put from fuseblk workers
Darrick J. Wong
1
-1
/
+7
2025-10-19
fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()
Miklos Szeredi
1
-1
/
+1
2025-09-19
fuse: prevent overflow in copy_file_range return value
Miklos Szeredi
1
-1
/
+1
2025-09-19
fuse: check if copy_file_range() returns larger than requested size
Miklos Szeredi
1
-0
/
+3
2025-09-19
fuse: do not allow mapping a non-regular backing file
Amir Goldstein
1
-0
/
+5
2025-07-06
fuse: fix race between concurrent setattrs from multiple nodes
Guang Yuan Wu
1
-0
/
+11
2025-05-29
fuse: Return EPERM rather than ENOSYS from link()
Matt Johnston
1
-0
/
+2
2025-04-25
virtiofs: add filesystem context source name check
Xiangsheng Hou
1
-0
/
+3
2025-04-10
fuse: fix dax truncate/punch_hole fault path
Alistair Popple
3
-4
/
+3
2025-03-22
fuse: don't truncate cached, mutated symlink
Miklos Szeredi
1
-1
/
+1
2025-01-17
fuse: respect FOPEN_KEEP_CACHE on opendir
Amir Goldstein
1
-0
/
+2
2024-12-05
virtiofs: use pages instead of pointer for kernel direct IO
Hou Tao
3
-19
/
+50
2024-10-25
fuse: remove stray debug line
Miklos Szeredi
1
-1
/
+0
2024-10-21
Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...
Miklos Szeredi
1
-6
/
+12
2024-10-16
fuse: update inode size after extending passthrough write
Amir Goldstein
1
-1
/
+1
2024-10-16
fs: pass offset and result to backing_file end_write() callback
Amir Goldstein
1
-3
/
+3
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2
-5
/
+0
2024-09-26
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-14
/
+150
2024-09-25
virtio_fs: add sysfs entries for queue information
Max Gurtovoy
1
-8
/
+139
2024-09-25
virtio_fs: introduce virtio_fs_put_locked helper
Max Gurtovoy
1
-6
/
+11
2024-09-24
Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-294
/
+505
2024-09-24
fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is set
yangyun
1
-1
/
+1
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
3
-28
/
+27
2024-09-23
fs/fuse: introduce and use fuse_simple_idmap_request() helper
Alexander Mikhalitsyn
9
-46
/
+60
2024-09-23
fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flag
Alexander Mikhalitsyn
1
-2
/
+2
2024-09-19
fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPEN
Miklos Szeredi
1
-5
/
+2
2024-09-18
virtio_fs: allow idmapped mounts
Alexander Mikhalitsyn
1
-0
/
+1
2024-09-16
Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-23
/
+24
2024-09-04
fuse: allow idmapped mounts
Alexander Mikhalitsyn
1
-3
/
+9
2024-09-04
fuse: warn if fuse_access is called when idmapped mounts are allowed
Alexander Mikhalitsyn
1
-0
/
+8
2024-09-04
fuse: handle idmappings properly in ->write_iter()
Alexander Mikhalitsyn
1
-1
/
+2
2024-09-04
fuse: support idmapped ->rename op
Alexander Mikhalitsyn
1
-4
/
+5
2024-09-04
fuse: support idmapped ->set_acl
Alexander Mikhalitsyn
1
-2
/
+2
2024-09-04
fuse: drop idmap argument from __fuse_get_acl
Alexander Mikhalitsyn
1
-4
/
+2
2024-09-04
fuse: support idmapped ->setattr op
Alexander Mikhalitsyn
3
-14
/
+26
2024-09-04
fuse: support idmapped ->permission inode op
Alexander Mikhalitsyn
1
-2
/
+2
2024-09-04
fuse: support idmapped getattr inode op
Alexander Mikhalitsyn
1
-20
/
+24
2024-09-04
fuse: support idmap for mkdir/mknod/symlink/create/tmpfile
Alexander Mikhalitsyn
1
-18
/
+20
2024-09-04
fuse: support idmapped FUSE_EXT_GROUPS
Alexander Mikhalitsyn
1
-7
/
+12
2024-09-04
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
9
-44
/
+47
2024-09-04
fuse: add basic infrastructure to support idmappings
Alexander Mikhalitsyn
2
-12
/
+39
2024-09-03
Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-9
/
+26
2024-08-29
fuse: use correct name fuse_conn_list in docstring
Aurelien Aptel
1
-1
/
+1
[next]