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
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
2019-09-10
fuse: convert sync write to simple api
Miklos Szeredi
2019-09-10
fuse: covert readpage to simple api
Miklos Szeredi
2019-09-10
fuse: fuse_short_read(): don't take fuse_req as argument
Miklos Szeredi
2019-09-10
fuse: convert ioctl to simple api
Miklos Szeredi
2019-09-10
fuse: move page alloc
Miklos Szeredi
2019-09-10
fuse: convert destroy to simple api
Miklos Szeredi
2019-09-10
fuse: convert flush to simple api
Miklos Szeredi
2019-09-10
fuse: simplify 'nofail' request
Miklos Szeredi
2019-09-10
fuse: flatten 'struct fuse_args'
Miklos Szeredi
2019-09-02
fuse: cleanup fuse_wait_on_page_writeback
Maxim Patlasov
2019-06-09
fuse: copy_file_range needs to strip setuid bits and update timestamps
Amir Goldstein
2019-06-09
vfs: allow copy_file_range to copy across devices
Amir Goldstein
2019-06-09
vfs: no fallback for ->copy_file_range
Dave Chinner
2019-05-28
fuse: extract helper for range writeback
Miklos Szeredi
2019-05-28
fuse: fix copy_file_range() in the writeback case
Miklos Szeredi
2019-05-27
fuse: add FUSE_WRITE_KILL_PRIV
Miklos Szeredi
2019-05-27
fuse: fallocate: fix return with locked inode
Miklos Szeredi
2019-04-24
fuse: Add ioctl flag for x32 compat ioctl
Ian Abbott
2019-04-24
fuse: document fuse_fsync_in.fsync_flags
Alan Somers
2019-04-24
fuse: Add FOPEN_STREAM to use stream_open()
Kirill Smelkov
2019-04-24
fuse: honor RLIMIT_FSIZE in fuse_file_fallocate
Liu Bo
2019-04-24
fuse: fix writepages on 32bit
Miklos Szeredi
2019-02-13
fuse: cache readdir calls if filesystem opts out of opendir
Chad Austin
2019-02-13
fuse: support clients that don't implement 'opendir'
Chad Austin
2019-02-13
fuse: lift bad inode checks into callers
Miklos Szeredi
2019-02-13
fuse: multiplex cached/direct_io file operations
Miklos Szeredi
2019-02-13
fuse add copy_file_range to direct io fops
Miklos Szeredi
2019-02-13
fuse: use iov_iter based generic splice helpers
Miklos Szeredi
2019-02-13
fuse: Switch to using async direct IO for FOPEN_DIRECT_IO
Martin Raiber
2019-02-13
fuse: use atomic64_t for khctr
Miklos Szeredi
2019-02-13
fuse: Introduce fi->lock to protect write related fields
Kirill Tkhai
2019-02-13
fuse: Convert fc->attr_version into atomic64_t
Kirill Tkhai
2019-02-13
fuse: Add fuse_inode argument to fuse_prepare_release()
Kirill Tkhai
2019-02-13
fuse: Replace page without copying in fuse_writepage_in_flight()
Kirill Tkhai
[next]