aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-18virtio-fs: add virtiofs filesystemGravatar Stefan Hajnoczi 1-0/+9
2019-09-12fuse: allow skipping control interface and forced unmountGravatar Vivek Goyal 1-0/+8
2019-09-12fuse: dissociate DESTROY from fuseblkGravatar Miklos Szeredi 1-0/+9
2019-09-12fuse: delete dentry if timeout is zeroGravatar Miklos Szeredi 1-0/+3
2019-09-12fuse: separate fuse device allocation and installation in fuse_connGravatar Vivek Goyal 1-1/+3
2019-09-12fuse: add fuse_iqueue_ops callbacksGravatar Stefan Hajnoczi 1-1/+41
2019-09-12fuse: extract fuse_fill_super_common()Gravatar Stefan Hajnoczi 1-0/+27
2019-09-12fuse: export fuse_dequeue_forget() functionGravatar Vivek Goyal 1-0/+4
2019-09-12fuse: export fuse_get_unique()Gravatar Stefan Hajnoczi 1-0/+5
2019-09-12fuse: export fuse_send_init_request()Gravatar Vivek Goyal 1-0/+1
2019-09-12fuse: export fuse_len_args()Gravatar Stefan Hajnoczi 1-0/+5
2019-09-12fuse: export fuse_end_request()Gravatar Stefan Hajnoczi 1-0/+5
2019-09-10fuse: stop copying pages to fuse_reqGravatar Miklos Szeredi 1-9/+0
2019-09-10fuse: stop copying args to fuse_reqGravatar Miklos Szeredi 1-52/+8
2019-09-10fuse: clean up fuse_reqGravatar Miklos Szeredi 1-45/+0
2019-09-10fuse: simplify request allocationGravatar Miklos Szeredi 1-7/+0
2019-09-10fuse: unexport request opsGravatar Miklos Szeredi 1-39/+0
2019-09-10fuse: convert release to simple apiGravatar Miklos Szeredi 1-5/+3
2019-09-10fuse: convert writepages to simple apiGravatar Miklos Szeredi 1-3/+0
2019-09-10fuse: convert readdir to simple apiGravatar Miklos Szeredi 1-3/+20
2019-09-10fuse: add simple background helperGravatar Miklos Szeredi 1-0/+6
2019-09-10fuse: move page allocGravatar Miklos Szeredi 1-0/+2
2019-09-10fuse: add pages to fuse_argsGravatar Miklos Szeredi 1-0/+12
2019-09-10fuse: convert destroy to simple apiGravatar Miklos Szeredi 1-3/+3
2019-09-10fuse: add nocreds to fuse_argsGravatar Miklos Szeredi 1-0/+1
2019-09-10fuse: convert fuse_force_forget() to simple apiGravatar Miklos Szeredi 1-3/+0
2019-09-10fuse: add noreply to fuse_argsGravatar Miklos Szeredi 1-0/+1
2019-09-10fuse: convert flush to simple apiGravatar Miklos Szeredi 1-5/+1
2019-09-10fuse: simplify 'nofail' requestGravatar Miklos Szeredi 1-7/+1
2019-09-10fuse: rearrange and resize fuse_args fieldsGravatar Miklos Szeredi 1-4/+4
2019-09-10fuse: flatten 'struct fuse_args'Gravatar Miklos Szeredi 1-14/+7
2019-09-10fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockGravatar Eric Biggers 1-0/+3
2019-04-24fuse: allow filesystems to have precise control over data cacheGravatar Kirill Smelkov 1-0/+3
2019-04-24fuse: convert printk -> pr_*Gravatar Kirill Smelkov 1-0/+4
2019-02-13fuse: support clients that don't implement 'opendir'Gravatar Chad Austin 1-0/+3
2019-02-13fuse: use atomic64_t for khctrGravatar Miklos Szeredi 1-1/+1
2019-02-13fuse: clean up abortedGravatar Miklos Szeredi 1-1/+1
2019-02-13fuse: Protect ff->reserved_req via corresponding fi->lockGravatar Kirill Tkhai 1-1/+4
2019-02-13fuse: Introduce fi->lock to protect write related fieldsGravatar Kirill Tkhai 1-1/+4
2019-02-13fuse: Convert fc->attr_version into atomic64_tGravatar Kirill Tkhai 1-3/+6
2019-02-13fuse: Add fuse_inode argument to fuse_prepare_release()Gravatar Kirill Tkhai 1-1/+1
2018-12-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSGravatar Chad Austin 1-1/+1
2018-12-03fuse: fix fsync on directoryGravatar Miklos Szeredi 1-1/+1
2018-10-15fuse: enable caching of symlinksGravatar Dan Schatzberg 1-0/+3
2018-10-15fuse: allow fine grained attr cache invaldationGravatar Miklos Szeredi 1-0/+3
2018-10-01fuse: realloc page arrayGravatar Miklos Szeredi 1-0/+4
2018-10-01fuse: add max_pages to init_outGravatar Constantine Shulyupin 1-2/+8
2018-10-01fuse: reduce size of struct fuse_inodeGravatar Miklos Szeredi 1-28/+34
2018-10-01fuse: use iversion for readdir cache verificationGravatar Miklos Szeredi 1-0/+3
2018-10-01fuse: use mtime for readdir cache verificationGravatar Miklos Szeredi 1-0/+3