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: 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: Initialize beyond-EOF page contents before setting uptodate
Jann Horn
1
-2
/
+4
2024-04-13
fuse: don't unhash root
Miklos Szeredi
2
-3
/
+5
2023-09-23
fuse: nlookup missing decrement in fuse_direntplus_link
ruanmeisi
1
-1
/
+9
2023-07-27
fuse: revalidate: don't invalidate if interrupted
Miklos Szeredi
1
-1
/
+1
2023-06-09
treewide: Remove uninitialized_var() usage
Kees Cook
3
-4
/
+4
2022-12-08
fuse: lock inode unconditionally in fuse_fallocate()
Miklos Szeredi
1
-13
/
+7
2022-11-10
fuse: add file_modified() to fallocate
Miklos Szeredi
1
-0
/
+4
2022-08-25
fuse: Remove the control interface for virtio-fs
Xie Yongji
1
-2
/
+2
2022-08-25
fuse: limit nsec
Miklos Szeredi
1
-0
/
+6
2022-03-16
fuse: fix pipe buffer lifetime for direct_io
Miklos Szeredi
3
-1
/
+13
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-01
fuse: release pipe buf after last use
Miklos Szeredi
1
-5
/
+5
2021-11-17
fuse: fix page stealing
Miklos Szeredi
1
-2
/
+12
2021-09-22
fuse: fix use after free in fuse_read_interrupt()
Miklos Szeredi
1
-2
/
+2
2021-09-15
fuse: flush extending writes
Miklos Szeredi
1
-1
/
+1
2021-09-15
fuse: truncate pagecache on atomic_o_trunc
Miklos Szeredi
1
-2
/
+5
2021-07-14
fuse: reject internal errno
Miklos Szeredi
1
-1
/
+1
2021-07-14
fuse: check connected before queueing on fpq->io
Miklos Szeredi
1
-0
/
+9
2021-07-14
fuse: ignore PG_workingset after stealing
Miklos Szeredi
1
-0
/
+1
2021-05-19
cuse: prevent clone
Miklos Szeredi
1
-0
/
+2
2021-05-11
fuse: fix write deadlock
Vivek Goyal
2
-12
/
+30
2021-05-11
virtiofs: fix memory leak in virtio_fs_probe()
Luis Henriques
1
-0
/
+1
2021-03-20
fuse: fix live lock in fuse_iget()
Amir Goldstein
1
-0
/
+1
2021-01-09
fuse: fix bad inode
Miklos Szeredi
7
-17
/
+74
2020-11-01
fuse: fix page dereference after free
Miklos Szeredi
1
-10
/
+18
2020-10-07
fuse: fix the ->direct_IO() treatment of iov_iter
Al Viro
1
-13
/
+12
2020-10-01
fuse: update attr_version counter on fuse_notify_inval_inode()
Miklos Szeredi
1
-0
/
+7
2020-10-01
fuse: don't check refcount after stealing page
Miklos Szeredi
1
-1
/
+0
2020-07-29
fuse: fix weird page warning
Miklos Szeredi
1
-1
/
+2
2020-07-22
fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS
Chirantan Ekbote
1
-1
/
+11
2020-07-22
fuse: use ->reconfigure() instead of ->remount_fs()
Miklos Szeredi
1
-3
/
+5
2020-07-22
fuse: ignore 'data' argument of mount(..., MS_REMOUNT)
Miklos Szeredi
1
-0
/
+7
2020-07-22
fuse: don't ignore errors from fuse_writepages_fill()
Vasily Averin
1
-2
/
+0
2020-06-24
fuse: copy_file_range should truncate cache
Miklos Szeredi
1
-0
/
+22
2020-06-24
fuse: fix copy_file_range cache issues
Miklos Szeredi
1
-12
/
+8
2020-06-24
virtiofs: schedule blocking async replies in separate worker
Vivek Goyal
3
-35
/
+73
2020-03-18
fuse: fix stack use after return
Miklos Szeredi
2
-3
/
+5
2020-02-24
fuse: don't overflow LLONG_MAX with end offset
Miklos Szeredi
1
-0
/
+12
2020-02-11
fix up iter on short count in fuse_direct_io()
Miklos Szeredi
1
-1
/
+4
2020-01-23
fuse: fix fuse_send_readpages() in the syncronous read case
Miklos Szeredi
1
-1
/
+3
2019-12-13
fuse: verify attributes
Miklos Szeredi
3
-7
/
+19
2019-12-13
fuse: verify write return
Miklos Szeredi
1
-0
/
+2
[next]