index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-04
1
-1
/
+1
|
\
|
*
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
*
|
fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS
Chirantan Ekbote
2020-07-15
1
-1
/
+11
*
|
fuse: don't ignore errors from fuse_writepages_fill()
Vasily Averin
2020-07-14
1
-2
/
+0
*
|
fuse: clean up condition for writepage sending
Miklos Szeredi
2020-07-14
1
-18
/
+35
*
|
fuse: fix warning in tree_insert() and clean up writepage insertion
Miklos Szeredi
2020-07-14
1
-32
/
+30
*
|
fuse: move rb_erase() before tree_insert()
Miklos Szeredi
2020-07-14
1
-1
/
+2
|
/
*
Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-10
1
-28
/
+92
|
\
|
*
fuse: copy_file_range should truncate cache
Miklos Szeredi
2020-05-20
1
-0
/
+22
|
*
fuse: fix copy_file_range cache issues
Miklos Szeredi
2020-05-20
1
-12
/
+8
|
*
fuse: optimize writepages search
Maxim Patlasov
2020-05-19
1
-13
/
+49
|
*
fuse: always flush dirty data on close(2)
Miklos Szeredi
2020-05-19
1
-4
/
+4
|
*
fuse: invalidate inode attr in writeback cache mode
Eryu Guan
2020-05-19
1
-1
/
+10
|
*
virtiofs: schedule blocking async replies in separate worker
Vivek Goyal
2020-04-20
1
-0
/
+1
*
|
fuse: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
1
-72
/
+28
|
/
*
fuse: use true,false for bool variable
zhengbin
2020-02-06
1
-2
/
+2
*
fuse: don't overflow LLONG_MAX with end offset
Miklos Szeredi
2020-02-06
1
-0
/
+12
*
fix up iter on short count in fuse_direct_io()
Miklos Szeredi
2020-02-06
1
-1
/
+4
*
fuse: fix fuse_send_readpages() in the syncronous read case
Miklos Szeredi
2020-01-16
1
-1
/
+3
*
fuse: fix leak of fuse_io_priv
Miklos Szeredi
2019-11-27
1
-1
/
+3
*
fuse: verify write return
Miklos Szeredi
2019-11-12
1
-0
/
+2
*
fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()
Vasily Averin
2019-10-23
1
-3
/
+1
*
fuse: truncate pending writes on O_TRUNC
Miklos Szeredi
2019-10-23
1
-3
/
+7
*
fuse: kmemcg account fs data
Khazhismel Kumykov
2019-09-24
1
-2
/
+3
*
fuse: fix missing unlock_page in fuse_writepage()
Vasily Averin
2019-09-24
1
-0
/
+1
*
fuse: simplify request allocation
Miklos Szeredi
2019-09-10
1
-2
/
+2
*
fuse: convert release to simple api
Miklos Szeredi
2019-09-10
1
-36
/
+39
*
fuse: convert writepages to simple api
Miklos Szeredi
2019-09-10
1
-155
/
+206
*
fuse: convert readdir to simple api
Miklos Szeredi
2019-09-10
1
-36
/
+0
*
fuse: convert readpages to simple api
Miklos Szeredi
2019-09-10
1
-67
/
+72
*
fuse: convert direct_io to simple api
Miklos Szeredi
2019-09-10
1
-95
/
+124
*
fuse: convert sync write to simple api
Miklos Szeredi
2019-09-10
1
-44
/
+86
*
fuse: covert readpage to simple api
Miklos Szeredi
2019-09-10
1
-32
/
+48
*
fuse: fuse_short_read(): don't take fuse_req as argument
Miklos Szeredi
2019-09-10
1
-8
/
+9
*
fuse: convert ioctl to simple api
Miklos Szeredi
2019-09-10
1
-54
/
+43
*
fuse: move page alloc
Miklos Szeredi
2019-09-10
1
-0
/
+12
*
fuse: convert destroy to simple api
Miklos Szeredi
2019-09-10
1
-1
/
+1
*
fuse: convert flush to simple api
Miklos Szeredi
2019-09-10
1
-11
/
+9
*
fuse: simplify 'nofail' request
Miklos Szeredi
2019-09-10
1
-1
/
+1
*
fuse: flatten 'struct fuse_args'
Miklos Szeredi
2019-09-10
1
-58
/
+58
*
fuse: cleanup fuse_wait_on_page_writeback
Maxim Patlasov
2019-09-02
1
-2
/
+1
*
fuse: copy_file_range needs to strip setuid bits and update timestamps
Amir Goldstein
2019-06-09
1
-0
/
+5
*
vfs: allow copy_file_range to copy across devices
Amir Goldstein
2019-06-09
1
-1
/
+4
*
vfs: no fallback for ->copy_file_range
Dave Chinner
2019-06-09
1
-3
/
+18
*
fuse: extract helper for range writeback
Miklos Szeredi
2019-05-28
1
-12
/
+14
*
fuse: fix copy_file_range() in the writeback case
Miklos Szeredi
2019-05-28
1
-0
/
+12
*
fuse: add FUSE_WRITE_KILL_PRIV
Miklos Szeredi
2019-05-27
1
-2
/
+9
*
fuse: fallocate: fix return with locked inode
Miklos Szeredi
2019-05-27
1
-1
/
+1
*
fuse: Add ioctl flag for x32 compat ioctl
Ian Abbott
2019-04-24
1
-1
/
+6
*
fuse: document fuse_fsync_in.fsync_flags
Alan Somers
2019-04-24
1
-1
/
+1
[next]