index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
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-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-08-19
fuse: verify {g,u}id mount options correctly
Eric Sandeen
1
-4
/
+20
2024-08-19
fuse: name fs_context consistently
Miklos Szeredi
3
-41
/
+41
2024-04-13
fuse: don't unhash root
Miklos Szeredi
2
-3
/
+5
2024-04-13
fuse: fix root lookup with nonzero generation
Miklos Szeredi
1
-0
/
+4
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: 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
-12
/
+22
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-04-26
fuse: check s_root when destroying sb
Miklos Szeredi
2
-2
/
+2
2023-04-26
virtiofs: split requests that exceed virtqueue size
Connor Kuehl
3
-3
/
+22
2023-04-26
virtiofs: clean up error handling in virtio_fs_get_tree()
Miklos Szeredi
1
-13
/
+12
2022-12-19
fuse: always revalidate if exclusive create
Miklos Szeredi
1
-1
/
+1
2022-12-02
fuse: lock inode unconditionally in fuse_fallocate()
Miklos Szeredi
1
-20
/
+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-21
fuse: Remove the control interface for virtio-fs
Xie Yongji
1
-2
/
+2
2022-08-21
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-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-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-09-08
fuse: fix illegal access to inode with reused nodeid
Amir Goldstein
4
-5
/
+15
2021-09-08
new helper: inode_wrong_type()
Al Viro
3
-5
/
+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-07-14
fuse: Fix infinite loop in sget_fc()
Greg Kurz
1
-0
/
+11
2021-07-14
fuse: Fix crash if superblock of submount gets killed early
Greg Kurz
1
-4
/
+4
2021-07-14
fuse: Fix crash in fuse_dentry_automount() error path
Greg Kurz
1
-1
/
+5
2021-05-19
cuse: prevent clone
Miklos Szeredi
1
-0
/
+2
2021-05-19
virtiofs: fix userns
Miklos Szeredi
1
-2
/
+1
2021-05-19
fuse: invalidate attrs when page writeback completes
Vivek Goyal
1
-0
/
+9
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-04-07
virtiofs: Fail dax mount if device does not support it
Vivek Goyal
1
-1
/
+8
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
[next]