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
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
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
2019-12-13
fuse: verify nlink
Miklos Szeredi
1
-1
/
+2
2019-12-13
fuse: fix leak of fuse_io_priv
Miklos Szeredi
1
-1
/
+3
2019-10-23
fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()
Vasily Averin
1
-3
/
+1
2019-10-23
fuse: truncate pending writes on O_TRUNC
Miklos Szeredi
1
-3
/
+7
2019-10-23
fuse: flush dirty data/metadata before non-truncate setattr
Miklos Szeredi
1
-0
/
+13
2019-10-23
virtiofs: Remove set but not used variable 'fc'
zhengbin
1
-2
/
+0
2019-10-21
virtiofs: Retry request submission from worker context
Vivek Goyal
1
-9
/
+52
2019-10-21
virtiofs: Count pending forgets as in_flight forgets
Vivek Goyal
1
-24
/
+20
2019-10-21
virtiofs: Set FR_SENT flag only after request has been sent
Vivek Goyal
1
-13
/
+10
2019-10-21
virtiofs: No need to check fpq->connected state
Vivek Goyal
1
-7
/
+0
2019-10-21
virtiofs: Do not end request in submission context
Vivek Goyal
1
-4
/
+33
2019-10-21
fuse: don't advise readdirplus for negative lookup
Miklos Szeredi
1
-1
/
+2
2019-10-21
fuse: don't dereference req->args on finished request
Miklos Szeredi
1
-1
/
+3
2019-10-15
virtio-fs: don't show mount options
Miklos Szeredi
3
-0
/
+9
2019-10-14
virtio-fs: Change module name to virtiofs.ko
Vivek Goyal
1
-1
/
+2
2019-09-27
Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...
Linus Torvalds
5
-0
/
+1220
2019-09-24
fuse: Make fuse_args_to_req static
YueHaibing
1
-1
/
+1
2019-09-24
fuse: fix memleak in cuse_channel_open
zhengbin
1
-0
/
+1
2019-09-24
fuse: fix beyond-end-of-page access in fuse_parse_cache()
Tejun Heo
1
-1
/
+3
2019-09-24
fuse: unexport fuse_put_request
Arnd Bergmann
1
-1
/
+0
2019-09-24
fuse: kmemcg account fs data
Khazhismel Kumykov
3
-4
/
+6
2019-09-24
fuse: on 64-bit store time in d_fsdata directly
Khazhismel Kumykov
1
-6
/
+30
2019-09-24
fuse: fix missing unlock_page in fuse_writepage()
Vasily Averin
1
-0
/
+1
2019-09-18
virtio-fs: add virtiofs filesystem
Stefan Hajnoczi
5
-0
/
+1220
[next]