aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Gravatar Linus Torvalds 5-0/+1220
2019-09-24fuse: Make fuse_args_to_req staticGravatar YueHaibing 1-1/+1
2019-09-24fuse: fix memleak in cuse_channel_openGravatar zhengbin 1-0/+1
2019-09-24fuse: fix beyond-end-of-page access in fuse_parse_cache()Gravatar Tejun Heo 1-1/+3
2019-09-24fuse: unexport fuse_put_requestGravatar Arnd Bergmann 1-1/+0
2019-09-24fuse: kmemcg account fs dataGravatar Khazhismel Kumykov 3-4/+6
2019-09-24fuse: on 64-bit store time in d_fsdata directlyGravatar Khazhismel Kumykov 1-6/+30
2019-09-24fuse: fix missing unlock_page in fuse_writepage()Gravatar Vasily Averin 1-0/+1
2019-09-18virtio-fs: add virtiofs filesystemGravatar Stefan Hajnoczi 5-0/+1220
2019-09-12fuse: allow skipping control interface and forced unmountGravatar Vivek Goyal 2-1/+14
2019-09-12fuse: dissociate DESTROY from fuseblkGravatar Miklos Szeredi 2-4/+17
2019-09-12fuse: delete dentry if timeout is zeroGravatar Miklos Szeredi 2-3/+28
2019-09-12fuse: separate fuse device allocation and installation in fuse_connGravatar Vivek Goyal 4-7/+26
2019-09-12fuse: add fuse_iqueue_ops callbacksGravatar Stefan Hajnoczi 4-22/+81
2019-09-12fuse: extract fuse_fill_super_common()Gravatar Stefan Hajnoczi 2-59/+80
2019-09-12fuse: export fuse_dequeue_forget() functionGravatar Vivek Goyal 2-6/+11
2019-09-12fuse: export fuse_get_unique()Gravatar Stefan Hajnoczi 2-1/+7
2019-09-12fuse: export fuse_send_init_request()Gravatar Vivek Goyal 2-1/+3
2019-09-12fuse: export fuse_len_args()Gravatar Stefan Hajnoczi 2-4/+10
2019-09-12fuse: export fuse_end_request()Gravatar Stefan Hajnoczi 2-9/+15
2019-09-12fuse: fix request limitGravatar Miklos Szeredi 1-2/+5
2019-09-10fuse: stop copying pages to fuse_reqGravatar Miklos Szeredi 2-21/+6
2019-09-10fuse: stop copying args to fuse_reqGravatar Miklos Szeredi 2-106/+34
2019-09-10fuse: clean up fuse_reqGravatar Miklos Szeredi 1-45/+0
2019-09-10fuse: simplify request allocationGravatar Miklos Szeredi 3-59/+13
2019-09-10fuse: unexport request opsGravatar Miklos Szeredi 2-81/+9
2019-09-10fuse: convert retrieve to simple apiGravatar Miklos Szeredi 1-30/+62
2019-09-10fuse: convert release to simple apiGravatar Miklos Szeredi 2-41/+42
2019-09-10cuse: convert init to simple apiGravatar Miklos Szeredi 1-45/+48
2019-09-10fuse: convert init to simple apiGravatar Miklos Szeredi 1-28/+37
2019-09-10fuse: convert writepages to simple apiGravatar Miklos Szeredi 3-185/+206
2019-09-10fuse: convert readdir to simple apiGravatar Miklos Szeredi 3-66/+40
2019-09-10fuse: convert readpages to simple apiGravatar Miklos Szeredi 1-67/+72
2019-09-10fuse: convert direct_io to simple apiGravatar Miklos Szeredi 1-95/+124
2019-09-10fuse: add simple background helperGravatar Miklos Szeredi 2-0/+51
2019-09-10fuse: convert sync write to simple apiGravatar Miklos Szeredi 1-44/+86
2019-09-10fuse: covert readpage to simple apiGravatar Miklos Szeredi 1-32/+48
2019-09-10fuse: fuse_short_read(): don't take fuse_req as argumentGravatar Miklos Szeredi 1-8/+9
2019-09-10fuse: convert ioctl to simple apiGravatar Miklos Szeredi 2-56/+45
2019-09-10fuse: move page allocGravatar Miklos Szeredi 3-15/+16
2019-09-10fuse: convert readlink to simple apiGravatar Miklos Szeredi 1-27/+25
2019-09-10fuse: add pages to fuse_argsGravatar Miklos Szeredi 2-10/+43
2019-09-10fuse: convert destroy to simple apiGravatar Miklos Szeredi 3-22/+14
2019-09-10fuse: add nocreds to fuse_argsGravatar Miklos Szeredi 2-29/+16
2019-09-10fuse: convert fuse_force_forget() to simple apiGravatar Miklos Szeredi 3-24/+21
2019-09-10fuse: add noreply to fuse_argsGravatar Miklos Szeredi 2-1/+4
2019-09-10fuse: convert flush to simple apiGravatar Miklos Szeredi 3-20/+19
2019-09-10fuse: simplify 'nofail' requestGravatar Miklos Szeredi 4-69/+6
2019-09-10fuse: rearrange and resize fuse_args fieldsGravatar Miklos Szeredi 2-6/+6
2019-09-10fuse: flatten 'struct fuse_args'Gravatar Miklos Szeredi 6-223/+216