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
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-16
fuse: fix pipe buffer lifetime for direct_io
Miklos Szeredi
1
-0
/
+1
2022-01-27
fuse: Pass correct lend value to filemap_write_and_wait_range()
Xie Yongji
1
-1
/
+1
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-05-11
fuse: fix write deadlock
Vivek Goyal
1
-12
/
+29
2021-01-09
fuse: fix bad inode
Miklos Szeredi
1
-8
/
+11
2020-10-07
fuse: fix the ->direct_IO() treatment of iov_iter
Al Viro
1
-13
/
+12
2020-07-22
fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS
Chirantan Ekbote
1
-1
/
+11
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
1
-0
/
+1
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 write return
Miklos Szeredi
1
-0
/
+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-09-24
fuse: kmemcg account fs data
Khazhismel Kumykov
1
-2
/
+3
2019-09-24
fuse: fix missing unlock_page in fuse_writepage()
Vasily Averin
1
-0
/
+1
2019-09-10
fuse: simplify request allocation
Miklos Szeredi
1
-2
/
+2
2019-09-10
fuse: convert release to simple api
Miklos Szeredi
1
-36
/
+39
2019-09-10
fuse: convert writepages to simple api
Miklos Szeredi
1
-155
/
+206
2019-09-10
fuse: convert readdir to simple api
Miklos Szeredi
1
-36
/
+0
2019-09-10
fuse: convert readpages to simple api
Miklos Szeredi
1
-67
/
+72
2019-09-10
fuse: convert direct_io to simple api
Miklos Szeredi
1
-95
/
+124
2019-09-10
fuse: convert sync write to simple api
Miklos Szeredi
1
-44
/
+86
2019-09-10
fuse: covert readpage to simple api
Miklos Szeredi
1
-32
/
+48
2019-09-10
fuse: fuse_short_read(): don't take fuse_req as argument
Miklos Szeredi
1
-8
/
+9
2019-09-10
fuse: convert ioctl to simple api
Miklos Szeredi
1
-54
/
+43
2019-09-10
fuse: move page alloc
Miklos Szeredi
1
-0
/
+12
2019-09-10
fuse: convert destroy to simple api
Miklos Szeredi
1
-1
/
+1
2019-09-10
fuse: convert flush to simple api
Miklos Szeredi
1
-11
/
+9
2019-09-10
fuse: simplify 'nofail' request
Miklos Szeredi
1
-1
/
+1
2019-09-10
fuse: flatten 'struct fuse_args'
Miklos Szeredi
1
-58
/
+58
2019-09-02
fuse: cleanup fuse_wait_on_page_writeback
Maxim Patlasov
1
-2
/
+1
2019-06-09
fuse: copy_file_range needs to strip setuid bits and update timestamps
Amir Goldstein
1
-0
/
+5
2019-06-09
vfs: allow copy_file_range to copy across devices
Amir Goldstein
1
-1
/
+4
2019-06-09
vfs: no fallback for ->copy_file_range
Dave Chinner
1
-3
/
+18
2019-05-28
fuse: extract helper for range writeback
Miklos Szeredi
1
-12
/
+14
2019-05-28
fuse: fix copy_file_range() in the writeback case
Miklos Szeredi
1
-0
/
+12
2019-05-27
fuse: add FUSE_WRITE_KILL_PRIV
Miklos Szeredi
1
-2
/
+9
2019-05-27
fuse: fallocate: fix return with locked inode
Miklos Szeredi
1
-1
/
+1
2019-04-24
fuse: Add ioctl flag for x32 compat ioctl
Ian Abbott
1
-1
/
+6
2019-04-24
fuse: document fuse_fsync_in.fsync_flags
Alan Somers
1
-1
/
+1
2019-04-24
fuse: Add FOPEN_STREAM to use stream_open()
Kirill Smelkov
1
-1
/
+3
2019-04-24
fuse: honor RLIMIT_FSIZE in fuse_file_fallocate
Liu Bo
1
-0
/
+7
2019-04-24
fuse: fix writepages on 32bit
Miklos Szeredi
1
-1
/
+1
2019-02-13
fuse: cache readdir calls if filesystem opts out of opendir
Chad Austin
1
-1
/
+2
[next]