index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
Age
Commit message (
Expand
)
Author
2021-04-30
Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-04-14
fuse: invalidate attrs when page writeback completes
Vivek Goyal
2021-04-14
fuse: don't zero pages twice
Miklos Szeredi
2021-04-14
fuse: fix write deadlock
Vivek Goyal
2021-04-12
fuse: add internal open/release helpers
Miklos Szeredi
2021-04-12
fuse: unsigned open flags
Miklos Szeredi
2021-04-12
fuse: move ioctl to separate source file
Miklos Szeredi
2020-12-10
fuse: fix bad inode
Miklos Szeredi
2020-11-11
fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() request
Vivek Goyal
2020-11-11
fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2
Vivek Goyal
2020-11-11
fuse: set FUSE_WRITE_KILL_SUIDGID in cached write path
Vivek Goyal
2020-11-11
fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGID
Miklos Szeredi
2020-11-11
fuse: launder page should wait for page writeback
Miklos Szeredi
2020-10-19
Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-09-18
fuse: split fuse_mount off of fuse_conn
Max Reitz
2020-09-17
fuse: fix the ->direct_IO() treatment of iov_iter
Al Viro
2020-09-10
virtiofs: serialize truncate/punch_hole and dax fault path
Vivek Goyal
2020-09-10
virtiofs: add DAX mmap support
Stefan Hajnoczi
2020-09-10
virtiofs: implement dax read/write operations
Vivek Goyal
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-15
fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS
Chirantan Ekbote
2020-07-14
fuse: don't ignore errors from fuse_writepages_fill()
Vasily Averin
2020-07-14
fuse: clean up condition for writepage sending
Miklos Szeredi
2020-07-14
fuse: fix warning in tree_insert() and clean up writepage insertion
Miklos Szeredi
2020-07-14
fuse: move rb_erase() before tree_insert()
Miklos Szeredi
2020-06-09
Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-02
fuse: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-05-20
fuse: copy_file_range should truncate cache
Miklos Szeredi
2020-05-20
fuse: fix copy_file_range cache issues
Miklos Szeredi
2020-05-19
fuse: optimize writepages search
Maxim Patlasov
2020-05-19
fuse: always flush dirty data on close(2)
Miklos Szeredi
2020-05-19
fuse: invalidate inode attr in writeback cache mode
Eryu Guan
2020-04-20
virtiofs: schedule blocking async replies in separate worker
Vivek Goyal
2020-02-06
fuse: use true,false for bool variable
zhengbin
2020-02-06
fuse: don't overflow LLONG_MAX with end offset
Miklos Szeredi
2020-02-06
fix up iter on short count in fuse_direct_io()
Miklos Szeredi
2020-01-16
fuse: fix fuse_send_readpages() in the syncronous read case
Miklos Szeredi
2019-11-27
fuse: fix leak of fuse_io_priv
Miklos Szeredi
2019-11-12
fuse: verify write return
Miklos Szeredi
2019-10-23
fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()
Vasily Averin
2019-10-23
fuse: truncate pending writes on O_TRUNC
Miklos Szeredi
2019-09-24
fuse: kmemcg account fs data
Khazhismel Kumykov
2019-09-24
fuse: fix missing unlock_page in fuse_writepage()
Vasily Averin
2019-09-10
fuse: simplify request allocation
Miklos Szeredi
2019-09-10
fuse: convert release to simple api
Miklos Szeredi
2019-09-10
fuse: convert writepages to simple api
Miklos Szeredi
2019-09-10
fuse: convert readdir to simple api
Miklos Szeredi
2019-09-10
fuse: convert readpages to simple api
Miklos Szeredi
2019-09-10
fuse: convert direct_io to simple api
Miklos Szeredi
[next]