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
2025-10-02
fuse: prevent overflow in copy_file_range return value
Miklos Szeredi
1
-1
/
+1
2025-10-02
fuse: check if copy_file_range() returns larger than requested size
Miklos Szeredi
1
-0
/
+3
2025-05-02
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-04-10
fuse: don't truncate cached, mutated symlink
Miklos Szeredi
1
-1
/
+1
2024-09-12
fuse: use unsigned type for getxattr/listxattr size truncation
Jann Horn
1
-2
/
+2
2024-09-12
fuse: update stats for pages in dropped aux writeback list
Joanne Koong
1
-1
/
+7
2024-09-04
virtiofs: forbid newlines in tags
Stefan Hajnoczi
1
-0
/
+10
2024-09-04
fuse: fix UAF in rcu pathwalks
Al Viro
3
-6
/
+13
2024-09-04
fuse: Initialize beyond-EOF page contents before setting uptodate
Jann Horn
1
-2
/
+4
2024-08-19
fuse: verify {g,u}id mount options correctly
Eric Sandeen
1
-4
/
+20
2024-04-10
fuse: don't unhash root
Miklos Szeredi
2
-3
/
+5
2024-04-10
fuse: fix root lookup with nonzero generation
Miklos Szeredi
1
-0
/
+4
2024-01-05
fuse: share lookup state between submount and its parent
Krister Johansen
2
-3
/
+87
2023-12-20
fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()
Hangyu Hua
1
-0
/
+1
2023-09-19
fuse: nlookup missing decrement in fuse_direntplus_link
ruanmeisi
1
-1
/
+9
2023-07-27
fuse: ioctl: translate ENOSYS in outarg
Miklos Szeredi
1
-8
/
+13
2023-07-27
fuse: revalidate: don't invalidate if interrupted
Miklos Szeredi
1
-1
/
+1
2023-04-26
fuse: fix deadlock between atomic O_TRUNC and page invalidation
Miklos Szeredi
2
-13
/
+23
2023-04-26
fuse: always revalidate rename target dentry
Jiachen Zhang
1
-1
/
+1
2023-04-26
fuse: fix attr version comparison in fuse_read_update_size()
Miklos Szeredi
1
-1
/
+1
2023-03-17
attr: use consistent sgid stripping checks
Christian Brauner
1
-1
/
+1
2023-03-10
fuse: add inode/permission checks to fileattr_get/fileattr_set
Alexander Mikhalitsyn
1
-0
/
+6
2022-12-02
fuse: lock inode unconditionally in fuse_fallocate()
Miklos Szeredi
1
-21
/
+16
2022-11-16
fuse: fix readdir cache race
Miklos Szeredi
1
-1
/
+9
2022-11-10
fuse: add file_modified() to fallocate
Miklos Szeredi
1
-0
/
+4
2022-08-17
fuse: Remove the control interface for virtio-fs
Xie Yongji
1
-2
/
+2
2022-08-17
fuse: ioctl: translate ENOSYS
Miklos Szeredi
1
-2
/
+13
2022-08-17
fuse: limit nsec
Miklos Szeredi
1
-0
/
+6
2022-05-01
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
1
-1
/
+1
2022-03-16
fuse: fix pipe buffer lifetime for direct_io
Miklos Szeredi
3
-1
/
+13
2022-03-16
fuse: fix fileattr op failure
Miklos Szeredi
1
-3
/
+6
2022-01-27
fuse: Pass correct lend value to filemap_write_and_wait_range()
Xie Yongji
1
-1
/
+1
2021-12-22
fuse: annotate lock in fuse_reverse_inval_entry()
Miklos Szeredi
1
-1
/
+1
2021-12-17
fuse: make sure reclaim doesn't write the inode
Miklos Szeredi
4
-0
/
+27
2021-12-01
fuse: release pipe buf after last use
Miklos Szeredi
1
-5
/
+5
2021-11-18
fuse: fix page stealing
Miklos Szeredi
1
-2
/
+12
2021-10-21
fuse: clean up error exits in fuse_fill_super()
Miklos Szeredi
1
-6
/
+2
2021-10-21
fuse: always initialize sb->s_fs_info
Miklos Szeredi
1
-25
/
+25
2021-10-21
fuse: clean up fuse_mount destruction
Miklos Szeredi
2
-19
/
+7
2021-10-21
fuse: get rid of fuse_put_super()
Miklos Szeredi
3
-9
/
+15
2021-10-21
fuse: check s_root when destroying sb
Miklos Szeredi
2
-2
/
+2
2021-09-07
Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-80
/
+214
2021-09-06
fuse: remove unused arg in fuse_write_file_get()
Miklos Szeredi
1
-9
/
+6
2021-09-06
fuse: wait for writepages in syncfs
Miklos Szeredi
3
-0
/
+100
2021-09-02
Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+5
2021-08-31
fuse: flush extending writes
Miklos Szeredi
1
-1
/
+1
2021-08-30
Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-44
/
+35
2021-08-18
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
2
-2
/
+5
2021-08-17
fuse: truncate pagecache on atomic_o_trunc
Miklos Szeredi
1
-2
/
+5
[next]